Re: Please test Surefire 2.3.1 pre-release

2007-05-28 Thread Niklas Gustavsson

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread berndq

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

  

  apache Snapshots
  http://people.apache.org/repo/m2-snapshot-repository
  
true
  
  
false
  

  

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:


  

  
maven-surefire-plugin
2.3.1-SNAPSHOT
  

  


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread berndq

Brett,

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

Made the modifications you described, including a

  

  apache Snapshots
  http://people.apache.org/repo/m2-snapshot-repository
  
true
  
  
false
  

  

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:


  

  
maven-surefire-plugin
2.3.1-SNAPSHOT
  

  


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brett Porter

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:


  

  
maven-surefire-plugin
2.3.1-SNAPSHOT
  

  


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]