Issue Details (XML | Word | Printable)

Key: MJAVADOC-262
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Vincent Siveton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Javadoc Plugin

Parameters like sourcepath depend on system path separator (colon/semicolon)

Created: 12/Sep/09 09:23 AM   Updated: 12/Sep/09 10:36 AM   Resolved: 12/Sep/09 10:36 AM
Return to search
Component/s: None
Affects Version/s: 2.6
Fix Version/s: 2.6.1

Time Tracking:
Not Specified


 Description  « Hide

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.



Vincent Siveton added a comment - 12/Sep/09 10:36 AM

fixed in r814171, snap deployed


Vincent Siveton made changes - 12/Sep/09 10:36 AM
Field Original Value New Value
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 2.6.1 [ 14533 ]
Status Open [ 1 ] Closed [ 6 ]