- try running "ant updateAntLib" it would seem that you might have an old or missing jar file
- what version of ant are you using? I noticed that in ant-1.6.2 there is an ant-xalan1.jar file but in ant-1.5.3 ant-xalan1.jar doesn't exist. Try upgrading to ant 1.6.2.
- If that doesn't solve your problems, and if your not working on hackyAnt you can disable that module.
thanks, aaron
At 02:10 PM 11/8/2004 -1000, you wrote:
Hello Everyone,
Does anyone else get the below error message upon invoking "ant junitAll"? I did an "ant cvsUpdateAll" already so I should have the latest build.
Please let me know, thanks.
Burt
BUILD FAILED file:C:/__DATA/OFFICIAL_HACKYSTAT_BUILD/hackyBuild/build.utils.xml:428: Could no t find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j
The complete console log is: C:\__DATA\OFFICIAL_HACKYSTAT_BUILD\hackyBuild>ant junitAll Buildfile: build.xml
installBuildSensor:
setProperties: [echo] (hackyBuild) Starting build on November 8 2004 13:48:06.
checkProperties:
junitAll:
doUtil_hackyAnt: [echo] (hackyBuildUtils) Invoking junit for hackyAnt.
junit: [echo] (hackyBuildUtils) Running JUnit tests on module hackyAnt. [junit] Running org.hackystat.stdext.sensor.ant.build.TestAntBuildSensor [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.407 sec [junit] Running org.hackystat.stdext.sensor.ant.build.TestBuildSensorHolder [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.891 sec [junit] Running org.hackystat.stdext.sensor.ant.cccc.TestCCCCSensor [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.812 sec [junit] Running org.hackystat.stdext.sensor.ant.jblanket.TestJBlanketSensor [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.828 sec [junit] Running org.hackystat.stdext.sensor.ant.junit.TestJUnitSensor [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.828 sec [junit] Running org.hackystat.stdext.sensor.ant.loadtest.TestPerfReportParse r [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.406 sec
BUILD FAILED file:C:/__DATA/OFFICIAL_HACKYSTAT_BUILD/hackyBuild/build.utils.xml:428: Could no t find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j
Total time: 9 seconds C:\__DATA\OFFICIAL_HACKYSTAT_BUILD\hackyBuild>
