Re: MNG-1323 - discussion about available fixes

2007-07-19 Thread John Casey
My comments are inline, and I've added another idea to the bottom. Please, read on! :) Thanks, --john On Jul 12, 2007, at 9:46 PM, Piotr Tabor wrote: * medium_real_project: (153,151,150,151 seconds) - YES - THREE TIME LONGER - I am also in shock So I am sure - we cannot just comment

RE: MNG-1323 - discussion about available fixes

2007-07-12 Thread Brian E. Fox
a) and c) seem like essentially the same amount of work (to code and to execute) but c) feels cleaner. -Original Message- From: Piotr Tabor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 9:46 PM To: Maven Developers List Subject: Re: MNG-1323 - discussion about available fixes

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I prepare more statistics: I tested the problem on two projects: * it0124 (from MNG-1323) ( 3 artifacts) * medium_real_project(40 artifacts) The current version on maven (2.0.8-SNAPSHOT) with "-X -o": it0124 : 9 seconds; 8 seconds; 9 seconds (all didn't finish

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I prepare more statistics: I tested the problem on two projects: * it0124 (from MNG-1323) ( 3 artifacts) * medium_real_project(40 artifacts) The current version on maven (2.0.8-SNAPSHOT) with "-X -o": it0124 : 9 seconds; 8 seconds; 9 seconds (all didn't finish

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
I will prepare detailed statistics tonight. The statistic bellow was from "dirty" environment (eclipse, another processes working, etc.). Thanks, Piotr Carlos Sanchez pisze: > I have seen other caching problems when using the embedder, like > plugin versions not updated if the pom changes. I wou

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
I'd tend to agree, though caching in some situations has been the only thing to save us from some serious API shortcomings. For example, the fact that you cannot access the MavenProject instance corresponding to a resolved Artifact...the cache in the project builder is the only thing keepin

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Carlos Sanchez
I have seen other caching problems when using the embedder, like plugin versions not updated if the pom changes. I would go for correctness first and speed second On 7/12/07, John Casey <[EMAIL PROTECTED]> wrote: So, if we don't ever cache the plugin container, it's a 2-second penalty on a singl

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
So, if we don't ever cache the plugin container, it's a 2-second penalty on a single project using debug output with corrected algorithm? -john On Jul 12, 2007, at 11:29 AM, Piotr Tabor wrote: John Casey pisze: While #3 might have the best performance in terms of speed, I really wonder abo

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread Piotr Tabor
John Casey pisze: > While #3 might have the best performance in terms of speed, I really > wonder about memory performance. Leaving all those old antrun plugin > instances laying around but still reachable means that in very large > projects that use antrun, we'll have some pretty significant memor

Re: MNG-1323 - discussion about available fixes

2007-07-12 Thread John Casey
e go to the model of reloading (or loading new) plugin containers... -john On Jul 12, 2007, at 1:43 AM, Piotr Tabor wrote: Hi, I'm working on http://jira.codehaus.org/browse/MNG-1323. It's issue with 24 votes and many other issues depending on it. It's fully repeatable (h

MNG-1323 - discussion about available fixes

2007-07-11 Thread Piotr Tabor
Hi, I'm working on http://jira.codehaus.org/browse/MNG-1323. It's issue with 24 votes and many other issues depending on it. It's fully repeatable (has attached maven-integration-test) and there are some ways to fix it. Business (user's) problem: The problem is that mav

Re: MNG 1323

2007-05-02 Thread Petr V.
r, read the previous answers and don't use the dev list for user questions On 5/2/07, Petr V. wrote: > > I am using 2.0.6 and still hitting this issue. > > http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel > > Has

Re: MNG 1323

2007-05-02 Thread Carlos Sanchez
asking the same question over and over won't give you an answer, read the previous answers and don't use the dev list for user questions On 5/2/07, Petr V. <[EMAIL PROTECTED]> wrote: I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/brow

MNG 1323

2007-05-02 Thread Petr V.
I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help would be really appreciated. I can run mvn install from sub project directory but from root project

Re: MNG 1323

2007-05-02 Thread Carlos Sanchez
ìt's open so no, it's not fixed On 5/2/07, Petr V. <[EMAIL PROTECTED]> wrote: I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help

MNG 1323

2007-05-02 Thread Petr V.
I am using 2.0.6 and still hitting this issue. http://jira.codehaus.org/browse/MNG-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel Has this been fixed? Any help would be really appreciated. I can run mvn install from sub project directory but from root project

[jira] Updated: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2006-02-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] John Casey updated MNG-1323: Fix Version: (was: 2.0.3) 2.0.4 > Plugin extensions (dependencies) not resolved in reactor bu

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2006-01-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_54948 ] Brett Porter commented on MNG-1323: --- workaround is to include the dependency in the first antrun plugin instance encountered. one way to guarantee would be to include this in the root

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2006-01-04 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_54941 ] ruel loehr commented on MNG-1323: - Are there any suggested work arounds for this issue?Hence, if I wish to use a custom ant task in a child module (which would require a dependency

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-12-31 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_54633 ] Brett Porter commented on MNG-1323: --- note above that this is scheduled for 2.0.3 (Feb release). > Plugin extensions (dependencies) not resolved in reactor bu

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-12-31 Thread Georges Polyzois (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_54612 ] Georges Polyzois commented on MNG-1323: --- Is this beeing resolved? I have exactly this problem as Kenney stated on 04/Nov/05. I am using Maven 2.0.1 and even changed to using

[jira] Updated: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-12-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] John Casey updated MNG-1323: Fix Version: (was: 2.0.1) 2.0.2 > Plugin extensions (dependencies) not resolved in reactor bu

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-07 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50268 ] John Casey commented on MNG-1323: - It looks like some of the work I did to get the ant-mojo support up and running was related to this. Kenney's 04/Nov/2005 post was related to m

[jira] Reopened: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-04 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Kenney Westerhof reopened MNG-1323: --- The issue is a bit different - i got it reproducible now. It seems, in the following situation: root/pom.xml, modules: a, b a/pom.xml: define antrun

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50020 ] Brett Porter commented on MNG-1323: --- did you test it with 2.0 or 2.0.1? Maybe this should be closed as cannot reproduce? > Plugin extensions (dependencies) not resolved in reac

[jira] Closed: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-04 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Kenney Westerhof closed MNG-1323: - Resolution: Fixed Somehow the problem has gone away! > Plugin extensions (dependencies) not resolved in reactor bu

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50012 ] Kenney Westerhof commented on MNG-1323: --- I don't think so - inheritance doesn't play a role. The parent-pom is just an empty pom stating 1 module -> the pom discusse

[jira] Updated: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Brett Porter updated MNG-1323: -- Description: I've added a dependency on an Ant Task in project/build/plugins/plugin[artifactId='maven-antrun-plugin']/dependencies/ and run that an

[jira] Created: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-10-25 Thread Kenney Westerhof (JIRA)
Plugin extensions (dependencies) not resolved in reactor build -- Key: MNG-1323 URL: http://jira.codehaus.org/browse/MNG-1323 Project: Maven 2 Type: Bug Components: maven-core Versions: 2.0