My .properties file looks like this;

jdk118root=d:/jdk1.1.8
jdk122root=d:/jdk1.2.2

Java122Classes=${jdk122root}/jre/lib/rt.jar
Java118Classes=${jdk118root}/lib/classes.zip

When I run "ant", it works fine. But if I run "ant -verbose" it says "build
successful", however in the beginning it also says

Property ${jdk122root} has not been set
Property ${jdk118root} has not been set

Does anybody know what this means ??

Thank you

Reply via email to