RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
ssage - From: "Brown, Charles" <[EMAIL PROTECTED]> To: "Maven Users List" ; "Maven Users List" Sent: Thursday, June 08, 2006 3:09 PM Subject: RE: Using 3rd party jar with surefire Yes, but I also add the parasoft jtest and ju

RE: Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
Yes, but I also add the parasoft jtest and junit jars, and the junit-addons, as below; junit junit 3.8.1 test parasoft.com jtest 7.5.43 test

Using 3rd party jar with surefire

2006-06-08 Thread Brown, Charles
All, We use Parasoft JTest to generate JUnit based unit tests. Afterward, I am able to run them in eclipse using "Run As -> JUnit Test", and they work fine. So, I think I should be able to run them using surefire, as long as I have the parasoft jars on the classpath, but I get the errors

javadoc won't work

2006-06-05 Thread Brown, Charles
Follwed th javadoc plugin instructions, and had a couple co-workers double check, but all I get is this; [INFO] Preparing javadoc:javadoc [INFO] No goals needed for project - skipping what does thqat mean? --CB