Re: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-08 Thread Martin Höller
On Monday 07 April 2008 Andreas Guther wrote: We see a difference in classpath loading between Surefire 2.3 and 2.4. Search the archive of this list on nabble.com for surefire 2.4 classpath and you'll find your answer. Note, that there was a bug in maven 2.0.7, so updating to a newer maven

Re: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-08 Thread Dan Fabulich
+Maven+Surefire Executive summary: useSystemClassLoader changed between Surefire 2.3 and Surefire 2.4. The default was useSystemClassLoader=false, but now the default is useSystemClassLoader=true. If you're having problems, try turning it back off to see if that helps. I've also written

RE: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-08 Thread Andreas Guther
that this was the default behavior in Surefire 2.3 and that it was reversed in Surefire 2.4. -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:07 PM To: Maven Users List Subject: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-07 Thread Andreas Guther
Hi, We see a difference in classpath loading between Surefire 2.3 and 2.4. If we run the attached test against Surefire 2.3 and TestNG 5.1 we get the following output: mvn test -Pthree --- T E S T S

Failed to resolve artifact for surefire 2.3

2007-08-21 Thread dberning
the surefire-2.3 jar (see output below). I don't see it in the repository. What am I doing wrong? Is that code located in some other repository? Or is this a bad dependency? Thanks for your help, we're hoping to use Maven going forward, Dave Berning C:\Dave\eclipse\workspace

Re: Failed to resolve artifact for surefire 2.3

2007-08-21 Thread Wayne Fay
the surefire plugin. I'm probably missing something simple, but it appears when Maven goes to the repository to resolve a surefire dependency, it doesn't find the surefire-2.3 jar (see output below). I don't see it in the repository. What am I doing wrong? Is that code located in some other

Re: surefire 2.3, mvn 2.0.5 : execution blocks and system property

2007-03-15 Thread Valerio Schiavoni
i also tried moving the common system properties into the configuration element of the plugin while keeping specific ones into the configuration of each execution block.. yet without no luck: tests are not executed with the correct properties set. On 3/14/07, Valerio Schiavoni [EMAIL PROTECTED]

surefire 2.3, mvn 2.0.5 : execution blocks and system property

2007-03-14 Thread Valerio Schiavoni
hello, seems like defining system properties within the configuration of an execution block for the surefire plugin is not propertly supported. Consider this: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId executions

Re: surefire 2.3, mvn 2.0.5 : execution blocks and system property

2007-03-14 Thread Valerio Schiavoni
I also tried specifing iddefault/id (as suggested by jdcasey on irc), hoping that the configurations would have been merged..but it's not the case. On 3/14/07, Valerio Schiavoni [EMAIL PROTECTED] wrote: hello, seems like defining system properties within the configuration of an execution

Surefire 2.3 ignores suite()?

2007-03-13 Thread jason r tibbetts
I'm using Surefire 2.3 to test with JUnit 4, and it seems as though my tests' suite() methods aren't being used by the Surefire booter. Does it simply look for the @Test-annotated tests manually? I'm using suite() because I have a couple of Parameterized tests implemented as inner classes

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Martin Gilday
Fantastic news. I'm sure many people have been waiting for this one. Thanks to all involved. - Original message - From: Brett Porter [EMAIL PROTECTED] To: announce@maven.apache.org Cc: users@maven.apache.org Date: Thu, 1 Mar 2007 12:27:12 +0800 Subject: [ANN] Maven Surefire 2.3 Released

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Wayne Fay
@maven.apache.org Cc: users@maven.apache.org Date: Thu, 1 Mar 2007 12:27:12 +0800 Subject: [ANN] Maven Surefire 2.3 Released The Maven team is pleased to announce the release of Maven Surefire, version 2.3. http://maven.apache.org/surefire/ http://maven.apache.org/plugins/maven-surefire-plugin http

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Niklas Gustavsson
Hi Brett Porter wrote: The Maven team is pleased to announce the release of Maven Surefire, version 2.3. I tried upgrading the Surefire plugin from 2.0 to 2.3 for the Apache Incubator FtpServer build but the build fails with a NPE in SurefirePlugin. The module that crashes the plugin has no

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Arnaud HERITIER
Yes I had also this error Can't we release a 2.3.1 ASAP to fix it? Arnaud On 3/1/07, Niklas Gustavsson [EMAIL PROTECTED] wrote: Hi Brett Porter wrote: The Maven team is pleased to announce the release of Maven Surefire, version 2.3. I tried upgrading the Surefire plugin from 2.0 to 2.3

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Jason van Zyl
On 1 Mar 07, at 6:56 PM 1 Mar 07, Arnaud HERITIER wrote: Yes I had also this error Can't we release a 2.3.1 ASAP to fix it? Fixed in SVN. I'll call for a vote on dev list. Jason. Arnaud On 3/1/07, Niklas Gustavsson [EMAIL PROTECTED] wrote: Hi Brett Porter wrote: The Maven team is

[ANN] Maven Surefire 2.3 Released

2007-02-28 Thread Brett Porter
The Maven team is pleased to announce the release of Maven Surefire, version 2.3. http://maven.apache.org/surefire/ http://maven.apache.org/plugins/maven-surefire-plugin http://maven.apache.org/plugins/maven-surefire-report-plugin Release notes: ** Bug * [SUREFIRE-49] - Surefire leaves

Surefire 2.3

2007-02-22 Thread Martin Gilday
Hi, Is there any idea yet of when we can expect surefire 2.3 to be released? Looking at JIRA there are still a lot of tasks pending, but also quite a few fixes complete. Is it possible that some of these open issues could be pushed back to 2.4? The reason being that now Bamboo is 1.0

Re: Surefire 2.3

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 11:30 AM 22 Feb 07, Martin Gilday wrote: Hi, Is there any idea yet of when we can expect surefire 2.3 to be released? Brett started looking at Surefire again and hopes to do a release as soon as he can. Looking at JIRA there are still a lot of tasks pending, but also

Re: Surefire 2.3

2007-02-22 Thread Martin Gilday
Thanks for the update Jason, it is appreciated. - Original message - From: Jason van Zyl [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Date: Thu, 22 Feb 2007 11:37:10 -0500 Subject: Re: Surefire 2.3 On 22 Feb 07, at 11:30 AM 22 Feb 07, Martin Gilday wrote: Hi

Re: Using Maven 2 vs surefire-2.3-SNAPSHOT

2007-01-20 Thread MvZ
IDE with JUnit version 3.8.1 selected as version choice. -- View this message in context: http://www.nabble.com/Using-Maven-2-vs-surefire-2.3-SNAPSHOT-tf3045379s177.html#a8467881 Sent from the Maven - Users mailing list archive at Nabble.com