[ http://jira.codehaus.org/browse/MPLUGIN-3?page=all ]
Maria Odea Ching moved MNG-1089 to MPLUGIN-3:
---------------------------------------------
Version: (was: 2.0-beta-3)
Fix Version: (was: 2.0 (RC))
Component: (was: Plugins and Lifecycle)
(was: maven-plugin-plugin)
Workflow: jira (was: Maven)
Key: MPLUGIN-3 (was: MNG-1089)
Project: Maven 2.x Plugin Plugin (was: Maven 2)
> apparent race condition when installing a plugin and executing the same
> plugin in a single build session
> --------------------------------------------------------------------------------------------------------
>
> Key: MPLUGIN-3
> URL: http://jira.codehaus.org/browse/MPLUGIN-3
> Project: Maven 2.x Plugin Plugin
> Type: Bug
> Reporter: John Casey
> Assignee: John Casey
>
> Original Estimate: 6 hours
> Time Spent: 6 hours
> Remaining: 0 minutes
>
> Steps to reproduce:
> go into <maven>/maven-core-it/it0013
> execute:
> m2 -cpl -e clean:clean install it0013:it0013
> The first time around (if you have a clean local repo WRT it0013), it should
> simply install the plugin, and run it. HOWEVER, subsequent runs will
> intermittently result in an NPE in java.util.jar.JarFile. I believe this is a
> result of initializing the plugin container for it0013:it0013 early in the
> lifecycle executor in order to determine whether this mojo is an aggregator.
> When the install mojo completes, it will have overwritten the original
> artifact file used in this plugin container's classpath. I *think* this is
> what's causing the problem, though I can't exactly work out why it's
> intermittent.
> At any rate, we need to address this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]