Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
The Javadoc plugin fails with java.io.IOException: CreateProcess ... if you have a great number of classes.
The problem is caused by the ant javadoc task that generate a command line greater the 64k. The solution is siply add the useexternalfile="yes" attribute to the ant task
Patch to src\plugins-build\javadoc\plugin.jelly