[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45373 ]
Henning Schmiedehausen commented on MPXDOC-154: ----------------------------------------------- Type the following instructions into a Linux command line: svn checkout http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin-parent svn checkout http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc maven-xdoc-plugin cd maven-xdoc-plugin export LANG=en_US rm -rf target maven -q test > /tmp/result1 export LANG=en_US.UTF-8 rm -rf target maven -q test > /tmp/result2 diff -u /tmp/result1 /tmp/result2 The maven-xdoc-plugin _IS_ the test case. Not "some projects of yours". The bug is in the test cases. Not in the plugin. > system locale setting makes test cases fail. > -------------------------------------------- > > Key: MPXDOC-154 > URL: http://jira.codehaus.org/browse/MPXDOC-154 > Project: maven-xdoc-plugin > Type: Bug > Versions: 1.9.1 > Environment: java version "1.4.2_08" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) > Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode) > Fedora Core 3 x86 > Reporter: Henning Schmiedehausen > > > [EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ echo $LANG > en_US > [EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ rm -rf target ; maven -q test > [...] > test:test: > [junit] Running org.apache.maven.xdoc.util.LocaleUtilTest > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.854 sec > <--------- !!!!!!!!!!!!!!!!!!! > [junit] Running org.apache.maven.NavBeanTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.567 sec > [EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ export LANG=en_US.UTF-8 (this is > the default on all recent Linux systems) > [EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ rm -rf target; maven -q test:test > [...] > test:test: > [junit] Running org.apache.maven.xdoc.util.LocaleUtilTest > [junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 1.843 sec > [junit] [ERROR] TEST org.apache.maven.xdoc.util.LocaleUtilTest FAILED > <-------- !!!!!!!!!!!!!!!!!! > [junit] Running org.apache.maven.NavBeanTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.506 sec > Same behaviour for plugins/trunk/xdoc -- 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]
