[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2007-03-21 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90713 ] Jason van Zyl commented on MNG-1577: Thanks, patch applied on trunk. > dependencyManagement does not work for transitive de

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2007-03-17 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90340 ] Jason van Zyl commented on MNG-1577: Patch applied, thanks Ralph. > dependencyManagement does not work for transitive depen

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-12-11 Thread Baerrach bonDierne (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_82415 ] Baerrach bonDierne commented on MNG-1577: - Given the long list of comments and the potential hurdles raised in them, is there any direction on the proposed solutions

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-12-11 Thread Patrick Schneider (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_82383 ] Patrick Schneider commented on MNG-1577: Hi all -- Just a quick note to let everyone know that I am working on this issue as well -- currently, I'm looking at the e p

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-11-06 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_79428 ] Mike Perham commented on MNG-1577: -- Ralph, I tried plain 2.0.x HEAD this weekend and it does not fail with the scope issue I noted. So I would assume that the issue is in y

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-11-02 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_79216 ] Ralph Goers commented on MNG-1577: -- Mike, I suspect the behavior you are reporting is not part of the patch, but is part of how the pom's extend each other. In other words,

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-11-02 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_79208 ] Mike Perham commented on MNG-1577: -- Uh oh, the depMgmt scope in the parent POM is still overriding the scope given in the leaf POM. This is bad - the leaf should always be

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-11-02 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_79205 ] Ralph Goers commented on MNG-1577: -- Thanks, Mike. I upgraded to IntelliJ 6.0 and didn't check that setting. I'll make sure it is set as virtually everything requires it. I

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-11-02 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_79177 ] Mike Perham commented on MNG-1577: -- Ralph, I'm starting to test d now. First thing I noticed about the d patch is that it has ^Ms in all the new files. I believe this is a

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-26 Thread Bugittaa Pahasti (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_78502 ] Bugittaa Pahasti commented on MNG-1577: --- My opinion is that the scope should be also possible to override, because there are so many poms with invalid dependencies. Per

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-25 Thread Bugittaa Pahasti (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_78396 ] Bugittaa Pahasti commented on MNG-1577: --- One thing I noticed related to this: if I override a version in dependencies (not in dependencyManagement), the pom of the "inc

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-23 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_78173 ] Ralph Goers commented on MNG-1577: -- Well darn. Don't bother testing mng1577c yet. I created a unit test to test the optional/non-optional issue that was raised and it is fai

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-18 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_78005 ] Ralph Goers commented on MNG-1577: -- Thanks for the feedback. I'll see if I can address these problems. Did you happen to create test cases that I can use? > dependencyMana

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-18 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_77990 ] Mike Perham commented on MNG-1577: -- I changed this in src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactCollector.java -if ( artifact.getScope() !

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-18 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_77979 ] Mike Perham commented on MNG-1577: -- -1 on this patch as is. If I have a dep in the child POM: junit junit

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-09 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_77108 ] Ralph Goers commented on MNG-1577: -- Pleaes wait until the end of the week. It was requested that I provide unit tests along with the patch. I've had a little trouble with t

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-10-09 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_77104 ] Mike Perham commented on MNG-1577: -- Anyone tried the patch yet? I'm considering upgrading us to use a patched binary to get this fix. > dependencyManagement does not work

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-09-12 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_74638 ] Ralph Goers commented on MNG-1577: -- uploaded mng1577a.patch. The only change from the original patch was to not have child projects override versions specified in parents.

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-14 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72300 ] Ralph Goers commented on MNG-1577: -- Brett. This can easily be done without breaking compatibility. It wasn't too hard to figure out how to add an "override" child element to

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-14 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72298 ] Brett Porter commented on MNG-1577: --- thanks for all the comments. This is certainly a priority to "fix" in 2.1, but won't be able to be done before, since it really changes

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-13 Thread Ralph Goers (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72256 ] Ralph Goers commented on MNG-1577: -- Cocoon now has an issue at http://issues.apache.org/jira/browse/COCOON-1890 which is a hack to try to deal with this issue. This is gett

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-10 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72047 ] Mike Perham commented on MNG-1577: -- I would also say that if the dependency resolution algorithm should pick the latest version if all else is the same. I can't tell you th

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-10 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72046 ] ruel loehr commented on MNG-1577: - +1 as well. I need to ensure that I have dependable, reproducible build where I know for sure what dependency versions are being used.

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-10 Thread Nathan Beyer (Cerner) (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72040 ] Nathan Beyer (Cerner) commented on MNG-1577: +1 for Craig's suggestion. The deterministic and user-controlled resolution of dependencies is a must in developing a

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-10 Thread Craig McClanahan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72033 ] Craig McClanahan commented on MNG-1577: --- My recommended approach to this is to adjust the version conflict resolution algorithm used to calculate "distance" on the depe

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-10 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_72016 ] Mike Perham commented on MNG-1577: -- I agree with Jorg and Craig. This would solve a lot of issues we are seeing in building our large system (40-50 modules) with Maven. Al

[jira] Commented: (MNG-1577) dependencyManagement does not work for transitive dependencies

2006-08-08 Thread Craig McClanahan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=comments#action_71899 ] Craig McClanahan commented on MNG-1577: --- This issue messes up the Maven2 based Shale builds too. The bottom line is that it puts the stability of Shale builds totally