[GRADLE-1118] Mainfest classpath incomplete and distribution zip empty Created: 15/Aug/10 Updated: 04/Jan/13 Resolved: 16/Aug/10 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.9 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Matthias Bohlen | Assignee: | Hans Dockter |
| Resolution: | Not A Bug | Votes: | 0 |
| Attachments: |
|
| Description |
|
I am trying to build a ZIP from two Java projects (projectA and projectB). projectA depends on projectB and on a derby library. projectB depends on log4j. All libraries are already on disk, inside a directory which is part of the build structure - no Ivy or Maven involved. Expectation:
Reality:
Attached, you will find the build structure. Simply type "gradle clean build" to reproduce the effect. On my machine, I see the following messages: $ gradle -v ------------------------------------------------------------ Gradle buildtime: Wednesday, 4 August 2010 8:04:33 AM EST $ gradle clean build BUILD SUCCESSFUL Total time: 8.44 secs $ unzip -l projectA/build/distributions/projectA.zip $ jar xf projectA/build/libs/projectA.jar |
| Comments |
| Comment by Hans Dockter [ 16/Aug/10 ] |
|
I have added some comments to the corresponding mailing list thread: http://markmail.org/message/jmvsebu6ymurd7ve |