Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.2
-
Labels:None
-
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
-
Number of attachments :
Description
[henning@forge maven-xdoc-plugin-1.9.1]$ echo $LANG
en_US
[henning@forge 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
[henning@forge maven-xdoc-plugin-1.9.1]$ export LANG=en_US.UTF-8 (this is the default on all recent Linux systems)
[henning@forge 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
I tried with a few projects of mine and I can't reproduce this. Can you attach a test case?