[GRADLE-363] The build/install of gradle from source should fail immediately if install properties aren't set, not at the very end. Created: 21/Jan/09 Updated: 04/Jan/13 Resolved: 12/Feb/09 | 
|
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | None | 
| Fix Version/s: | 0.6 | 
| Type: | Bug | ||
| Reporter: | Jon Cox | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| 
 Build gradle from source like this (but foolishly neglect to set gradle_installDir): % gradlew clean install It would be nicer if the build checked that the necessary install properties Currently, after a somewhat lengthy set of sub-builds & tests completes, the install target chokes with: Build file .../build.gradle' line: 427 Execution failed for task :install.  | 
| Comments | 
| Comment by Jon Cox [ 21/Jan/09 ] | 
| 
 The http://www.gradle.org/build.html says that you can set the following  gradle_installDir=/some/directory/path/for/your/install It might also be nice for http://www.gradle.org/build.html to note that  | 
| Comment by Jon Cox [ 22/Jan/09 ] | 
| 
 Of course, it should also be noted that if you install & reinstall  | 
| Comment by Hans Dockter [ 26/Jan/09 ] | 
| 
 I agree.  |