Using a shared drive, if I build the project on the Windows XP system, it works fine. But if I build, using the same set of files on the Unix box, Maven fails to load the JUnitTask as shown below.
--- Unix Maven
107 11:41am [EMAIL PROTECTED] ~/workarea/SquidBuild/sequence/common > maven test:test
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
java:prepare-filesystem:
java:compile:
[echo] Compiling to /home/radon00/mhusby/workarea/SquidBuild/sequence/common/target/classes
BUILD FAILED
File...... file:/home/radon00/mhusby/.maven/plugins/maven-test-plugin-1.4/
Element... taskdef
Line...... 89
Column.... 9
taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found
Total time: 12 seconds
Finished at: Thu Jan 08 11:41:49 EST 2004
7.487u 5.990s 0:14.39 93.6% 0+581k 10+30io 0pf+0w 108 11:41am [EMAIL PROTECTED] ~/workarea/SquidBuild/sequence/common >
--- Windows XP Maven F:\workarea\SquidBuild\sequence\common>maven test __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
Attempting to download maven-SNAPSHOT.jar. Overriding previous definition of reference to clover.classpath java:prepare-filesystem:
java:compile:
[echo] Compiling to F:\workarea\SquidBuild\sequence\common/target/classes
java:jar-resources:
test:prepare-filesystem:
test:test-resources:
test:compile:
test:test: [junit] Running edu.mit.wi.genome.common.dba.AllTests [junit] Tests run: 29, Failures: 0, Errors: 1, Time elapsed: 3.225 sec ----
Its like Maven can't find its jar files. I've verified that $MAVEN_HOME/lib contains the same set of jar files on both systems.
Any suggestions on things to look at would be really appreciated.
-- Erik Husby Team Lead for Software Quality Automation Genome Center at MIT Rm. 2192 320 Charles St Cambridge, MA 02141-2023 mobile: 781.354.6669 office: 617.258.9227 [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
