Re: ant doesn't know about all system properties...

2009-10-04 Thread Scot P. Floess
Here is what I have: My results: [echo] /usr/java/jdk1.6.0_16/jre/lib/amd64/server:/usr/java/jdk1.6.0_16/jre/lib/amd64:/usr/java/jdk1.6.0_16/jre/../ lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib All Java system properties should be available to you within Ant... What lea

ant doesn't know about all system properties...

2009-10-04 Thread Francis GALIEGUE
Hello, Unlike what the manual says, it doesn't know of all system properties. I need to have the output of java.library.path in a property, how can I do that without having to write a Java class (even though it would be simple) or use