Re: [discuss] Graduate Continuum to its own TLP

2007-12-22 Thread Emmanuel Venisse
I'm ok too, but I don't have the time to work on it. Emmanuel Olivier Lamy a écrit : Hi, Agree to start processing this. If I can help I will. -- Olivier 2007/12/20, Brett Porter [EMAIL PROTECTED]: So, what's next? This seems generally in favour - now might be a good time to get started

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Milos Kleint
i've played with the DefaultLifecycleExecutor and DefaultPluginManager a bit and tried to separate the preparation phase from the actual mojo executions. The preparations seem to attribute to astonishing 90% of the build execution. See

Re: svn commit: r605723 - /maven/shared/trunk/maven-archiver/pom.xml

2007-12-22 Thread Dennis Lundberg
Which of the declared dependencies is the problem? Did you fix the problem there too? [EMAIL PROTECTED] wrote: Author: olamy Date: Wed Dec 19 14:32:51 2007 New Revision: 605723 URL: http://svn.apache.org/viewvc?rev=605723view=rev Log: add dependency on p-u which it's used but not declared

Re: svn commit: r605723 - /maven/shared/trunk/maven-archiver/pom.xml

2007-12-22 Thread Olivier Lamy
No issue fixed here. My only concerns was to add a dependency on p-u because p-u is used directly in some classes of the project. I know p-u comes here by transitivity from the other dependencies. It's just to declare something we use directly in the project. Sure not mandatory, do you want I

Re: how to bypass dependency resolution ?

2007-12-22 Thread nicolas de loof
The checkMissingArtifactsInReactor method is only used when the plugin is an aggregator. The eclipse plugin may fail when it ask for execution of phase=generate-sources, as some plugins requires dependency resolution (sample : an ear having dependency on a war). But in this case, the execution is

Re: how to bypass dependency resolution ?

2007-12-22 Thread Jason van Zyl
On 22 Dec 07, at 4:49 AM 22 Dec 07, nicolas de loof wrote: The checkMissingArtifactsInReactor method is only used when the plugin is an aggregator. The eclipse plugin may fail when it ask for execution of phase=generate-sources, as some plugins requires dependency resolution (sample : an

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Jason van Zyl
On 22 Dec 07, at 1:02 AM 22 Dec 07, Milos Kleint wrote: i've played with the DefaultLifecycleExecutor and DefaultPluginManager a bit and tried to separate the preparation phase from the actual mojo executions. The preparations seem to attribute to astonishing 90% of the build execution.

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Milos Kleint
On Dec 22, 2007 5:17 PM, Jason van Zyl [EMAIL PROTECTED] wrote: On 22 Dec 07, at 1:02 AM 22 Dec 07, Milos Kleint wrote: i've played with the DefaultLifecycleExecutor and DefaultPluginManager a bit and tried to separate the preparation phase from the actual mojo executions. The

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Ralph Goers
If I can get some time I might look at it as well. This wouldn't necessarily be a bad thing if it can tell you all of the errors after preparing the projects. Milos Kleint wrote: The build doesn't fail fast now in some cases. It will prepare all the 20 project's lifecycles, perform dependency

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Jason van Zyl
On 22 Dec 07, at 9:09 AM 22 Dec 07, Milos Kleint wrote: On Dec 22, 2007 5:17 PM, Jason van Zyl [EMAIL PROTECTED] wrote: On 22 Dec 07, at 1:02 AM 22 Dec 07, Milos Kleint wrote: i've played with the DefaultLifecycleExecutor and DefaultPluginManager a bit and tried to separate the

Re: possible performance bottleneck in current trunk

2007-12-22 Thread Jason van Zyl
On 22 Dec 07, at 9:55 AM 22 Dec 07, Ralph Goers wrote: If I can get some time I might look at it as well. This wouldn't necessarily be a bad thing if it can tell you all of the errors after preparing the projects. There are probably things we can know before project collection, like

Re: how to bypass dependency resolution ?

2007-12-22 Thread nicolas de loof
Seems I have missed some interesting threads on the dev list ! What is this build plan ? Is this related to http://docs.codehaus.org/display/MAVEN/Toolchains I didn't find proposal / description of this mechanism on http://docs.codehaus.org/display/MAVEN/Home Nico. 2007/12/22, Jason van Zyl

Re: svn commit: r605723 - /maven/shared/trunk/maven-archiver/pom.xml

2007-12-22 Thread Dennis Lundberg
My bad, I misunderstood your svn comment. If plexus-utils is used directly by the classes it should be a dependency. Olivier Lamy wrote: No issue fixed here. My only concerns was to add a dependency on p-u because p-u is used directly in some classes of the project. I know p-u comes here by

Re: [discuss] Graduate Continuum to its own TLP

2007-12-22 Thread Jesse McConnell
+1 I still think this is a great idea... On Dec 22, 2007 6:34 AM, Emmanuel Venisse [EMAIL PROTECTED] wrote: I'm ok too, but I don't have the time to work on it. Emmanuel Olivier Lamy a écrit : Hi, Agree to start processing this. If I can help I will. -- Olivier 2007/12/20,