You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "james strachan (JIRA)" <ji...@codehaus.org> on 2009/06/04 12:27:42 UTC

[jira] Created: (MJAVADOC-234) plugin fails on Java 6 with version 2.5 but works fine for 2.4

plugin fails on Java 6 with version 2.5 but works fine for 2.4
--------------------------------------------------------------

                 Key: MJAVADOC-234
                 URL: http://jira.codehaus.org/browse/MJAVADOC-234
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.5
         Environment: OS X and Linux on Java 1.6.0, Maven 2.1.0
            Reporter: james strachan


I get this error

{code}
[INFO] An error has occurred in JavaDocs report generation:Exit code: 1 - javadoc: error - invalid flag: -bottom

Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javadoc -J-Xmx500m @options
{code}

when running javadoc:javadoc.

Though using 2.4 it works fine

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

        

[jira] Closed: (MJAVADOC-234) plugin fails on Java 6 with version 2.5 but works fine for 2.4

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MJAVADOC-234.
------------------------------------

    Resolution: Not A Bug

With javadoc-plugin:2.5, you need to add the useStandardDocletOptions parameter when using a specific doclet. See MJAVADOC-229 for details.

> plugin fails on Java 6 with version 2.5 but works fine for 2.4
> --------------------------------------------------------------
>
>                 Key: MJAVADOC-234
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-234
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5
>         Environment: OS X and Linux on Java 1.6.0, Maven 2.1.0
>            Reporter: james strachan
>
> I get this error
> {code}
> [INFO] An error has occurred in JavaDocs report generation:Exit code: 1 - javadoc: error - invalid flag: -bottom
> Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javadoc -J-Xmx500m @options
> {code}
> when running javadoc:javadoc.
> Though using 2.4 it works fine

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