PR: MNG-1163

locale must come first on command line

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-11 04:26:15 +00:00
parent c3af7a3bc5
commit 515160ef75
1 changed files with 1 additions and 1 deletions

View File

@ -672,6 +672,7 @@ public class JavadocReport
cmd.setExecutable( getJavadocPath() );
// General javadoc arguments
addArgIfNotEmpty( arguments, "-locale", quotedArgument( this.locale ) );
addArgIf( arguments, breakiterator, "-breakiterator", 1.4f );
if ( !StringUtils.isEmpty( doclet ) )
{
@ -681,7 +682,6 @@ public class JavadocReport
addArgIfNotEmpty( arguments, "-encoding", quotedArgument( encoding ) );
addArgIfNotEmpty( arguments, "-extdirs", quotedPathArgument( extdirs ) );
addArgIfNotEmpty( arguments, "-exclude", quotedArgument( excludePackageNames ), 1.4f );
addArgIfNotEmpty( arguments, "-locale", quotedArgument( this.locale ) );
if ( !StringUtils.isEmpty( maxmemory ) )
{
// Allow '128' or '128m'