You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@apache.org> on 2007/05/24 13:29:32 UTC

Please test Surefire 2.3.1 pre-release

Hi,

The surefire 2.3.1 release vote is imminent, so I'd like to ask  
people to test the latest build.

I'm particularly interested in those:
- who can't use 2.3 because of a regression since 2.2
- who currently use 2.3 on Windows
- who use different types of classloading configuration in tests

To test the release, add the following to your pom:

<build>
   <pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3.1-SNAPSHOT</version>
       </plugin>
     </plugins>
   </pluginManagement>
</build>

If you want to download the snapshot, add the following snapshot  
repository to your POM: http://people.apache.org/repo/m2-snapshot- 
repository

Alternatively, you can build from source: http://svn.apache.org/repos/ 
asf/maven/surefire/branches/surefire-2.3.x

Thanks!
- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Niklas Gustavsson <ni...@protocol7.com>.
Brett Porter wrote:
> Hi,
> 
> The surefire 2.3.1 release vote is imminent, so I'd like to ask people 
> to test the latest build.
> 
> I'm particularly interested in those:
> - who can't use 2.3 because of a regression since 2.2
> - who currently use 2.3 on Windows
> - who use different types of classloading configuration in tests


Works wonderfully for the Apache FtpServer build. We've been stuck at 
2.0 due to various bugs in the later versions so I'm very happy with this.

/niklas


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by berndq <be...@gmx.net>.
Forget about my last mail,

it works now for me on a tiny project on Windows.

best regards
Bernd


> Brett,
> 
> I run 2.3 successfully on a tiny test project on Windows.
> 
> Made the modifications you described, including a
> 
>   <repositories>
>     <repository>
>       <id>apache Snapshots</id>
>       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
>       <snapshots>
>         <enabled>true</enabled>
>       </snapshots>
>       <releases>
>         <enabled>false</enabled>
>       </releases>
>     </repository>
>   </repositories>
> 
> in the master pom but for "mvn test" I get:
> 
> [INFO] snapshot 
> org.apache.maven.plugins:maven-surefire-plugin:2.3.1-SNAPSHOT: checking 
> for updates from apache Snapshots
> Downloading: 
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3.1-SNAPSHOT/maven-surefire-plugin- 
> 
> 2.3.1-20070525.032653-3.pom
> 6K downloaded
> [INFO] snapshot org.apache.maven.surefire:surefire:2.3.1-SNAPSHOT: 
> checking for updates from apache Snapshots
> Downloading: 
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire/2.3.1-SNAPSHOT/surefire-2.3.1-20070525.032653-3.p 
> 
> om
> 5K downloaded
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - 
> check that the goal name is correct: Unable to download the artifact
>> from any repo
> sitory
> 
> Try downloading the file manually from the project website.
> 
> Then, install it using the command:
>     mvn install:install-file -DgroupId=org.apache.maven.plugins 
> -DartifactId=maven-surefire-plugin \
>         -Dversion=2.3.1-SNAPSHOT -Dpackaging=maven-plugin 
> -Dfile=/path/to/file
> 
> 
> 
> org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.3.1-SNAPSHOT
> 
>> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> 
> org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.3.1-SNAPSHOT
> 
>> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> 
> Bernd
> 
>> Hi,
>>
>> The surefire 2.3.1 release vote is imminent, so I'd like to ask people 
>> to test the latest build.
>>
>> I'm particularly interested in those:
>> - who can't use 2.3 because of a regression since 2.2
>> - who currently use 2.3 on Windows
>> - who use different types of classloading configuration in tests
>>
>> To test the release, add the following to your pom:
>>
>> <build>
>>   <pluginManagement>
>>     <plugins>
>>       <plugin>
>>         <artifactId>maven-surefire-plugin</artifactId>
>>         <version>2.3.1-SNAPSHOT</version>
>>       </plugin>
>>     </plugins>
>>   </pluginManagement>
>> </build>
>>
>> If you want to download the snapshot, add the following snapshot 
>> repository to your POM: 
>> http://people.apache.org/repo/m2-snapshot-repository
>>
>> Alternatively, you can build from source: 
>> http://svn.apache.org/repos/asf/maven/surefire/branches/surefire-2.3.x
>>
>> Thanks!
>> - Brett
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by berndq <be...@gmx.net>.
Brett,

I run 2.3 successfully on a tiny test project on Windows.

Made the modifications you described, including a

   <repositories>
     <repository>
       <id>apache Snapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
       <releases>
         <enabled>false</enabled>
       </releases>
     </repository>
   </repositories>

in the master pom but for "mvn test" I get:

[INFO] snapshot 
org.apache.maven.plugins:maven-surefire-plugin:2.3.1-SNAPSHOT: checking 
for updates from apache Snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3.1-SNAPSHOT/maven-surefire-plugin-
2.3.1-20070525.032653-3.pom
6K downloaded
[INFO] snapshot org.apache.maven.surefire:surefire:2.3.1-SNAPSHOT: 
checking for updates from apache Snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire/2.3.1-SNAPSHOT/surefire-2.3.1-20070525.032653-3.p
om
5K downloaded
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - 
check that the goal name is correct: Unable to download the artifact 
from any repo
sitory

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.maven.plugins 
-DartifactId=maven-surefire-plugin \
         -Dversion=2.3.1-SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file


 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.3.1-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2)

 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.3.1-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2)


Bernd

> Hi,
> 
> The surefire 2.3.1 release vote is imminent, so I'd like to ask people 
> to test the latest build.
> 
> I'm particularly interested in those:
> - who can't use 2.3 because of a regression since 2.2
> - who currently use 2.3 on Windows
> - who use different types of classloading configuration in tests
> 
> To test the release, add the following to your pom:
> 
> <build>
>   <pluginManagement>
>     <plugins>
>       <plugin>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>2.3.1-SNAPSHOT</version>
>       </plugin>
>     </plugins>
>   </pluginManagement>
> </build>
> 
> If you want to download the snapshot, add the following snapshot 
> repository to your POM: 
> http://people.apache.org/repo/m2-snapshot-repository
> 
> Alternatively, you can build from source: 
> http://svn.apache.org/repos/asf/maven/surefire/branches/surefire-2.3.x
> 
> Thanks!
> - Brett
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Brett Porter <br...@apache.org>.
Yes, please - would like to confirm it is still an issue with  
"2.3.1-20070525.032653-3".

On 29/05/2007, at 3:42 PM, Evan Worley wrote:

> Maven 2.0.4, and I am not sure exactly which surefire snapshot it  
> was (I
> don't have access to the repo at this time).  If you would like to  
> know
> which snapshot we pulled, I can check tomorrow, just let me know.
>
> Evan
>
> On 5/26/07, Brett Porter <br...@apache.org> wrote:
>>
>> Please confirm the version, as it may have been fixed.
>>
>> Thanks,
>> Brett
>>
>> On 27/05/2007, at 1:36 AM, Evan Worley wrote:
>>
>> > While we haven't checked if it works with the latest, we had the
>> > problem
>> > across ~10 windows XP machines.  We removed the snapshot repo from
>> > our repo
>> > list to get around the issue.
>> >
>> > -Evan
>> >
>> > On 5/25/07, Brett Porter <br...@apache.org> wrote:
>> >>
>> >> Ok, need more info:
>> >> - Platform?
>> >> - what version of 2.3.1-SNAPSHOT do you have? Does it work with  
>> the
>> >> latest (I fixed one windows related bug yesterday)
>> >> - does it work if you add -Dsurefire.useSystemClassLoader = false?
>> >> - Is this on a project I can test it on?
>> >>
>> >> Thanks,
>> >> Brett
>> >>
>> >> On 25/05/2007, at 10:25 PM, Andrew Williams wrote:
>> >>
>> >> > happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
>> >> > Andy
>> >> >
>> >> > On 25 May 2007, at 00:54, Brett Porter wrote:
>> >> >
>> >> >> Looks like a conflict with plexus-utils. If you're using Maven
>> >> 2.1-
>> >> >> SNAPSHOT, I'm going with you're fault (there's still a known  
>> issue
>> >> >> with hiding there, right?); if you are using 2.0.x I'm going  
>> with
>> >> >> my fault :)
>> >> >>
>> >> >> - Brett
>> >> >>
>> >> >> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
>> >> >>
>> >> >>> Well, I don't know if I did something wrong, but since this  
>> email
>> >> >>> went out (possibly a few hours before) my tests all fail.
>> >> >>> I have to pin the surefire plugin to 2.3 for them to pass.
>> >> >>>
>> >> >>> Everything seems to fail with the following message:
>> >> >>>
>> >> >>> -----
>> >> >>> Exception in thread "main" java.lang.NoClassDefFoundError:  
>> org/
>> >> >>> codehaus/plexus/util/cli/StreamConsumer
>> >> >>> -----
>> >> >>>
>> >> >>> There is no stack available.
>> >> >>> I will try to trace this later, but right now I wondered if it
>> >> >>> rang any bells at your end.
>> >> >>>
>> >> >>> Andy
>> >> >>>
>> >> >>> On 24 May 2007, at 12:29, Brett Porter wrote:
>> >> >>>
>> >> >>>> Hi,
>> >> >>>>
>> >> >>>> The surefire 2.3.1 release vote is imminent, so I'd like  
>> to ask
>> >> >>>> people to test the latest build.
>> >> >>>>
>> >> >>>> I'm particularly interested in those:
>> >> >>>> - who can't use 2.3 because of a regression since 2.2
>> >> >>>> - who currently use 2.3 on Windows
>> >> >>>> - who use different types of classloading configuration in  
>> tests
>> >> >>>>
>> >> >>>> To test the release, add the following to your pom:
>> >> >>>>
>> >> >>>> <build>
>> >> >>>>   <pluginManagement>
>> >> >>>>     <plugins>
>> >> >>>>       <plugin>
>> >> >>>>         <artifactId>maven-surefire-plugin</artifactId>
>> >> >>>>         <version>2.3.1-SNAPSHOT</version>
>> >> >>>>       </plugin>
>> >> >>>>     </plugins>
>> >> >>>>   </pluginManagement>
>> >> >>>> </build>
>> >> >>>>
>> >> >>>> If you want to download the snapshot, add the following  
>> snapshot
>> >> >>>> repository to your POM: http://people.apache.org/repo/m2-
>> >> >>>> snapshot-repository
>> >> >>>>
>> >> >>>> Alternatively, you can build from source: http:// 
>> svn.apache.org/
>> >> >>>> repos/asf/maven/surefire/branches/surefire-2.3.x
>> >> >>>>
>> >> >>>> Thanks!
>> >> >>>> - Brett
>> >> >>>>
>> >> >>>>
>> >>  
>> -------------------------------------------------------------------
>> >> >>>> --
>> >> >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> >>>> For additional commands, e-mail: users-help@maven.apache.org
>> >> >>>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >>  
>> --------------------------------------------------------------------
>> >> >>> -
>> >> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> >>> For additional commands, e-mail: dev-help@maven.apache.org
>> >> >>
>> >> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> >> For additional commands, e-mail: dev-help@maven.apache.org
>> >> >>
>> >> >
>> >> >
>> >> >
>> >>  
>> ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> > For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Evan Worley <ev...@gmail.com>.
Maven 2.0.4, and I am not sure exactly which surefire snapshot it was (I
don't have access to the repo at this time).  If you would like to know
which snapshot we pulled, I can check tomorrow, just let me know.

Evan

On 5/26/07, Brett Porter <br...@apache.org> wrote:
>
> Please confirm the version, as it may have been fixed.
>
> Thanks,
> Brett
>
> On 27/05/2007, at 1:36 AM, Evan Worley wrote:
>
> > While we haven't checked if it works with the latest, we had the
> > problem
> > across ~10 windows XP machines.  We removed the snapshot repo from
> > our repo
> > list to get around the issue.
> >
> > -Evan
> >
> > On 5/25/07, Brett Porter <br...@apache.org> wrote:
> >>
> >> Ok, need more info:
> >> - Platform?
> >> - what version of 2.3.1-SNAPSHOT do you have? Does it work with the
> >> latest (I fixed one windows related bug yesterday)
> >> - does it work if you add -Dsurefire.useSystemClassLoader = false?
> >> - Is this on a project I can test it on?
> >>
> >> Thanks,
> >> Brett
> >>
> >> On 25/05/2007, at 10:25 PM, Andrew Williams wrote:
> >>
> >> > happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
> >> > Andy
> >> >
> >> > On 25 May 2007, at 00:54, Brett Porter wrote:
> >> >
> >> >> Looks like a conflict with plexus-utils. If you're using Maven
> >> 2.1-
> >> >> SNAPSHOT, I'm going with you're fault (there's still a known issue
> >> >> with hiding there, right?); if you are using 2.0.x I'm going with
> >> >> my fault :)
> >> >>
> >> >> - Brett
> >> >>
> >> >> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
> >> >>
> >> >>> Well, I don't know if I did something wrong, but since this email
> >> >>> went out (possibly a few hours before) my tests all fail.
> >> >>> I have to pin the surefire plugin to 2.3 for them to pass.
> >> >>>
> >> >>> Everything seems to fail with the following message:
> >> >>>
> >> >>> -----
> >> >>> Exception in thread "main" java.lang.NoClassDefFoundError: org/
> >> >>> codehaus/plexus/util/cli/StreamConsumer
> >> >>> -----
> >> >>>
> >> >>> There is no stack available.
> >> >>> I will try to trace this later, but right now I wondered if it
> >> >>> rang any bells at your end.
> >> >>>
> >> >>> Andy
> >> >>>
> >> >>> On 24 May 2007, at 12:29, Brett Porter wrote:
> >> >>>
> >> >>>> Hi,
> >> >>>>
> >> >>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask
> >> >>>> people to test the latest build.
> >> >>>>
> >> >>>> I'm particularly interested in those:
> >> >>>> - who can't use 2.3 because of a regression since 2.2
> >> >>>> - who currently use 2.3 on Windows
> >> >>>> - who use different types of classloading configuration in tests
> >> >>>>
> >> >>>> To test the release, add the following to your pom:
> >> >>>>
> >> >>>> <build>
> >> >>>>   <pluginManagement>
> >> >>>>     <plugins>
> >> >>>>       <plugin>
> >> >>>>         <artifactId>maven-surefire-plugin</artifactId>
> >> >>>>         <version>2.3.1-SNAPSHOT</version>
> >> >>>>       </plugin>
> >> >>>>     </plugins>
> >> >>>>   </pluginManagement>
> >> >>>> </build>
> >> >>>>
> >> >>>> If you want to download the snapshot, add the following snapshot
> >> >>>> repository to your POM: http://people.apache.org/repo/m2-
> >> >>>> snapshot-repository
> >> >>>>
> >> >>>> Alternatively, you can build from source: http://svn.apache.org/
> >> >>>> repos/asf/maven/surefire/branches/surefire-2.3.x
> >> >>>>
> >> >>>> Thanks!
> >> >>>> - Brett
> >> >>>>
> >> >>>>
> >> -------------------------------------------------------------------
> >> >>>> --
> >> >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >>>> For additional commands, e-mail: users-help@maven.apache.org
> >> >>>>
> >> >>>
> >> >>>
> >> >>>
> >> --------------------------------------------------------------------
> >> >>> -
> >> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >> >>
> >> >>
> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> >> For additional commands, e-mail: dev-help@maven.apache.org
> >> >>
> >> >
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> > For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: Please test Surefire 2.3.1 pre-release

Posted by Brett Porter <br...@apache.org>.
Please confirm the version, as it may have been fixed.

Thanks,
Brett

On 27/05/2007, at 1:36 AM, Evan Worley wrote:

> While we haven't checked if it works with the latest, we had the  
> problem
> across ~10 windows XP machines.  We removed the snapshot repo from  
> our repo
> list to get around the issue.
>
> -Evan
>
> On 5/25/07, Brett Porter <br...@apache.org> wrote:
>>
>> Ok, need more info:
>> - Platform?
>> - what version of 2.3.1-SNAPSHOT do you have? Does it work with the
>> latest (I fixed one windows related bug yesterday)
>> - does it work if you add -Dsurefire.useSystemClassLoader = false?
>> - Is this on a project I can test it on?
>>
>> Thanks,
>> Brett
>>
>> On 25/05/2007, at 10:25 PM, Andrew Williams wrote:
>>
>> > happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
>> > Andy
>> >
>> > On 25 May 2007, at 00:54, Brett Porter wrote:
>> >
>> >> Looks like a conflict with plexus-utils. If you're using Maven  
>> 2.1-
>> >> SNAPSHOT, I'm going with you're fault (there's still a known issue
>> >> with hiding there, right?); if you are using 2.0.x I'm going with
>> >> my fault :)
>> >>
>> >> - Brett
>> >>
>> >> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
>> >>
>> >>> Well, I don't know if I did something wrong, but since this email
>> >>> went out (possibly a few hours before) my tests all fail.
>> >>> I have to pin the surefire plugin to 2.3 for them to pass.
>> >>>
>> >>> Everything seems to fail with the following message:
>> >>>
>> >>> -----
>> >>> Exception in thread "main" java.lang.NoClassDefFoundError: org/
>> >>> codehaus/plexus/util/cli/StreamConsumer
>> >>> -----
>> >>>
>> >>> There is no stack available.
>> >>> I will try to trace this later, but right now I wondered if it
>> >>> rang any bells at your end.
>> >>>
>> >>> Andy
>> >>>
>> >>> On 24 May 2007, at 12:29, Brett Porter wrote:
>> >>>
>> >>>> Hi,
>> >>>>
>> >>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask
>> >>>> people to test the latest build.
>> >>>>
>> >>>> I'm particularly interested in those:
>> >>>> - who can't use 2.3 because of a regression since 2.2
>> >>>> - who currently use 2.3 on Windows
>> >>>> - who use different types of classloading configuration in tests
>> >>>>
>> >>>> To test the release, add the following to your pom:
>> >>>>
>> >>>> <build>
>> >>>>   <pluginManagement>
>> >>>>     <plugins>
>> >>>>       <plugin>
>> >>>>         <artifactId>maven-surefire-plugin</artifactId>
>> >>>>         <version>2.3.1-SNAPSHOT</version>
>> >>>>       </plugin>
>> >>>>     </plugins>
>> >>>>   </pluginManagement>
>> >>>> </build>
>> >>>>
>> >>>> If you want to download the snapshot, add the following snapshot
>> >>>> repository to your POM: http://people.apache.org/repo/m2-
>> >>>> snapshot-repository
>> >>>>
>> >>>> Alternatively, you can build from source: http://svn.apache.org/
>> >>>> repos/asf/maven/surefire/branches/surefire-2.3.x
>> >>>>
>> >>>> Thanks!
>> >>>> - Brett
>> >>>>
>> >>>>  
>> -------------------------------------------------------------------
>> >>>> --
>> >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >>>> For additional commands, e-mail: users-help@maven.apache.org
>> >>>>
>> >>>
>> >>>
>> >>>  
>> --------------------------------------------------------------------
>> >>> -
>> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >>> For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >
>> >
>> >  
>> ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Evan Worley <ev...@gmail.com>.
While we haven't checked if it works with the latest, we had the problem
across ~10 windows XP machines.  We removed the snapshot repo from our repo
list to get around the issue.

-Evan

On 5/25/07, Brett Porter <br...@apache.org> wrote:
>
> Ok, need more info:
> - Platform?
> - what version of 2.3.1-SNAPSHOT do you have? Does it work with the
> latest (I fixed one windows related bug yesterday)
> - does it work if you add -Dsurefire.useSystemClassLoader = false?
> - Is this on a project I can test it on?
>
> Thanks,
> Brett
>
> On 25/05/2007, at 10:25 PM, Andrew Williams wrote:
>
> > happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
> > Andy
> >
> > On 25 May 2007, at 00:54, Brett Porter wrote:
> >
> >> Looks like a conflict with plexus-utils. If you're using Maven 2.1-
> >> SNAPSHOT, I'm going with you're fault (there's still a known issue
> >> with hiding there, right?); if you are using 2.0.x I'm going with
> >> my fault :)
> >>
> >> - Brett
> >>
> >> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
> >>
> >>> Well, I don't know if I did something wrong, but since this email
> >>> went out (possibly a few hours before) my tests all fail.
> >>> I have to pin the surefire plugin to 2.3 for them to pass.
> >>>
> >>> Everything seems to fail with the following message:
> >>>
> >>> -----
> >>> Exception in thread "main" java.lang.NoClassDefFoundError: org/
> >>> codehaus/plexus/util/cli/StreamConsumer
> >>> -----
> >>>
> >>> There is no stack available.
> >>> I will try to trace this later, but right now I wondered if it
> >>> rang any bells at your end.
> >>>
> >>> Andy
> >>>
> >>> On 24 May 2007, at 12:29, Brett Porter wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask
> >>>> people to test the latest build.
> >>>>
> >>>> I'm particularly interested in those:
> >>>> - who can't use 2.3 because of a regression since 2.2
> >>>> - who currently use 2.3 on Windows
> >>>> - who use different types of classloading configuration in tests
> >>>>
> >>>> To test the release, add the following to your pom:
> >>>>
> >>>> <build>
> >>>>   <pluginManagement>
> >>>>     <plugins>
> >>>>       <plugin>
> >>>>         <artifactId>maven-surefire-plugin</artifactId>
> >>>>         <version>2.3.1-SNAPSHOT</version>
> >>>>       </plugin>
> >>>>     </plugins>
> >>>>   </pluginManagement>
> >>>> </build>
> >>>>
> >>>> If you want to download the snapshot, add the following snapshot
> >>>> repository to your POM: http://people.apache.org/repo/m2-
> >>>> snapshot-repository
> >>>>
> >>>> Alternatively, you can build from source: http://svn.apache.org/
> >>>> repos/asf/maven/surefire/branches/surefire-2.3.x
> >>>>
> >>>> Thanks!
> >>>> - Brett
> >>>>
> >>>> -------------------------------------------------------------------
> >>>> --
> >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>>> For additional commands, e-mail: users-help@maven.apache.org
> >>>>
> >>>
> >>>
> >>> --------------------------------------------------------------------
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: Please test Surefire 2.3.1 pre-release

Posted by Andrew Williams <an...@handyande.co.uk>.
This is on OSX, on just about all projects.

I nuked the SNAP from my local just now and it pulled a new one,  
which does not fail.
My apologies if this was fixed a couple of days back, I must have not  
got the update.

Andy

On 26 May 2007, at 02:50, Brett Porter wrote:

> Ok, need more info:
> - Platform?
> - what version of 2.3.1-SNAPSHOT do you have? Does it work with the  
> latest (I fixed one windows related bug yesterday)
> - does it work if you add -Dsurefire.useSystemClassLoader = false?
> - Is this on a project I can test it on?
>
> Thanks,
> Brett
>
> On 25/05/2007, at 10:25 PM, Andrew Williams wrote:
>
>> happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
>> Andy
>>
>> On 25 May 2007, at 00:54, Brett Porter wrote:
>>
>>> Looks like a conflict with plexus-utils. If you're using Maven  
>>> 2.1-SNAPSHOT, I'm going with you're fault (there's still a known  
>>> issue with hiding there, right?); if you are using 2.0.x I'm  
>>> going with my fault :)
>>>
>>> - Brett
>>>
>>> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
>>>
>>>> Well, I don't know if I did something wrong, but since this  
>>>> email went out (possibly a few hours before) my tests all fail.
>>>> I have to pin the surefire plugin to 2.3 for them to pass.
>>>>
>>>> Everything seems to fail with the following message:
>>>>
>>>> -----
>>>> Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
>>>> codehaus/plexus/util/cli/StreamConsumer
>>>> -----
>>>>
>>>> There is no stack available.
>>>> I will try to trace this later, but right now I wondered if it  
>>>> rang any bells at your end.
>>>>
>>>> Andy
>>>>
>>>> On 24 May 2007, at 12:29, Brett Porter wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask  
>>>>> people to test the latest build.
>>>>>
>>>>> I'm particularly interested in those:
>>>>> - who can't use 2.3 because of a regression since 2.2
>>>>> - who currently use 2.3 on Windows
>>>>> - who use different types of classloading configuration in tests
>>>>>
>>>>> To test the release, add the following to your pom:
>>>>>
>>>>> <build>
>>>>>   <pluginManagement>
>>>>>     <plugins>
>>>>>       <plugin>
>>>>>         <artifactId>maven-surefire-plugin</artifactId>
>>>>>         <version>2.3.1-SNAPSHOT</version>
>>>>>       </plugin>
>>>>>     </plugins>
>>>>>   </pluginManagement>
>>>>> </build>
>>>>>
>>>>> If you want to download the snapshot, add the following  
>>>>> snapshot repository to your POM: http://people.apache.org/repo/ 
>>>>> m2-snapshot-repository
>>>>>
>>>>> Alternatively, you can build from source: http://svn.apache.org/ 
>>>>> repos/asf/maven/surefire/branches/surefire-2.3.x
>>>>>
>>>>> Thanks!
>>>>> - Brett
>>>>>
>>>>> ------------------------------------------------------------------ 
>>>>> ---
>>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Brett Porter <br...@apache.org>.
Ok, need more info:
- Platform?
- what version of 2.3.1-SNAPSHOT do you have? Does it work with the  
latest (I fixed one windows related bug yesterday)
- does it work if you add -Dsurefire.useSystemClassLoader = false?
- Is this on a project I can test it on?

Thanks,
Brett

On 25/05/2007, at 10:25 PM, Andrew Williams wrote:

> happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
> Andy
>
> On 25 May 2007, at 00:54, Brett Porter wrote:
>
>> Looks like a conflict with plexus-utils. If you're using Maven 2.1- 
>> SNAPSHOT, I'm going with you're fault (there's still a known issue  
>> with hiding there, right?); if you are using 2.0.x I'm going with  
>> my fault :)
>>
>> - Brett
>>
>> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
>>
>>> Well, I don't know if I did something wrong, but since this email  
>>> went out (possibly a few hours before) my tests all fail.
>>> I have to pin the surefire plugin to 2.3 for them to pass.
>>>
>>> Everything seems to fail with the following message:
>>>
>>> -----
>>> Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
>>> codehaus/plexus/util/cli/StreamConsumer
>>> -----
>>>
>>> There is no stack available.
>>> I will try to trace this later, but right now I wondered if it  
>>> rang any bells at your end.
>>>
>>> Andy
>>>
>>> On 24 May 2007, at 12:29, Brett Porter wrote:
>>>
>>>> Hi,
>>>>
>>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask  
>>>> people to test the latest build.
>>>>
>>>> I'm particularly interested in those:
>>>> - who can't use 2.3 because of a regression since 2.2
>>>> - who currently use 2.3 on Windows
>>>> - who use different types of classloading configuration in tests
>>>>
>>>> To test the release, add the following to your pom:
>>>>
>>>> <build>
>>>>   <pluginManagement>
>>>>     <plugins>
>>>>       <plugin>
>>>>         <artifactId>maven-surefire-plugin</artifactId>
>>>>         <version>2.3.1-SNAPSHOT</version>
>>>>       </plugin>
>>>>     </plugins>
>>>>   </pluginManagement>
>>>> </build>
>>>>
>>>> If you want to download the snapshot, add the following snapshot  
>>>> repository to your POM: http://people.apache.org/repo/m2- 
>>>> snapshot-repository
>>>>
>>>> Alternatively, you can build from source: http://svn.apache.org/ 
>>>> repos/asf/maven/surefire/branches/surefire-2.3.x
>>>>
>>>> Thanks!
>>>> - Brett
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Andrew Williams <an...@handyande.co.uk>.
happens in both 2.0.x (2.0.5 to be precise) and 2.1 .
Andy

On 25 May 2007, at 00:54, Brett Porter wrote:

> Looks like a conflict with plexus-utils. If you're using Maven 2.1- 
> SNAPSHOT, I'm going with you're fault (there's still a known issue  
> with hiding there, right?); if you are using 2.0.x I'm going with  
> my fault :)
>
> - Brett
>
> On 25/05/2007, at 2:55 AM, Andrew Williams wrote:
>
>> Well, I don't know if I did something wrong, but since this email  
>> went out (possibly a few hours before) my tests all fail.
>> I have to pin the surefire plugin to 2.3 for them to pass.
>>
>> Everything seems to fail with the following message:
>>
>> -----
>> Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
>> codehaus/plexus/util/cli/StreamConsumer
>> -----
>>
>> There is no stack available.
>> I will try to trace this later, but right now I wondered if it  
>> rang any bells at your end.
>>
>> Andy
>>
>> On 24 May 2007, at 12:29, Brett Porter wrote:
>>
>>> Hi,
>>>
>>> The surefire 2.3.1 release vote is imminent, so I'd like to ask  
>>> people to test the latest build.
>>>
>>> I'm particularly interested in those:
>>> - who can't use 2.3 because of a regression since 2.2
>>> - who currently use 2.3 on Windows
>>> - who use different types of classloading configuration in tests
>>>
>>> To test the release, add the following to your pom:
>>>
>>> <build>
>>>   <pluginManagement>
>>>     <plugins>
>>>       <plugin>
>>>         <artifactId>maven-surefire-plugin</artifactId>
>>>         <version>2.3.1-SNAPSHOT</version>
>>>       </plugin>
>>>     </plugins>
>>>   </pluginManagement>
>>> </build>
>>>
>>> If you want to download the snapshot, add the following snapshot  
>>> repository to your POM: http://people.apache.org/repo/m2-snapshot- 
>>> repository
>>>
>>> Alternatively, you can build from source: http://svn.apache.org/ 
>>> repos/asf/maven/surefire/branches/surefire-2.3.x
>>>
>>> Thanks!
>>> - Brett
>>>
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Brett Porter <br...@apache.org>.
Looks like a conflict with plexus-utils. If you're using Maven 2.1- 
SNAPSHOT, I'm going with you're fault (there's still a known issue  
with hiding there, right?); if you are using 2.0.x I'm going with my  
fault :)

- Brett

On 25/05/2007, at 2:55 AM, Andrew Williams wrote:

> Well, I don't know if I did something wrong, but since this email  
> went out (possibly a few hours before) my tests all fail.
> I have to pin the surefire plugin to 2.3 for them to pass.
>
> Everything seems to fail with the following message:
>
> -----
> Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
> codehaus/plexus/util/cli/StreamConsumer
> -----
>
> There is no stack available.
> I will try to trace this later, but right now I wondered if it rang  
> any bells at your end.
>
> Andy
>
> On 24 May 2007, at 12:29, Brett Porter wrote:
>
>> Hi,
>>
>> The surefire 2.3.1 release vote is imminent, so I'd like to ask  
>> people to test the latest build.
>>
>> I'm particularly interested in those:
>> - who can't use 2.3 because of a regression since 2.2
>> - who currently use 2.3 on Windows
>> - who use different types of classloading configuration in tests
>>
>> To test the release, add the following to your pom:
>>
>> <build>
>>   <pluginManagement>
>>     <plugins>
>>       <plugin>
>>         <artifactId>maven-surefire-plugin</artifactId>
>>         <version>2.3.1-SNAPSHOT</version>
>>       </plugin>
>>     </plugins>
>>   </pluginManagement>
>> </build>
>>
>> If you want to download the snapshot, add the following snapshot  
>> repository to your POM: http://people.apache.org/repo/m2-snapshot- 
>> repository
>>
>> Alternatively, you can build from source: http://svn.apache.org/ 
>> repos/asf/maven/surefire/branches/surefire-2.3.x
>>
>> Thanks!
>> - Brett
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Please test Surefire 2.3.1 pre-release

Posted by Andrew Williams <an...@handyande.co.uk>.
Well, I don't know if I did something wrong, but since this email  
went out (possibly a few hours before) my tests all fail.
I have to pin the surefire plugin to 2.3 for them to pass.

Everything seems to fail with the following message:

-----
Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
codehaus/plexus/util/cli/StreamConsumer
-----

There is no stack available.
I will try to trace this later, but right now I wondered if it rang  
any bells at your end.

Andy

On 24 May 2007, at 12:29, Brett Porter wrote:

> Hi,
>
> The surefire 2.3.1 release vote is imminent, so I'd like to ask  
> people to test the latest build.
>
> I'm particularly interested in those:
> - who can't use 2.3 because of a regression since 2.2
> - who currently use 2.3 on Windows
> - who use different types of classloading configuration in tests
>
> To test the release, add the following to your pom:
>
> <build>
>   <pluginManagement>
>     <plugins>
>       <plugin>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>2.3.1-SNAPSHOT</version>
>       </plugin>
>     </plugins>
>   </pluginManagement>
> </build>
>
> If you want to download the snapshot, add the following snapshot  
> repository to your POM: http://people.apache.org/repo/m2-snapshot- 
> repository
>
> Alternatively, you can build from source: http://svn.apache.org/ 
> repos/asf/maven/surefire/branches/surefire-2.3.x
>
> Thanks!
> - Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org