Re: The Maven PMC welcomes John Tolentino

2007-01-02 Thread Stephane Nicoll
Congrats John! Stéphane On 1/3/07, Brett Porter <[EMAIL PROTECTED]> wrote: Hi all, The Maven PMC has voted to add John Tolentino to the PMC. Please join me in welcoming him! Cheers, Brett - To unsubscribe, e-mail: [EMAIL PRO

Re: [vote] re-vote on maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Stephane Nicoll
+1 Stéphane On 1/3/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: I'd like to call a second vote to release maven-dependency-plugin 2.0-alpha-1. Note:, the only functional change since the last vote was to add "results = " to the ScopeFilter to correct MDEP-52. Other source changes where unit tes

Re: Follow-up on some issues

2007-01-02 Thread Jason van Zyl
On 3 Jan 07, at 2:01 AM 3 Jan 07, Franz Allan Valencia See wrote: Good day, MNG-2692, MNG-2699 and MNG-2700 all refers to the same problem. That is after building maven from trunk and using the the resulting assembly (from maven-cli), "mvn.bat" does not work (because it's looking fro cla

The Maven PMC welcomes John Tolentino

2007-01-02 Thread Brett Porter
Hi all, The Maven PMC has voted to add John Tolentino to the PMC. Please join me in welcoming him! Cheers, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] re-vote on maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Dan Tran
+1 -D On 1/2/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: +1, I'm happy with those doc changes thanks. Now I can fix up the unit tests to work on Windows and avoid those nasty Thread.sleep race conditions :) but that won't hold up the release. On 1/3/07, Brian E. Fox <[EMAIL PROTECTED]> wr

Re: [discuss] iBatis, JPA and Java 5.0

2007-01-02 Thread Brett Porter
I've been thinking stay with JDO for now, look at JPA in the long term. I haven't used iBatis, and would be happy to hear some practical experience from people who have. I tend to think of it as "a more productive JDBC", as opposed to the different programming model of JDO/Hibernate/JPA.

[discuss] iBatis, JPA and Java 5.0

2007-01-02 Thread Rahul Thakur
These buzzwords have been making rounds on IRC and dev list :-), and after slight digging around I found a reference to a similar discussion here: http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg01251.html Agreed that the store implementation for Continuum should be plugg

Re: [vote] re-vote on maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Barrie Treloar
+1, I'm happy with those doc changes thanks. Now I can fix up the unit tests to work on Windows and avoid those nasty Thread.sleep race conditions :) but that won't hold up the release. On 1/3/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: I'd like to call a second vote to release maven-dependency

[vote] re-vote on maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Brian E. Fox
I'd like to call a second vote to release maven-dependency-plugin 2.0-alpha-1. Note:, the only functional change since the last vote was to add "results = " to the ScopeFilter to correct MDEP-52. Other source changes where unit tests to cover MDEP-52 and improving the site to be more clear about o

Re: Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
Franz: That was exactly what I was looking for. I wanted to understand these phases a little deeper and the xml shows where they are defined. Thank you :-) David On 1/2/07, Franz Allan Valencia See <[EMAIL PROTECTED]> wrote: Good day, I was working on this last year but got preempted due t

RE: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Brian E. Fox
Yes, this is a critical oversight and is fixed. I will look at the previous comment about docs and then reset the tag/svn and vote. -Original Message- From: goldgriff [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 6:55 PM To: dev@maven.apache.org Subject: Re: [vote] maven-depe

Re: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Dan Tran
tested the latest snapshot with my production build +1 Thanks for all the good works -D On 1/2/07, goldgriff <[EMAIL PROTECTED]> wrote: Can we get the following bug resolved before you do the release? http://jira.codehaus.org/browse/MDEP-52?page=all You cannot currently exclude a scope.

Re: Comprehensive List of Phases

2007-01-02 Thread Franz Allan Valencia See
Good day, I was working on this last year but got preempted due to work. I was trying to update the introduction to the lifecycle and I ended up with this [1] which contains a comprehensive list of "development phases" ( I placed it in the wiki first till I am finish with the patch ). Majority of

Re: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread goldgriff
Can we get the following bug resolved before you do the release? http://jira.codehaus.org/browse/MDEP-52?page=all You cannot currently exclude a scope. Brian E. Fox wrote: > > I'd like to call a vote to release maven-dependency-plugin 2.0-alpha-1. > Although nearly completely covered with unit

Re: Building continuum

2007-01-02 Thread Wendy Smoak
On 1/2/07, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: It builds fine for me. On a lighter note, I find it most amusing that -Dmaven.test.skip=true is mentioned as a way to move forward on a list about a continuous integration project. Cheers, Christian. P.S. Don't take that last as a

Re: Building continuum

2007-01-02 Thread Christian Edward Gruber
It builds fine for me. On a lighter note, I find it most amusing that -Dmaven.test.skip=true is mentioned as a way to move forward on a list about a continuous integration project. Cheers, Christian. P.S. Don't take that last as a serious criticism or anything, it just made me chuckle, that

Re: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Barrie Treloar
-0 The Usage documentation could get cleaned up a bit prior to releasing as each mojo cuts-n-pastes the rules for whether a file gets copied. That is: # Releases use the overWriteReleases value (default = false) # Snapshots use the overWriteSnapshots value (default = false) # If none of the above

Re: Comprehensive List of Phases

2007-01-02 Thread Jason van Zyl
On 2 Jan 07, at 5:42 PM 2 Jan 07, Arik Kfir wrote: got ya... I'm afraid I can't help you there ;-) http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/ main/resources/META-INF/plexus/components.xml Search for "validate" and you will have the default lifecycle. Remember

Re: Comprehensive List of Phases

2007-01-02 Thread Mykel Alvis
All of that information is handled inside the lifecycle management elements for plexus, as far as I know. The lifecycle listed in the intro in the documentation is the definitive one, except that you can make plugins that add new lifecycle elements outside of the standard lifecycle (like what cle

Re: Comprehensive List of Phases

2007-01-02 Thread Arik Kfir
got ya... I'm afraid I can't help you there ;-) On 1/3/07, David Whitehurst <[EMAIL PROTECTED]> wrote: I've seen this and I've also seen a similar list that specifically stated that it was not a comprehensive listing. I'm not looking for someone to point me to the user documentation (finished

Re: Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
I've seen this and I've also seen a similar list that specifically stated that it was not a comprehensive listing. I'm not looking for someone to point me to the user documentation (finished or not-finished), I'm looking for someone to point me to a code module maybe so that I can be sure that I

Re: Comprehensive List of Phases

2007-01-02 Thread Arik Kfir
David, This question belongs in the users mailing list... Anyway - have you read the Introduction to the Build Lifecycle? At: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html You can find it in the maven site by going to the "Index" option on the menu of the main p

Comprehensive List of Phases

2007-01-02 Thread David Whitehurst
I'm writing this mail to the dev list because I'm unable to find a "comprehensive" list of development phases, and I also assume that these phases are in someway string literals in the Maven code somewhere. Is there a comprehensive list or a code module that I can go find? Thanks, David

Re: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Jason van Zyl
+1 On 2 Jan 07, at 3:54 PM 2 Jan 07, Brian E. Fox wrote: I'd like to call a vote to release maven-dependency-plugin 2.0- alpha-1. Although nearly completely covered with unit tests, I'm still calling this alpha for now since there are a few goals to be added in the next version before it's con

RE: [vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Brian E. Fox
Forgot to include the snapshot rev: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plug ins/maven-dependency-plugin/2.0-alpha-1-SNAPSHOT/maven-dependency-plugin -2.0-alpha-1-20070102.041407-9.jar -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: T

[vote] maven-dependency-plugin 2.0-alpha-1

2007-01-02 Thread Brian E. Fox
I'd like to call a vote to release maven-dependency-plugin 2.0-alpha-1. Although nearly completely covered with unit tests, I'm still calling this alpha for now since there are a few goals to be added in the next version before it's considered API stable. SVN Rev : Tag 491863: https://svn.apache.

Re: Who should use SNAPSHOT when? RE: The Future of the Release Process.

2007-01-02 Thread Tom Huybrechts
On 1/2/07, Dan Fabulich <[EMAIL PROTECTED]> wrote: Wendy Smoak wrote: > On 12/22/06, Dan Fabulich <[EMAIL PROTECTED]> wrote: > > > > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > > > > > > If I understand correctly, the problem is that a 'staged' release > > > still contains a SNAPSHOT keyw

RE: Who should use SNAPSHOT when? RE: The Future of the Release Process.

2007-01-02 Thread Dan Fabulich
Wendy Smoak wrote: > On 12/22/06, Dan Fabulich <[EMAIL PROTECTED]> wrote: > > > > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > > > > > > If I understand correctly, the problem is that a 'staged' release > > > still contains a SNAPSHOT keyword in the metadata/filename? > > > > Yes, that's th

Re: the verifier and idea on Mac

2007-01-02 Thread Stephane Nicoll
On 1/2/07, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: This is because mvn is not in IDEA's PATH. Euh, thanks but what do you mean by IDEA's path? Stéphane --- Trygve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: the verifier and idea on Mac

2007-01-02 Thread Trygve Laugstøl
Stephane Nicoll wrote: Hi all, First all an happy new year to everyone! I have an issue with my brand new Mac ( :))) ). The EAR plugin tests do not work when ran within IDEA (stacktrace below). The funny thing is that it does not work either when I run mvn from IDEA using the external tools fun