Michael McCallum wrote: > i'm using surefire 2.3 and testng without any problems... well occasionally i > get a null pointer instead of an error report... but other than that > releasing no problems > On Saturday 13 October 2007 15:48, Victor Cardona wrote: >> Wim Deblauwe wrote: >>> Hi, >>> >>> how do other people release their maven project if they use TestNG? The >>> only surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since >>> it is a snapshot, I cannot release. I could try to give the snapshot jars >>> a real release number, but I'd rather not do that because a) it feels >>> like cheating and b) it is a lot of work with all the different modules >>> that surefire has. >>> >>> regards, >>> >>> Wim >> I finally gave up on using the surefire plugin with TestNG. Now I just >> use antrun to run the testng ant task and generate a report. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >
I tried using surefire-2.3, 2.4-SNAPSHOT, and 2.4-collab-SNAPSHOT with both TestNG 5.5 and 5.6. The collab snapshot resolved the problems with TestNG encountered during the test phase, but then I received an error from the surefire-report plugin. I'm sorry I don't remember what the error was, but I think it may have been a NPE. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
