You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "YOKOTA Takehiko (JIRA)" <ji...@codehaus.org> on 2006/03/01 10:16:37 UTC

[jira] Commented: (MJAVADOC-25) option -locale must be first on the command line.

    [ http://jira.codehaus.org/browse/MJAVADOC-25?page=comments#action_59767 ] 

YOKOTA Takehiko commented on MJAVADOC-25:
-----------------------------------------

I encountered the same problem, and I've found out the cause. 
org.apache.maven.plugin.javadoc.JavadocReport adds -locale argument after -classpath option,
so the first option of Generated command line arguments is '-classpath' option, not '-locale' option.

Could you change the order of these arguments? > javadoc-plugin's committers


> option -locale must be first on the command line.
> -------------------------------------------------
>
>          Key: MJAVADOC-25
>          URL: http://jira.codehaus.org/browse/MJAVADOC-25
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>  Environment: Windows XP
>     Reporter: Martin Desruisseaux
>     Assignee: Brett Porter
>     Priority: Minor

>
>
> Providing a <locale> parameter currently cause a javadoc failure because the maven-javadoc-plugin put the -locale option after some other options like -encoding. According the javadoc tool documentation (http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#locale), the -locale parameter must be first.

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