<echo file="Y:/bla/foobar.properties">filepath=${myfixedpath}</echo>
The foobar.properties looks like =
#Tue Sep 26 17:40:31 CEST 2006
filepath=Y\:/bla/corba.jar
This is fishy because <echo> would never add the timestamp, like java.util.Property#store would. So something else created the file you're showing... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
