On Jun 9, 2005, at 5:08 PM, Daniel John Debrunner wrote:

Actually does that work? With ant it seems that within a properties file
property expansion does not work. At least for properties defined in
the same file.

E.g.

j14lib=c:/ibm142/jre/lib
j13lib=c:/ibm131/jre/lib
java14compile.classpath=${j14lib}/core.jar;${j14lib}/server.jar;${j14lib}/xml.jar

Never seems to work for me, I have to expand the j14lib to hard coded
values.

I know that it works on non-Windows platforms, as that is how I set up my ant.properties on Linux and Mac OS X. But I have not ever tested it on Windows. I will test it there and get back to you.

andrew

Reply via email to