JUnitTask not found in test:test goal

2003-12-30 Thread Jake Ewerdt
Hello, I run maven test:test and I get this error: BUILD FAILED File.. file:/usr/users/jake/.maven/plugins/maven-test-plugin-1.4/ Element... junit Line.. 94 Column 39 org/apache/tools/ant/taskdefs/optional/junit/JUnitTask Total time: 11 seconds Finished at: Tue Dec 30 12:24:31 EST

Re: JUnitTask not found in test:test goal

2003-12-30 Thread Paul Spencer
Jake, Try adding the following to project.properties maven.junit.fork=yes Paul Spencer Jake Ewerdt wrote: Hello, I run maven test:test and I get this error: BUILD FAILED File.. file:/usr/users/jake/.maven/plugins/maven-test-plugin-1.4/ Element... junit Line.. 94 Column 39

Re: JUnitTask not found in test:test goal

2003-12-30 Thread Jake Ewerdt
No, that didn't work, but thanks for the tip. I got it to work on my Linux box, but the server I'm trying to get it to work on is an HP Alpha running Tru64. The versions of Ant and Maven are exactly the same and all the other JAR files are exactly the same. The only difference is the Java