[GRADLE-360] Let the Gradle javadoc task expose all the arguments of Ant's javadoc task. Created: 13/Jan/09 Updated: 04/Jan/13 Resolved: 14/Mar/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.6 |
Type: | Improvement | ||
Reporter: | Allan Lewis | Assignee: | Tom Eyckmans |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
Adding directories to a javadoc task's list of source directories can lead to errors like the one below. One possible fix seems to be to set the useexternalfile property to true, but Gradle does not provide access to this property of the underlying Ant task. There should be some way to set this flag to true to help in cases like this. Caused by: java.io.IOException: Cannot run program "C:\PROGRA~1\Java\JDK16~1.0_0\bin\javadoc.exe": CreateProce |
Comments |
Comment by Tom Eyckmans [ 31/Jan/09 ] |
Gradle-378 is a first step to providing all of the Javadoc options |
Comment by Tom Eyckmans [ 14/Mar/09 ] |
all options the core Javadoc options and all the options of the standard doclet are now available in trunk |