>Here's my configuration: > >JDK 1.5.0_07 installed to /usr/local/jdk1.5.0_07 >Ant 1.6.5 installed to usr/local/apache-ant-1.6.5 >$ANT_HOME=/usr/local/apache-ant-1.6.5 >$JAVA_HOME=/usr/local/jdk1.5.0_07 >$PATH=[...]:/usr/local/apache-ant-1.6.5/bin:/usr/local/jdk1.5.0_07/bin
seems to be ok >build.xml: ><?xml version="1.0"?> ><project name="nat" default="build"> ><target name="build"> ><propertyfile file="my.properties" comment="My properties"> ><entry key="akey" value="avalue"/> </propertyfile> </target> </project> correct and works for me >I've tried adding $ANT_HOME/lib to my CLASSPATH, but it didn't help. DONT DO THAT!!! Ant should be started with an empty classpath - it loads all libraries it needs by itself. >This is all on SUSE 10.1. The optional task lib >ant-nodeps.jar (which I think is the right jar for the >fileproperties task) is present in $ANT_HOME/lib. Yes, and it should contain a ....PropertyFile class. >Any suggestions anyone might have would be greatly appreciated! What do you get with "ant -version"? Do you have an official binary distro? Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]