Issue in "ant test" when Locale is not en/EN
Philippe Mouawad <[email protected]> Wed, 5 Oct 2011 15:17:07 +0200
| Newsgroups | gmane.comp.jakarta.cactus.devel |
|---|---|
| Message-ID | <CAH9fUpZK0Qjdfg3DbRObgNE1j0mKsSEz6ntN8xLNwLt=HaofWw@mail.gmail.com> |
Hello,
Just to tell you that when I run *ant test* in my default locale (fr/FR) I
get a failure with this:
[echo] BatchTestLocal output files compared OK
[concat] 2011/10/05 15:00:03 WARN - jmeter.util.JMeterUtils: Could not
find resources for 'fr_FR', using 'fr'
BUILD FAILED
/data/decathlon/workspace/jmeter/build.xml:1946: Error detected in log file.
See above.
As i get a warning in file, it is not empty so it fails.
I fixed it by adding this to at line 1895:
<sysproperty key="user.language" value="en"/>
<sysproperty key="user.region" value="EN"/>
--
Cordialement.
Philippe Mouawad.