[GRADLE-482] add section on how to create Eclipse project Created: 14/May/09 Updated: 04/Jan/13 Resolved: 15/May/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.6 |
Type: | Improvement | ||
Reporter: | Tomek Kaczanowski | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Attachments: | java_tutorial_create_eclipse_project.diff |
Description |
The first thing I looked for in Gradle user guide was "how can I import my new Java/Gradle project into Eclipse" ? This section: http://www.gradle.org/userguide/latest/userguide_single.html#sec:eclipse was not clear to me. I propose to add a very short section to Chapter 6. Java Quickstart to make things clear: 6.2.5. Creating Eclipse project Patch included. BTW. Is it possible to link (xhref linkend) to particular section in other document ? I guess that could be more useful if I could point exactly at "Chapter 15, Section 15.10. Eclipse" instead of "Chapter 15, The Java Plugin". |
Comments |
Comment by Adam Murdoch [ 15/May/09 ] |
You can link to a section by adding an id to the target <section> element, and using that id as the xref linkend. |
Comment by Adam Murdoch [ 15/May/09 ] |
Patch applied. Thank you for providing this. I changed it slightly to point to the eclipse section, rather than the java plugin chapter. |