Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-02 Thread Juan F. Codagnone
On Thursday 01 September 2005 21:25, Lukas Theussl wrote: ... Can you guys confirm that this still works for you? yeap, that fixes the problem. The other solution that works, is telling the compiler that these java classes are written en latin1: Index: project.properties

Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-02 Thread Vincent Siveton
Hi guys, I am running java on Mandrake 10.1 (fr_CA). Personally, I prefer Juan solution. On my system, by adding the following parameter, the build fails : +++ project.properties +maven.compile.encoding=UTF-8 = Failed So, I propose here a mixed solution to be safe [1]: +++

Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-02 Thread Henning P. Schmiedehausen
Vincent Siveton [EMAIL PROTECTED] writes: +1 for this. I'd prefer to set the encoding to ISO-8859-1 or US-ASCII because IMHO it reflects the reality better. Regards Henning Hi guys, I am running java on Mandrake 10.1 (fr_CA). Personally, I prefer Juan solution. On

[jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-01 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45653 ] Vincent Siveton commented on MPXDOC-154: Lukas, I tried your test suites on Mandrake 10.1 (with java 1.4.2_04-b05) and all commands were successful. I can't reproduce the test

Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-01 Thread Lukas Theussl
You mean you can't reproduce Henning's original case either? I just tried again, the problem is still the same. Which locale are you in, en_US? The problem comes from the testDisplayName() method in LocaleUtilTest.java. The cedilla in Français is sometimes correct and sometimes not. Maybe

Re: [jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-09-01 Thread Lukas Theussl
I seem to have solved the problem by replacing the cedilla by its unicode representation. Here's the testDisplayName() method in LocaleUtilTest.java: public void testDisplayName() { Locale locale = new Locale(fr); String expect = Français; String result =

[jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-08-31 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45577 ] Lukas Theussl commented on MPXDOC-154: -- I don't know if this is a different issue or not. From a clean checkout: export LANG=en_US maven test --- SUCCESS export LANG=en_US.UTF-8

[jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-08-28 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45364 ] Lukas Theussl commented on MPXDOC-154: -- I tried with a few projects of mine and I can't reproduce this. Can you attach a test case? system locale setting makes test cases fail.

[jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-08-28 Thread Henning Schmiedehausen (JIRA)
[ 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

[jira] Commented: (MPXDOC-154) system locale setting makes test cases fail.

2005-08-28 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45374 ] Lukas Theussl commented on MPXDOC-154: -- Sorry, I hadn't noticed you were in the xdoc plugin. I can reproduce it. Thanks! system locale setting makes test cases fail.