Maven 2.x Javadoc Plugin

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.6
  • Fix Version/s: 2.6.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

Hide
Vincent Siveton added a comment -

fixed in r814171, snap deployed

Show
Vincent Siveton added a comment - fixed in r814171, snap deployed

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: