[GRADLE-1438] Update application plugin to 'gradle install' of multiple projects Created: 10/Mar/11 Updated: 04/Jan/13 Resolved: 10/Mar/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-1 |
Fix Version/s: | 1.0-milestone-2 |
Type: | Improvement | ||
Reporter: | Ben McCann | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
I'd like multiple projects to be able to be installed into the same directory when running 'gradle install' with the application plugin. I have a multi-project build. I set all the components to be installed into the same directory. I was expecting to see something like: However, each install wipes the others, so in actuality I saw something like: I don't think that you should need different directories since the installed project is contained in a folder with the project name. That alone should ensure you're not mixing installs. |
Comments |
Comment by Adam Murdoch [ 10/Mar/11 ] |
This is fixed. Please have a look at the breaking changes page, for details about this fix: http://docs.codehaus.org/display/GRADLE/Gradle+1.0-milestone-2+Breaking+Changes#Gradle1.0-milestone-2BreakingChanges-Applicationplugin |
Comment by Ben McCann [ 10/Mar/11 ] |
Great. Thanks! |
Comment by Ben McCann [ 09/Apr/11 ] |
Any idea when Milestone 2 will be released? I'd really like to make use of this fix. |