06.08.2012, 10:25
(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
--
Christian
Christian
