[GRADLE-361] Archives are stored in default build dir, even if buildDirName is set to a non default value Created: 20/Jan/09 Updated: 04/Jan/13 Resolved: 19/May/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.6 |
Type: | Bug | ||
Reporter: | Hans Dockter | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Comments |
Comment by Szczepan Faber [ 20/Jan/09 ] |
please consider mentioning buildDirName in the user guide |
Comment by Hans Dockter [ 14/Apr/09 ] |
The current default for the destinationDir is a non convention property of the Bundle task. The bug is caused by the non convention nature of the property. Currently there is also another inconsistency. The dists bundle saves the archives into buildDir/distributions, the libs bundle into buildDir. One way of solving this, after getting rid of the Bundle task, wou;d be to have one JavaPluginConvention property archiveDir, which would be used for the destinationDir property of archives. |