Build/Running with Torque and ANT 1.4.1 as of 3/01/2002. Ant Tasks in 1.4.x by default loads from the system.classpath BEFORE the Task classlist. This causes problems in environments where older versions of dependencies already exist in the java environment. Especially when ANT is run from an IDE (ex: netbeans).
Temporary solution: modify build.xml to force Ant to use a reverse order classloader with tasks. This can be done by adding 'reverseloader="true"' to the taskdef tags. I have verified this works with ANT 1.4.1 I am not sure how you guys want to handle this - whether mentioning in torque docs, changing it in src, or suppling two build.xml files with torque. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
