Is there a way to let ant resolve nested properties in command line
properties?
when we use the
-propertyfile
Option with a file like this
var1=test
var2=${var1}/test2
the nested property in var2 will not be resolved.
Is there a way to enable this?
regards,
Sven
uli wrote:
hello,
i'm using a glob
hello,
i'm using a global property file for various ant scripts.
to keep variable names short and concise i use variables
in the delaration of other variables.
like:
workspace=/home/me
classpath=${workspace}/classes
i know that that's nothing unusual, but it doesn't work
for my global property file