You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2006/03/02 08:29:06 UTC

[jira] Commented: (MJAVADOC-52) locale error

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

Maria Odea Ching commented on MJAVADOC-52:
------------------------------------------

Also, change the <locale>zh_CN.UTF8</locale> to <locale>zh_CN</locale> in the plugin configuration specified on the issue's description because a Malformed locale name error occurs.

> locale error
> ------------
>
>          Key: MJAVADOC-52
>          URL: http://jira.codehaus.org/browse/MJAVADOC-52
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>  Environment: windows 2000 maven 2.01
>     Reporter: pinghe
>     Priority: Critical
>  Attachments: javadoc-locale.diff
>
>
> 			<plugin>
> 				<artifactId>maven-javadoc-plugin</artifactId>
> 				<configuration>
>                                          <locale>zh_CN.UTF8</locale>
> 					<encoding>UTF-8</encoding>
> 					<charset>UTF-8</charset>
> 					<docencoding>UTF-8</docencoding>
> 				</configuration>
> 			</plugin>
> output:
> [INFO] ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] An error has occurred in JavaDocs report generation.
> Embedded error: Exit code: 1 - javadoc: option -locale must be first on the command line.

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