RE: Junit 4 or TestNG 5 suite support

2007-10-25 Thread Joel Wiegman
/test/resources includes=integrationTests.xml/ /testng /tasks /configuration goals goalrun/goal /goals /execution /executions /plugin /plugins /build Hope this helps somebody... -Original Message- From: Joel Wiegman

RE: Junit 4 or TestNG 5 suite support

2007-10-23 Thread Joel Wiegman
/10/19, Joel Wiegman [EMAIL PROTECTED]: Thanks for the response Patrick. I'm not having problems using Junit 4 (I'm actually using Surefire version 2.4-collab-SNAPSHOT because 2.4-SNAPSHOT is still broken). Just having problems getting any of the suite functionality to work. Frustrating

RE: Junit 4 or TestNG 5 suite support

2007-10-19 Thread Joel Wiegman
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:10 PM To: Maven Users List Subject: Re: Junit 4 or TestNG 5 suite support Hello Joel Wiegman, You can put below lines in your pom.xml for supporting JUnit 4. build plugins plugin artifactIdmaven

Junit 4 or TestNG 5 suite support

2007-10-18 Thread Joel Wiegman
Members of the Maven council... Is Surefire's support for suite functionality limited to Junit 3? TestNG's @BeforeSuite and @AfterSuite annotations are not supported by Surefire. Junit 4's equivalent to these methods are to set up a class as follows: @RunWith(value=Suite.class)

RE: Surefire 2.4-SNAPSHOT errors

2007-06-04 Thread Joel Wiegman
Anyone else getting this issue now? I included the --debug flag in my trace. [INFO] [surefire:test] [DEBUG] dummy:dummy:jar:1.0 (selected for null) [DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire::2.4-SNAPSHOT for project: null:surefire-booter:jar:null from the repository.

Re: Surefire 2.4-SNAPSHOT errors

2007-06-01 Thread Joel Wiegman
Hi! Same exact problem here, even after following all of the steps suggested. Anyone have any work arounds (other than commenting out massive sections of my pom.xml file)? I have got the same problem. Can anyone fix the pom? [WARNING] POM for