[GRADLE-1016] Documentation typos in Created: 01/Jul/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.9 |
| Fix Version/s: | 0.9-rc-1 |
| Type: | Bug | ||
| Reporter: | Chris Beams | Assignee: | Hans Dockter |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
http://gradle.org/0.9-preview-3/docs/userguide/userguide_single.html#multi_project_builds Example 36.6. Defining specific behaviour for particular project
should read
36.6.1.3. The nature of project dependenciesIn the first paragraph after Example 36.19 s/projects were one depends/projects where one depends/ 36.6.3. Real life examplesIn the first paragraph after Example 36.24 s/dependOnChildren()/dependsOnChildren()/ This same typo is repeated in 36.10 Summary. Also in 36.10 Summary, s/allproject/allprojects/ 36.7. Project lib dependenciesThe sentence
would be better ended with a question mark than a period. Example 36.26. Project lib dependenciesIn the first paragraph following the example, the sentence
should read
|
| Comments |
| Comment by Chris Beams [ 01/Jul/10 ] |
|
Issue title should read Documentation typos in Chapter 36. Multi-project Builds |
| Comment by Chris Beams [ 05/Jul/10 ] |
|
Also, please add a reference to Section 39.5: External dependencies for the build script to the preamble of Section 39: Organizing Build Logic |
| Comment by Hans Dockter [ 06/Jul/10 ] |
|
Regarding section 39. There is already a link at the end of the preamble: External libraries. Use external libraries directly in your build file.. Do you think this is good enough? |
| Comment by Chris Beams [ 06/Jul/10 ] |
|
I guess so, yes. For whatever reason, it didn't catch my eye when I was trying to figure out how to make use of a gradle plugin from a remote repository. Perhaps if it just said something to that effect it would help. |
| Comment by Hans Dockter [ 06/Jul/10 ] |
|
You are right. I have added a sentence to the custom plugin item in the preamble. The custom plugin chapter has already a section called packaging, where this is mentioned. |