Javadoc plugin puts "docletPath" on commandline instead of "docletpath"
-----------------------------------------------------------------------

         Key: MNG-1199
         URL: http://jira.codehaus.org/browse/MNG-1199
     Project: Maven 2
        Type: Bug
  Components: maven-javadoc-plugin  
    Versions: 2.0-beta-3    
 Environment: j2sdk 1.4.2_08
 Reporter: Kees de Kooter


Javadoc plugin puts "docletPath" on commandline instead of "docletpath". As a 
result the doclet class cannot be found. Following line in 
org/apache/maven/plugin/javadoc/JavadocReport should be corrected:

            addArgIfNotEmpty( arguments, "-docletPath", quotedPathArgument( 
docletPath ) );


 

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to