07.08.2012, 19:08
(06.08.2012, 10:25)routeconverter Wrote:(03.08.2012, 16:44)gouhier95 Wrote: Here are the log of mvn clean package in atachment
The most interesting line in the log is
Quote:Tests in error:
testParseTime(slash.navigation.kml.Bt747Test)
That's a time parsing error in the test suite. I guess it fails since something on your machine is different than on mine. What are timezone and locale of your machine? Please debug and check why this test fails.
You can skip the execution of the tests by invoking
Code:mvn clean package -DskipTests
Hello,
timezone: France/Paris
locale:
LANG=fr_FR.UTF-8
LANGUAGE=
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
at the end of "mvn clean package-DskipTests" I've got BUILD SUCCESS. (I can't send you the build result to big in attachment)
And I can run java -jar RouteConverterLinux/target/RouteConverterLinux.jar
Where can I put logs to debug.
Laurent
