Jan
>-Ursprüngliche Nachricht-
>Von: Michael Burbidge [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 6. März 2006 20:11
>An: user@ant.apache.org
>Betreff: Generating property file with path name...
>
>As part of an ant build I need to generate a properties file
er replace step to change "\" to
> "\\"?
>
> -Original Message-
> From: Michael Burbidge [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 06, 2006 2:11 PM
> To: user@ant.apache.org
> Subject: Generating property file with path name...
>
>
>
[mailto:[EMAIL PROTECTED]
Sent: Monday, March 06, 2006 2:11 PM
To: user@ant.apache.org
Subject: Generating property file with path name...
As part of an ant build I need to generate a properties file with a path
in it. I start with a "template" properties file with the following line
i
As part of an ant build I need to generate a properties file with a path
in it. I start with a "template" properties file with the following line
in it:
Home = @HOME@
I then use the following ant tasks to replace the @HOME@ with a path
generated as part of the ant build.