Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6.1
-
Labels:None
-
Number of attachments :
Description
Using the following conf on Windows box doesnt generate javadoc
<sourcepath>${basedir}/src/main/java:${basedir}/src/main/javadoc</sourcepath>
It is due to the colon separator (solaris) instead of the semi-colon (windows)
Other path options (docletPath, extdirs, sourcepath, tagletpath, bootclasspath) are also plateform dependant.
fixed in r814171, snap deployed