>>>>> "C'H" == Colin 't Hart <[EMAIL PROTECTED]> writes:

 C'H> Hello, There seems to be a problem with Ant when there is a
 C'H> dollar sign ($) at the end of a property value,

This should be fixed by a patch commited by Conor yesterday, please
try with the CVS version or the latest snapshot.

 C'H> eg:

 C'H> <property name="version" value="$Revision: $" />

But you'll still need to change that to

<property name="version" value="$$Revision: $$" />

to get the expected result.

Stefan

Reply via email to