Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-26 Thread Peter Horlock
1.5 and 1.5, and yes, it's working with Maven 2.09. Sorry, the code of my company is classified, I can't provide a testcase.

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-26 Thread Paul Benedict
Peter, The Maven team isn't asking for your source code. The request is to provide a project -- any project -- that demonstrates the failure. Just create a mock project that helps rear the head of the ugly error. Paul On Tue, Aug 26, 2008 at 1:24 AM, Peter Horlock [EMAIL PROTECTED] wrote: 1.5

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Peter Horlock
Using RC10, the following fails, which was working with 2.0.9: (seems like it doesn't like enums?!) mvn clean tomcat:deploy -o [INFO] NOTE: Maven is executing in offline mode. Any artifacts not already in your local repository will be inaccessible. [INFO] Scanning for projects... [INFO]

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Henrique Prange
Hi Peter, It seems that you don't have the maven-compiler-plugin configured correctly. You must set the source as 1.5 to use Enums. See [1] for more information. [1]http://maven.apache.org/general.html#Compiling-J2SE-5 Cheers, Henrique Peter Horlock wrote: Using RC10, the following

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread TM
Memory: 36M/126M [INFO] -- View this message in context: http://www.nabble.com/-PLEASE-TEST--Maven-2.0.10-RC10-tp19117054p19146039.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Peter Horlock
It seems that you don't have the maven-compiler-plugin configured correctly. You must set the source as 1.5 to use Enums. See [1] for more information. [1]http://maven.apache.org/general.html#Compiling-J2SE-5 Nope, I have that configured - and as I said, it's working with Maven 2.09...

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
What's your target and source set to in the compiler plugin configuration? Are you certain the exact same POM is working in 2.0.9? -john Peter Horlock wrote: Using RC10, the following fails, which was working with 2.0.9: (seems like it doesn't like enums?!) mvn clean tomcat:deploy -o [INFO]

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
Can you provide a failing test case we could use as a basis for an integration test? Something that would help us debug your specific use case would be very helpful. Thanks, -john Peter Horlock wrote: It seems that you don't have the maven-compiler-plugin configured correctly. You must set

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
Please file a JIRA issue in http://jira.codehaus.org/browse/MNG and attach a failing test project, if possible, that we could use to verify the problem. The information below is far too little to diagnose the problem. Thanks, -john TM wrote: Multi-module project fails with NPE on

[PLEASE TEST] Maven 2.0.10-RC10

2008-08-22 Thread John Casey
Hi again everyone, I wanted to announce the availability of the latest release candidate, 2.0.10-RC10. You can grab it here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC10/org/apache/maven/apache-maven/2.0.10-RC10 I've closed the few issues that came out of RC9, and

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-22 Thread Daniel Kulp
John, Performance is looking very good.My testcase that runs in 32secs on 2.0.9 runs in 26sec with this RC. Very nice job. However, there seems to be a problem with it and the eclipse plugin in a reactor build. With the CXF build, run: mvn test-compile eclipse:eclipse -Pnochecks -o