[GRADLE-2298] File dependencies are not working Created: 14/May/12 Updated: 18/Apr/13 Resolved: 18/Apr/13 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0-rc-3 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Daniel Draganov | Assignee: | Unassigned |
| Resolution: | Not A Bug | Votes: | 0 |
| Description |
|
Hello, I have set runtime files('C:/depend/confluence-cli-2.5.0.jar', 'C:/depend/cli-2.5.0.jar') and runtime fileTree(dir: 'C:/depend', include: '*.jar'), but both result in the following exception: java.lang.NoClassDefFoundError: org/swift/confluence/cli/ConfluenceClient When org.swift.confluence.cli:confluence-cli:2.5.0 is added the artifact is downloaded and the problem does not occur. Regards, |
| Comments |
| Comment by Adam Murdoch [ 19/Aug/12 ] |
|
Where is this exception happening? Do you have more of the stack trace? |
| Comment by Daniel Draganov [ 20/Aug/12 ] |
|
This one is a user error, therefore I think you can mark it as not a real bug. Best Regards, |