Re: Ant: How to escape property substitution?

From: Stefan Bodewig (stefan.bodewig_at_freenet.de)
Date: 11/27/03


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