[ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
