You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Kees de Kooter (JIRA)" <ji...@codehaus.org> on 2005/10/13 15:53:12 UTC

[jira] Created: (MNG-1199) Javadoc plugin puts "docletPath" on commandline instead of "docletpath"

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1199) Javadoc plugin puts "docletPath" on commandline instead of "docletpath"

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1199?page=all ]
     
Brett Porter closed MNG-1199:
-----------------------------

    Resolution: Fixed

> 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
>     Assignee: Allan Ramirez
>  Attachments: MNG-1199-maven-javadoc-plugin.patch
>
> Original Estimate: 10 minutes
>         Remaining: 10 minutes
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1199) Javadoc plugin puts "docletPath" on commandline instead of "docletpath"

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1199?page=all ]

Allan Ramirez updated MNG-1199:
-------------------------------

    Remaining Estimate: 10 minutes
     Original Estimate: 600
            Attachment: MNG-1199-maven-javadoc-plugin.patch

corrected docletPath to docletpath

> 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
>     Assignee: Allan Ramirez
>  Attachments: MNG-1199-maven-javadoc-plugin.patch
>
> Original Estimate: 10 minutes
>         Remaining: 10 minutes
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org