[jira] Updated: (MNG-1499) Execution order is arbitrary if inheritance is involved

2005-11-17 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1499?page=all ] John Casey updated MNG-1499: Fix Version: 2.0.1 > Execution order is arbitrary if inheritance is involved > --- > > Key: MNG-1499 > UR

[jira] Updated: (MNG-1499) Execution order is arbitrary if inheritance is involved

2005-11-10 Thread David Jackman (JIRA)
[ http://jira.codehaus.org/browse/MNG-1499?page=all ] David Jackman updated MNG-1499: --- Attachment: MNG-1499-b.patch After further inspection, I realized that the ModelUtils.mergePluginDefinitions method had the same problem. The second attached patch fix

[jira] Updated: (MNG-1499) Execution order is arbitrary if inheritance is involved

2005-11-10 Thread David Jackman (JIRA)
[ http://jira.codehaus.org/browse/MNG-1499?page=all ] David Jackman updated MNG-1499: --- Attachment: MNG-1499.patch The attached patch fixes this problem. Instead of keeping the list of merged plugins for parent and child in a map, it keeps the list in a L