[GRADLE-766] Circular dependency in maven repo causes infinite recursion Created: 06/Dec/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 0.9-rc-1 |
| Type: | Bug | ||
| Reporter: | Luke Taylor | Assignee: | Adam Murdoch |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
As discussed in the mailing list - with the current trunk, using the dependency org.apache.xmlgraphics:fop:0.95@jar leads to a recursive call to DefaultIvyReportConverter.getResolvedDependenciesForNode. Quoting Adam "Looking at the poms, fop is declared as depending on batik-transcoder, java.lang.StackOverflowError: null |
| Comments |
| Comment by Steve Appling [ 19/Apr/10 ] |
|
Would a fix for this also fix Gradle-715? |
| Comment by Adam Murdoch [ 19/Apr/10 ] |
|
It helps with |
| Comment by Adam Murdoch [ 19/Apr/10 ] |
|
There are still some issues with using --dependencies when there is a circular dependency. Moving these to |
| Comment by Steve Ebersole [ 09/Aug/10 ] |
|
The idea plugin suffers the same problem : |