[GRADLE-861] Please improve the error message when trying to use "null" as a dependency notation Created: 22/Mar/10 Updated: 04/Jan/13 Resolved: 24/Nov/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-7 |
Type: | New Feature | ||
Reporter: | Reinhard Mantey | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
I tried to use a map of libraries with references from subprojects. The output from gradle was:
and the logs (-d option) did not gave any further hint. Don't know, whether it is possible, but I would appreciate an error-message |
Comments |
Comment by Hans Dockter [ 24/Mar/10 ] |
What exactly was your typo? |
Comment by Reinhard Mantey [ 24/Mar/10 ] |
I renamed a map entry from "acegi" to "acegi_security" and forgot that "acegi" has already been used in dependencies, so I referred to a non existing key. |