Re: replace surefire with ant task

2006-11-22 Thread Dave Syer
erested in seeing it. -- View this message in context: http://www.nabble.com/replace-surefire-with-ant-task-tf2568859s177.html#a7500827 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-ma

RE: replace surefire with ant task

2006-11-03 Thread Chris Hilton
e surefire-reports directly. You should be able to insert your own Ant junit task (and configure Surefire to skip tests), if necessary, and modify the rest appropriately. Chris > -Original Message- > From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] > Sent: Friday, 03 November,

replace surefire with ant task

2006-11-03 Thread Sommers, Elizabeth
I want to replace the surefire tests with the ant junit tests. I also want to run ant junitreport instead of the surefire report. Does anybody have a way to do this? Many of our tests won't run under surefire, others fail when they shouldn't. Excluding tests is not an option. Thanks Liz Som