IT's still moving along slowly: http://docs.codehaus.org/display/MAVEN/Surefire+TestNG+refactoring
On 12/09/2007, Martin Gilday <[EMAIL PROTECTED]> wrote: > Is a release of Surefire 2.4 about due? 2.3 was released in March with > the note: > Note: a 2.4 release is being worked on immediately to resolve some > issues with TestNG. This release is being made available to users > having the above problems before that work begins. > > The previous advice for anyone wanting to use TestNG with Maven is to > use the 2.4-SNAPSHOT from people.apache.org. This seems to > intermittently cease working. Currently the error being: > java.lang.IllegalArgumentException: Unknown parameter type: > java.util.Properties > at > > org.apache.maven.surefire.booter.SurefireBooter.constructParamObjects(SurefireBooter.java: > 800) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java: > 855) > > The current advice seems to be to use the snapshot found here: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.4-collab-SNAPSHOT/ > This works well for me. But what is the collab version? > > The uncertainty of the pairing of TestNG and Maven is currently a major > blocker in ours, and I assume many peoples, uptake of TestNG. > Is it possible to have a 2.4 release made of the Surefire which works > with TestNG to some degree (such as the collab version) so users do not > have to rely on the state of the SNAPSHOT all the time? > > Thanks, > Martin. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://www.devzuz.org/blogs/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
