Re: Ant: How to escape property substitution?
From: Stefan Bodewig (stefan.bodewig_at_freenet.de)
Date: 11/27/03
- Next message: Stefan Bodewig: "Re: Ant: How to parameterize similar targets?"
- Previous message: Stefan Bodewig: "Re: Copy task of Ant sets wrong permissions under cygwin"
- In reply to: Ronald Fischer: "Ant: How to escape property substitution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Nov 2003 01:13:18 -0800
ronaldf@eml.cc (Ronald Fischer) wrote in message news:<219750c.0311260604.7a3db816@posting.google.com>...
> How can I pass the string literally, without
> substitution, to an ant task?
Double the $ sign. I.e. use $${foo} and it turns into ${foo} literally.
Stefan
- Next message: Stefan Bodewig: "Re: Ant: How to parameterize similar targets?"
- Previous message: Stefan Bodewig: "Re: Copy task of Ant sets wrong permissions under cygwin"
- In reply to: Ronald Fischer: "Ant: How to escape property substitution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]