Re: 2.1???

2007-01-22 Thread Jason van Zyl
On 22 Jan 07, at 3:32 PM 22 Jan 07, edovale wrote: Is there any plan to release maven 2.1 in the near future? I will most likely propose an alpha-1 in the next week or two. Jason. Thanks. __ __ Finding fa

Re: Maven and JDK 1.6

2007-01-22 Thread mraible
Here's the issue I discovered with 2.0.4 and JDK 6. AppFuse 2.x users have reported other issues (i.e. plugins not firing) when using JDK 6. http://jira.codehaus.org/browse/MNG-2709 Matt brettporter wrote: > > I think the bug already exists. > > On 23/01/2007, at 10:08 AM, John Casey wrote:

Re: 2.1???

2007-01-22 Thread Mike Perham
No. 2.0.5 is expected in the near future. On 1/22/07, edovale <[EMAIL PROTECTED]> wrote: Is there any plan to release maven 2.1 in the near future? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

2.1???

2007-01-22 Thread edovale
Is there any plan to release maven 2.1 in the near future? Thanks. Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.y

Re: Maven and JDK 1.6

2007-01-22 Thread Brett Porter
I think the bug already exists. On 23/01/2007, at 10:08 AM, John Casey wrote: That would be the MNG project: http://jira.codehaus.org/browse/MNG -j On 1/22/07, Daniel Kulp <[EMAIL PROTECTED]> wrote: Have any of the developers tested with JDK 1.6 yet? One of the projects I'm working on (A

Re: Maven and JDK 1.6

2007-01-22 Thread John Casey
That would be the MNG project: http://jira.codehaus.org/browse/MNG -j On 1/22/07, Daniel Kulp <[EMAIL PROTECTED]> wrote: Have any of the developers tested with JDK 1.6 yet? One of the projects I'm working on (Apache QPID) builds fine with JDK 1.5, but if we use JDK 1.6, maven cannot find so

Re: Running integration tests with the embedder

2007-01-22 Thread John Casey
I think this could be a useful exercise in determining just how "embeddable" Maven really is, since it's bound to expose cached instance state and other similar problems that will carry over from test to test...not just a problem of garbage collection. As a way of reviewing Maven itself, it's a v

Re: Running integration tests with the embedder

2007-01-22 Thread Jason van Zyl
On 22 Jan 07, at 2:42 PM 22 Jan 07, Carlos Sanchez wrote: Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and emb

Re: Running integration tests with the embedder

2007-01-22 Thread Kenney Westerhof
Carlos Sanchez wrote: Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and embedded validator. Then the desired v

Running integration tests with the embedder

2007-01-22 Thread Carlos Sanchez
Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and embedded validator. Then the desired validator would be injecte

Re: svn commit: r498038 - in /maven/shared/trunk/maven-verifier/src/main/java/org/apache/maven/it/verifier: AbstractVerifier.java Verifier.java

2007-01-22 Thread Carlos Sanchez
sorry about that, I was playing with it and committed just to keep history for new files. No previous files have been changed. I'll throw a new thread for details. On 1/19/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: -1 Roll that out. Please ask was the rule we setup. Please adhere to it. You

Maven and JDK 1.6

2007-01-22 Thread Daniel Kulp
Have any of the developers tested with JDK 1.6 yet? One of the projects I'm working on (Apache QPID) builds fine with JDK 1.5, but if we use JDK 1.6, maven cannot find some of the SNAPSHOT plugins. If we build once with JDK 1.5 so all the plugins are downloaded, then 1.6 does work, but that

Re: [vote] merge id-refactor branch changes

2007-01-22 Thread Christian Edward Gruber
+1 Rahul Thakur wrote: Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. C

[vote] merge id-refactor branch changes

2007-01-22 Thread Rahul Thakur
Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Cheers, Rahul

Re: JIRA projects

2007-01-22 Thread Brett Porter
... and DOAP, and GPG, and invoker, and a bunch of project categories. On 23/01/2007, at 7:53 AM, Brett Porter wrote: I've fixed the permissions schemes so this goes to issues@maven.apache.org where it belongs. I've also added the released 1.0-alpha-1 version and the under development 1.0-al

Re: [mojo-dev] [jira] Created: (MRRESOURCES-4) If not resourceBundles specified (or element miss-spelled) you get a NullPointerException

2007-01-22 Thread Brett Porter
I've fixed the permissions schemes so this goes to issues@maven.apache.org where it belongs. I've also added the released 1.0-alpha-1 version and the under development 1.0-alpha-2 to JIRA. - Brett On 23/01/2007, at 2:43 AM, Daniel Kulp (JIRA) wrote: If not resourceBundles specified (or el

Re: [vote] release maven-changelog-plugin 2.0

2007-01-22 Thread Jesse McConnell
+1 Dennis Lundberg a écrit : > Hi, > > I'd like to release the changelog. It has not had a release since it > moved from Codehaus, so this will be the first release at Apache. > > A lot of issues have been resolved for 2.0 as can be seen in JIRA: > > http://jira.codehaus.org/secure/IssueNaviga

[maven-eclipse-plugin] Automatic reference of dependee projects

2007-01-22 Thread Alessandro.Evangelista
I submitted a new feature request for the maven-eclipse-plugin with a patch which implements it about 2 months ago. http://jira.codehaus.org/browse/MECLIPSE-197 I would be great if it were included in one of the next release of the plugin. Would you like to comment on it? Do you have an

Re: [vote] release maven-changelog-plugin 2.0

2007-01-22 Thread Emmanuel Venisse
+1 Emmanuel Dennis Lundberg a écrit : Hi, I'd like to release the changelog. It has not had a release since it moved from Codehaus, so this will be the first release at Apache. A lot of issues have been resolved for 2.0 as can be seen in JIRA: http://jira.codehaus.org/secure/IssueNavigator