On Tuesday 29 July 2008 10:49:57 am Zach Carter wrote: > There are many references to classpath and ant.jar in the build log. ? > Full log posted here: ?http://www.zachcarter.com/ant.out
As it turns out, there were two issues: 1. I needed to set the ANT_HOME variable. 2. The version of ant I was running (1.6) did not include the propertyfile task, so I used ant 1.7 and it worked. I unpacked the latest version of an, and set ANT_HOME like this: export ANT_HOME=/data/opengrok/apache-ant-1.7.1 Yay! thanks for the help, -Zach
