[GRADLE-683] gradle-doc subproject should have install capability Created: 07/Oct/09 Updated: 12/Feb/16 Resolved: 12/Feb/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.8 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Russel Winder | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
The gradle-doc subproject should support an install task to install the documentation into the same location in which the top-level install task installs the distribution. The final outcome would be that:
would result in installation of a working Gradle with full documentation. |
Comments |
Comment by Adam Murdoch [ 02/Dec/09 ] |
There's now an 'installAll' task which installs the 'everything' distribution, which includes the docs. Does that solve your problem? |
Comment by Mark Vieira (Inactive) [ 12/Feb/16 ] |
Marking this 'fixed' since the installAll task serves this purpose. |