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

                 Key: MJAVADOC-262
                 URL: http://jira.codehaus.org/browse/MJAVADOC-262
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.6
            Reporter: Vincent Siveton


Using the following conf on Windows box doesnt generate javadoc
{noformat}
<sourcepath>${basedir}/src/main/java:${basedir}/src/main/javadoc</sourcepath>
{noformat}

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to