[GRADLE-922] Wrong name of the parameter with doclet path in javadoc options Created: 26/Apr/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 0.9-rc-1 |
| Type: | Bug | ||
| Reporter: | Jiri Mares | Assignee: | Hans Dockter |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
When using doclet that needs to specify javadoc parameter -docletpath (path where the jar with doclet is) it is not possible to specify it because the option in CoreJavadocOption is named docletClasspath instead of docletpath. |