Before I go and submit a patch for these problems can someone else verify I'm not going crazy?
The jakarta-commons/build.xml does NOT reference build.properties, even though there is a build.properties.sample in the same directory, with instructions on how to use it. The file the build.xml is looking for is actually .ant.properties Also, when attempting to run build.xml, velocity appears to have introduced a dependency on org.apache.log.output.AbstractOutputTarget that isn't declared in the build file, and Anakia fails with a NoClassDefFoundError. My proposed steps are: - rename the project specific .ant.properties in the build.xml to build.properties - add the logKit jar file to the build.properties.sample and the build.xml Please tell me I've got it wrong! -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
