Remove the reference to xml.jar in the ant.bat run file. The shell script 'ant' probably also needs to be updated. I noticed references to moo.jar in there. I'm not sure why that is and since I didn't want to break anything I left it for now.
Index: src/bin/ant.bat =================================================================== RCS file: /home/cvspublic/jakarta-ant/src/bin/ant.bat,v retrieving revision 1.1 diff -u -r1.1 ant.bat --- src/bin/ant.bat 2000/01/13 10:41:39 1.1 +++ src/bin/ant.bat 2000/04/27 14:07:04 @@ -24,7 +24,7 @@ set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%CLASSPATH% :runAnt -set CLASSPATH=%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\xml.jar;%CLASSPATH% +set CLASSPATH=%ANT_HOME%\lib\ant.jar;%CLASSPATH% java -Dant.home="%ANT_HOME%" org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 :end -- Conor MacNeill [EMAIL PROTECTED] M64 Pty Limited
