Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-22 Thread Benjamin Bentmann

Jesse Glick wrote:


So is this really a candidate for release as 3.0 or do you expect to
continue making fixes?


I would like to roll at least one other RC this week.


Will you keep on publishing RC1 over and over
(distinguishing the different builds with timestamps??), or will there
be RC2, RC3, etc. as needed?


The next step is RC2, and by then the staging repo for RC1 will be dropped.


Benjamin

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann

Justin Edelson wrote:


To reproduce:
$ svn co http://svn.apache.org/repos/asf/sling/trunk
$ mvn clean install


After a couple of builds of r999284 of Slink trunk with 3.0-RC1, the 
only failures I ever managed to produce were in 
org.apache.sling.launchpad.testing due to the HTTP server occasionally 
not coming up in time. I.e. I'm not seeing any build issues that are 
specific to Maven 3.



Benjamin

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Justin Edelson
Thanks for looking at this Benjamin. What MAVEN_OPTS are you using? We had some 
reports at the end of last week that upping PermGen to 512MB fixed the problems 
on a 64 bit VM. I haven't been able to validate that yet.


Thanks,
Justin

On Sep 21, 2010, at 10:33 AM, Benjamin Bentmann benjamin.bentm...@udo.edu 
wrote:

 Justin Edelson wrote:
 
 To reproduce:
 $ svn co http://svn.apache.org/repos/asf/sling/trunk
 $ mvn clean install
 
 After a couple of builds of r999284 of Slink trunk with 3.0-RC1, the only 
 failures I ever managed to produce were in org.apache.sling.launchpad.testing 
 due to the HTTP server occasionally not coming up in time. I.e. I'm not 
 seeing any build issues that are specific to Maven 3.
 
 
 Benjamin
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Benjamin Bentmann

Justin Edelson wrote:


What MAVEN_OPTS are you using?


What I was told by the build:

[echo] ** WARNING (SLING-443) 
**
[echo] On most platforms, you'll get OutOfMemoryErrors when building unless you 
set
[echo] MAVEN_OPTS=-Xmx256M -XX:MaxPermSize=128M, see SLING-443.
[echo] 
*


Works for the 32 bit 1.5 JVM I was using.


Benjamin

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-21 Thread Jesse Glick

On 09/16/2010 05:21 AM, Benjamin Bentmann wrote:

This is an attempt to collect feedback from a broad audience before we start 
the vote for 3.0, similar to what was done in the past.


I'm a bit confused over the labeling RC1, perhaps you could clarify.

1. Nothing is published at http://maven.apache.org/download.html - only beta 3.

2. http://www.sonatype.com/people/2010/09/please-try-maven-3-0-rc1/ says [after making fixes] we will release the final RC1, implying maybe that this is a release 
candidate of a release candidate.


3. There were votes on betas, but no apparent vote on this RC.

So is this really a candidate for release as 3.0 or do you expect to continue making fixes? Will you keep on publishing RC1 over and over (distinguishing the 
different builds with timestamps??), or will there be RC2, RC3, etc. as needed?


(I am bundling M3 builds in NetBeans 6.10 development builds, and I would like 
there to be unambiguous version labels in case any problems are found.)


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-19 Thread Brett Porter
After initially forgetting to download it before going offline (doh!) I've been 
using this for a couple of days without problems. 

However, being on not-my-usual machine brought some fun errors this morning 
trying to build one different project, and further trying to break it brought a 
few output glitches that I've filed:
- surefire test results fall off the screen on a multi-module project (MNG-4823)
- resolution errors are less helpful, especially at widths of 80 characters 
(maybe newlines, whitespace or strategic rethrowing needed?) (MNG-4824, 
MNG-4826)
- errors on bad relativePath are confusing (MNG-4825)
- warnings at the start of the build are easily missed - should have a strict 
mode to optionally enable (and become default from 3.1?), or show in the 
summary at the end that there were X build warnings (MNG-4827)

Also should the build failure banner still be after the errors at the bottom? 
(not filed, looking for other's opinions)

I'm going to try a few more projects.

Cheers,
Brett


On 15/09/2010, at 1:34 PM, Benjamin Bentmann wrote:

 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is seeking 
 your help to discover regressions since Maven 2.x. Everybody interested in 
 taking a preview of the upcoming release for a test drive can get source and 
 binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/
 
 Before reporting any issues found during testing, please be sure to have a 
 close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes
 
 If you encounter unexpected build issues, please fill a report in JIRA that 
 provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3 release 
 can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread stug23

We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776

This would need to be resolved before we can use Maven 3.0-RC1.

I am not sure whether this requires a fix in Nexus or in Maven?
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/PLEASE-TEST-Apache-Maven-3-0-RC1-tp2841338p2844349.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Anders Hammar
I believe this is a Nexus issue, for which there is a fix. It was mentioned
on the nexus users list some days ago.

/Anders (mobile)

Den 2010 9 18 10:28 skrev stug23 pat.poden...@gmail.com:

 We see the problem reported in
https://issues.sonatype.org/browse/NEXUS-3776

 This would need to be resolved before we can use Maven 3.0-RC1.

 I am not sure whether this requires a fix in Nexus or in Maven?
 --
 View this message in context:
http://maven.40175.n5.nabble.com/PLEASE-TEST-Apache-Maven-3-0-RC1-tp2841338p2844349.html
 Sent from the Maven Developers mailing list archive at Nabble.com.

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Benjamin Bentmann

stug23 wrote:


We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776

This would need to be resolved before we can use Maven 3.0-RC1.


https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-UniqueSnapshotVersionsandClassifiers


Benjamin

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Brian Fox
This is actually happening because of a snapshot version metadata
change that went out with maven 3 beta 3, so if folks used that to
deploy, the metadata will be unreadable by nexus versions 1.7.2 and
earlier.

However, we do have a patch that can be applied.  Just drop the
following jar in your (basedir)/runtime/apps/nexus/lib directory  and
remove the existing mercury-md-shared-1.0-alpha-6.jar file (of course
requires nexus restart once done)

https://repository.sonatype.org/content/groups/forge/org/apache/maven/mercury/mercury-md-shared/1.0-alpha-6-SONATYPE/mercury-md-shared-1.0-alpha-6-SONATYPE.jar

This patch is able to be applied to nexus versions from 1.3.6 through
1.7.2, of course this will be non-issue come the 1.8.0 release


On Sat, Sep 18, 2010 at 6:51 AM, Anders Hammar and...@hammar.net wrote:
 I believe this is a Nexus issue, for which there is a fix. It was mentioned
 on the nexus users list some days ago.

 /Anders (mobile)

 Den 2010 9 18 10:28 skrev stug23 pat.poden...@gmail.com:

 We see the problem reported in
 https://issues.sonatype.org/browse/NEXUS-3776

 This would need to be resolved before we can use Maven 3.0-RC1.

 I am not sure whether this requires a fix in Nexus or in Maven?
 --
 View this message in context:
 http://maven.40175.n5.nabble.com/PLEASE-TEST-Apache-Maven-3-0-RC1-tp2841338p2844349.html
 Sent from the Maven Developers mailing list archive at Nabble.com.

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



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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-17 Thread Jesse Glick

On 09/15/2010 04:34 PM, Benjamin Bentmann wrote:

If you encounter unexpected build issues, please fil[e] a report in JIRA


Would be good to take a look at http://jira.codehaus.org/browse/MNG-4428 (server redirect handling) and reconsider its low priority. Although it is claimed to affect 
2.2.1 and hence not be a M3 regression, my experience in http://jira.codehaus.org/browse/MNG-4816 is that some bug in M2 masks it under certain circumstances, so that M3 
effectively regresses. A patch has been available for over six months with no official comment.



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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Paul Merlin

+1 (non-binding)

Tested corporate and oss projects.
Did not test the release process.

/Paul


Quoting Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive
 can get source and binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/mav
 en/apache-maven/3.0-RC1/
 
 Before reporting any issues found during testing, please be sure to have
 a close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+N
 otes
 
 If you encounter unexpected build issues, please fill a report in JIRA
 that provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3
 release can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversi
 on=13142styleName=TextprojectId=10500Create=Create
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org



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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Benjamin Bentmann

Hervé BOUTEMY wrote:


is this a formal vote


Neither in the mail's subject nor in its body did I refer to any vote.

This is an attempt to collect feedback from a broad audience before we 
start the vote for 3.0, similar to what was done in the past [0].



Benjamin


[0] http://www.mail-archive.com/us...@maven.apache.org/msg100482.html

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Baptiste MATHUS
+1, no problem.

Tested multimodules build, on windows and AIX (ibm jvm), with and without //
build activated.

Congratulations for the work!

2010/9/16 Paul Merlin eska...@n0pe.org


 +1 (non-binding)

 Tested corporate and oss projects.
 Did not test the release process.

 /Paul


 Quoting Benjamin Bentmann benjamin.bentm...@udo.edu:
  Hi,
 
  in preparation for the release of Apache Maven 3.0, the Maven team is
  seeking your help to discover regressions since Maven 2.x. Everybody
  interested in taking a preview of the upcoming release for a test drive
  can get source and binary bundles from this URL:
 
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/mav
  en/apache-maven/3.0-RC1/
 
  Before reporting any issues found during testing, please be sure to have
  a close look at the compatibility notes for Maven 3.x:
 
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+N
  otes
 
  If you encounter unexpected build issues, please fill a report in JIRA
  that provides sufficient information to reproduce and analyze the issue:
 
  http://jira.codehaus.org/browse/MNG
 
  The fixes contained in this release candidate since the 3.0-beta-3
  release can also be seen in JIRA:
 
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversi
  on=13142styleName=TextprojectId=10500Create=Create
 
  Thanks,
 
 
  -The Maven team
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org



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




-- 
Baptiste Batmat MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !


Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Tony Chemit
Le Wed, 15 Sep 2010 22:34:47 +0200,
Benjamin Bentmann benjamin.bentm...@udo.edu a écrit :

works fine on our project (install + site)

Tony

ps: my first mail was lost ?

 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is 
 seeking your help to discover regressions since Maven 2.x. Everybody 
 interested in taking a preview of the upcoming release for a test drive 
 can get source and binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/
 
 Before reporting any issues found during testing, please be sure to have 
 a close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes
 
 If you encounter unexpected build issues, please fill a report in JIRA 
 that provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3 
 release can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 



-- 
Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Tony Chemit
Le Thu, 16 Sep 2010 11:53:45 +0200,
Tony Chemit che...@codelutin.com a écrit :

 Le Wed, 15 Sep 2010 22:34:47 +0200,
 Benjamin Bentmann benjamin.bentm...@udo.edu a écrit :
 
 works fine on our project (install + site)
+ release :) (I just made one)
 
 Tony
 
 ps: my first mail was lost ?
 
  Hi,
  
  in preparation for the release of Apache Maven 3.0, the Maven team is 
  seeking your help to discover regressions since Maven 2.x. Everybody 
  interested in taking a preview of the upcoming release for a test drive 
  can get source and binary bundles from this URL:
  
  https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/
  
  Before reporting any issues found during testing, please be sure to have 
  a close look at the compatibility notes for Maven 3.x:
  
  https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes
  
  If you encounter unexpected build issues, please fill a report in JIRA 
  that provides sufficient information to reproduce and analyze the issue:
  
  http://jira.codehaus.org/browse/MNG
  
  The fixes contained in this release candidate since the 3.0-beta-3 
  release can also be seen in JIRA:
  
  http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create
  
  Thanks,
  
  
  -The Maven team
  
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org
  
 
 
 



-- 
Tony Chemit

tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Paul Gier
+1
Seems to work fine for me.

On 09/15/2010 03:34 PM, Benjamin Bentmann wrote:
 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive
 can get source and binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/
 
 
 Before reporting any issues found during testing, please be sure to have
 a close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes
 
 
 If you encounter unexpected build issues, please fill a report in JIRA
 that provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3
 release can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create
 
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
Integration tests in the Apache Sling build are pretty consistently
failing on 3.0-RC1 and 3.0-beta-3 in two different modules. Both pass
consistently in 2.2.1.

To reproduce:
$ svn co http://svn.apache.org/repos/asf/sling/trunk
$ mvn clean install

In about 4 minutes (depending upon the state of your local repository),
the module at installer/osgi/it will fail with about 20 test failures.

From there, you can proceed by using -rf

$ mvn -rf installer/jcr/jcrinstall clean install

The next few modules will build until the last, final integration test
module which fails with about 70 test failures.

With 2.2.1, both sets of integration tests pass.

Any clues as to what we should be looking for?

The first set of failures are all pax exam tests. The second set are
normal JUnit tests which run against a container started and stopped by
Maven.

Thanks,

Justin

 On 09/15/2010 03:34 PM, Benjamin Bentmann wrote:
 Hi,

 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive
 can get source and binary bundles from this URL:

 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/


 Before reporting any issues found during testing, please be sure to have
 a close look at the compatibility notes for Maven 3.x:

 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes


 If you encounter unexpected build issues, please fill a report in JIRA
 that provides sufficient information to reproduce and analyze the issue:

 http://jira.codehaus.org/browse/MNG

 The fixes contained in this release candidate since the 3.0-beta-3
 release can also be seen in JIRA:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create


 Thanks,


 -The Maven team

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

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


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread kristian
I have a plugin where I use the maven3 api.

maven-beta-2, maven-beta-1, maven-alpha-6/7,  worked

maven-beta-3 gives
Caused by: java.lang.NullPointerException
at 
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:185)
at 
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:175)
at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:237)
at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:219)


maven-RC1 gives
Caused by: java.lang.NoSuchMethodError:
org.apache.maven.project.ProjectBuildingRequest.setForceUpdate(Z)Lorg/apache/maven/project/ProjectBuildingRequest;

maybe I should not have used that ProjectBuilder, maybe that is not
part of the public API, maybe I am the only one writing plugin with
maven3 API - then never mind I fix it on my side.

regards Kristian

On Thu, Sep 16, 2010 at 3:13 PM, Baptiste MATHUS m...@batmat.net wrote:
 +1, no problem.

 Tested multimodules build, on windows and AIX (ibm jvm), with and without //
 build activated.

 Congratulations for the work!

 2010/9/16 Paul Merlin eska...@n0pe.org


 +1 (non-binding)

 Tested corporate and oss projects.
 Did not test the release process.

 /Paul


 Quoting Benjamin Bentmann benjamin.bentm...@udo.edu:
  Hi,
 
  in preparation for the release of Apache Maven 3.0, the Maven team is
  seeking your help to discover regressions since Maven 2.x. Everybody
  interested in taking a preview of the upcoming release for a test drive
  can get source and binary bundles from this URL:
 
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/mav
  en/apache-maven/3.0-RC1/
 
  Before reporting any issues found during testing, please be sure to have
  a close look at the compatibility notes for Maven 3.x:
 
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+N
  otes
 
  If you encounter unexpected build issues, please fill a report in JIRA
  that provides sufficient information to reproduce and analyze the issue:
 
  http://jira.codehaus.org/browse/MNG
 
  The fixes contained in this release candidate since the 3.0-beta-3
  release can also be seen in JIRA:
 
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversi
  on=13142styleName=TextprojectId=10500Create=Create
 
  Thanks,
 
 
  -The Maven team
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org



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




 --
 Baptiste Batmat MATHUS - http://batmat.net
 Sauvez un arbre,
 Mangez un castor !


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread John Casey
no problems here so far. I was able to run the assembly plugin ITs 
without trouble, which is a change from beta-3...there seemed to be some 
problem with passing expressions in on the command-line in beta-3.


At any rate, it looks good.

On 9/15/10 4:34 PM, Benjamin Bentmann wrote:

Hi,

in preparation for the release of Apache Maven 3.0, the Maven team is
seeking your help to discover regressions since Maven 2.x. Everybody
interested in taking a preview of the upcoming release for a test drive
can get source and binary bundles from this URL:

https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/


Before reporting any issues found during testing, please be sure to have
a close look at the compatibility notes for Maven 3.x:

https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes


If you encounter unexpected build issues, please fill a report in JIRA
that provides sufficient information to reproduce and analyze the issue:

http://jira.codehaus.org/browse/MNG

The fixes contained in this release candidate since the 3.0-beta-3
release can also be seen in JIRA:

http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create


Thanks,


-The Maven team

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



--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.johnofalltrades.name/

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Benjamin Bentmann

Justin Edelson wrote:


Any clues as to what we should be looking for?


Well, I would hope that the Sling guys now best what makes their tests 
fail. One thing I have seen in the past were projects having duplicate 
classes/resources on their class path and having a subtle dependency on 
their ordering for stuff to work.



Benjamin

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Justin Edelson
On 9/16/10 11:12 AM, Benjamin Bentmann wrote:
 Justin Edelson wrote:
 
 Any clues as to what we should be looking for?
 
 Well, I would hope that the Sling guys now best what makes their tests
 fail.

Indeed we do. In this case, what's making the tests fail is using a
different Maven version.

 One thing I have seen in the past were projects having duplicate
 classes/resources on their class path and having a subtle dependency on
 their ordering for stuff to work.
 
 
 Benjamin
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Olivier Lamy
Fine here (tested on some corporate builds)
Thanks (good job !)

2010/9/15 Benjamin Bentmann benjamin.bentm...@udo.edu:
 Hi,

 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive can
 get source and binary bundles from this URL:

 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/

 Before reporting any issues found during testing, please be sure to have a
 close look at the compatibility notes for Maven 3.x:

 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes

 If you encounter unexpected build issues, please fill a report in JIRA that
 provides sufficient information to reproduce and analyze the issue:

 http://jira.codehaus.org/browse/MNG

 The fixes contained in this release candidate since the 3.0-beta-3 release
 can also be seen in JIRA:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create

 Thanks,


 -The Maven team

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





-- 
Olivier
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Jochen Wiedmann
Works fine here.

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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Oleg Gusakov

 I am getting:

java.lang.ClassNotFoundException: javax.persistence.Entity

from spring context initialization. Class not found varies depending on 
the order of spring dependencies, could be a Logger, etc.


Same build works fine under 2.2.1. and 3.0-beta-2

I will create an issue if manage to localize into a test project, 
otherwise it's just a FYI.


  
2010/9/15 Benjamin Bentmannbenjamin.bentm...@udo.edu:

Hi,

in preparation for the release of Apache Maven 3.0, the Maven team is
seeking your help to discover regressions since Maven 2.x. Everybody
interested in taking a preview of the upcoming release for a test drive can
get source and binary bundles from this URL:

https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/

Before reporting any issues found during testing, please be sure to have a
close look at the compatibility notes for Maven 3.x:

https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes

If you encounter unexpected build issues, please fill a report in JIRA that
provides sufficient information to reproduce and analyze the issue:

http://jira.codehaus.org/browse/MNG

The fixes contained in this release candidate since the 3.0-beta-3 release
can also be seen in JIRA:

http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create

Thanks,


-The Maven team

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







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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Arnaud Héritier
Benjamin I just found this problem : http://jira.codehaus.org/browse/MNG-4813
It is failing for all alpha/beta I tested thus it isn't a problem in RC itself.
It occurs with an old version of the jdocbook plugin we are always using in 
GateIn and few others projects.

Arnaud Héritier
Software Factory Manager
http://www.exoplatform.com

Phone : +33 (0)6 89 74 64 24
Skype : aheritier
Twitter : @aheritier 
Blog : http://aheritier.net

On Sep 15, 2010, at 10:34 PM, Benjamin Bentmann wrote:

 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is seeking 
 your help to discover regressions since Maven 2.x. Everybody interested in 
 taking a preview of the upcoming release for a test drive can get source and 
 binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/
 
 Before reporting any issues found during testing, please be sure to have a 
 close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes
 
 If you encounter unexpected build issues, please fill a report in JIRA that 
 provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3 release 
 can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 


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



Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Mark Derricutt
An odd thing I'm noticing trying to release some multi-module projects with
M3 nightlies:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on
project smx3.core: Execution default-cli of goal
org.apache.maven.plugins:maven-release-plugin:2.0:prepare failed: For
artifact {org.apache.maven.plugins:maven-install-plugin:null:maven-plugin}:
The version cannot be empty. - [Help 1]

I don't declare or use the maven-install-plugin anywhere in my project so
I'm not sure why I would need to declare it ( mvn clean install works fine
).

Anyone else seen this?  Or should I just bite the bullet and put in a
declaration of the install plugin and lock its version down?

Mark


-- 
Pull me down under...



On Thu, Sep 16, 2010 at 8:34 AM, Benjamin Bentmann 
benjamin.bentm...@udo.edu wrote:

 Hi,

 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive can
 get source and binary bundles from this URL:


 https://repository.apache.org/content/repositories/maven-030/org/apache/maven/apache-maven/3.0-RC1/

 Before reporting any issues found during testing, please be sure to have a
 close look at the compatibility notes for Maven 3.x:


 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes

 If you encounter unexpected build issues, please fill a report in JIRA that
 provides sufficient information to reproduce and analyze the issue:

 http://jira.codehaus.org/browse/MNG

 The fixes contained in this release candidate since the 3.0-beta-3 release
 can also be seen in JIRA:


 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversion=13142styleName=TextprojectId=10500Create=Create

 Thanks,


 -The Maven team

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




Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-15 Thread Hervé BOUTEMY
is this a formal vote (with speedup option to get more users feedback)?

Regards,

Hervé

Le mercredi 15 septembre 2010, Benjamin Bentmann a écrit :
 Hi,
 
 in preparation for the release of Apache Maven 3.0, the Maven team is
 seeking your help to discover regressions since Maven 2.x. Everybody
 interested in taking a preview of the upcoming release for a test drive
 can get source and binary bundles from this URL:
 
 https://repository.apache.org/content/repositories/maven-030/org/apache/mav
 en/apache-maven/3.0-RC1/
 
 Before reporting any issues found during testing, please be sure to have
 a close look at the compatibility notes for Maven 3.x:
 
 https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+N
 otes
 
 If you encounter unexpected build issues, please fill a report in JIRA
 that provides sufficient information to reproduce and analyze the issue:
 
 http://jira.codehaus.org/browse/MNG
 
 The fixes contained in this release candidate since the 3.0-beta-3
 release can also be seen in JIRA:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=PRIR5ueW-iversi
 on=13142styleName=TextprojectId=10500Create=Create
 
 Thanks,
 
 
 -The Maven team
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org


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