[GRADLE-923] NPE while compiling Created: 26/Apr/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Tomer Cohen | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Attachments: | stacktrace.txt |
Description |
org.gradle.api.artifacts.LocationAwareResolveException: Could not resolve all dependencies for configuration ':open:core:compile'. |
Comments |
Comment by Adam Murdoch [ 26/Apr/10 ] |
I've just changed head to include some extra information in the error message. Could you try this again, and include the stacktrace again? |
Comment by Tomer Cohen [ 27/Apr/10 ] |
Hi Adam, Thanks for the quick reply. I attached the new stacktrace. I tried to exclude the "spring-web" module from "spring-core" but got the same exception. |
Comment by Adam Murdoch [ 27/Apr/10 ] |
I've just pushed a fix to head. Could you try it out and see if it fixes your problem? |
Comment by Tomer Cohen [ 27/Apr/10 ] |
Hi Adam, Yep, that solved it. Thanks |