[GRADLE-1551] typos in http://www.gradle.org/build_lifecycle.html Created: 16/May/11 Updated: 01/May/13 Resolved: 01/May/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-3 |
Fix Version/s: | 1.7-rc-1 |
Type: | Improvement | ||
Reporter: | Brett L Schuchert | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
http://www.gradle.org/build_lifecycle.html Unnecessary comma Confusing/Inconsistent message However, the example above is: In this example, project2 is not a leaf node in your hierarchy. You might consider replacing project2:child with project3:child. Confusing Text Or do you mean The second example seems to be the "include" example. However, with a little experimentation, it appears as if include and includeFlat both work for the example: But then it turns out that this also works: So maybe consider using the word "sibling". In any case, I was surprised that includeFlat found directories UNDER the root directory as well as siblings to it. I think this could be considered a minor defect as it muddies the issue a bit - on the other hand, it is convenient. But I worry about convenient stuff getting out of hand. |