21.06.2010, 07:53
(19.06.2010, 07:26)hvdwolf Wrote: If that possibility is an option, then could you please create a .tgz or .zip from a clean trunk (without the private part)?
Yes, I did the following which worked fine on my machine
removed the complete Maven repository
> svn checkout http://www.routeconverter.de/svn/RouteConverter/trunk/ RouteConverter
> zip -r RouteConverter-src RouteConverter-src/
put it to http://www.routeconverter.de/download/Ro...er-src.zip
> set JAVA_HOME=c:\Programme\Java\jdk1.6.0_20
> mvn clean package
and the result was
[INFO] BUILD SUCCESSFUL
[INFO] Total time: 13 minutes 19 seconds
[INFO] Finished at: Mon Jun 21 08:39:34 CEST 2010
(19.06.2010, 07:26)hvdwolf Wrote: Downloading: http://www.routeconverter.de/svn/RouteTh...-2.0.6.pom
Please update your Maven to a more recent version. 2.0.6 and 2.0.9 contain bugs that lead to the problems to compile the test cases.
I'm using
>mvn --version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_20
Java home: c:\Programme\Java\jdk1.6.0_20\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
(19.06.2010, 07:26)hvdwolf Wrote: I also tried to build it on my Linux server using maven. I get the exact same errors as on OSX, both for downloading during compilation as well as for the XMLGregorianCalendar partCode:Failed tests:
testXMLGregorianCalendarViaDatatypeFactory(slash.navigation.base.TimeZoneTest)
testWritingRouteConverterExtensions(slash.navigation.gpx.GpxFormatTest)
Please post the test reports
target\surefire-reports\slash.navigation.base.TimeZoneTest.txt
target\surefire-reports\slash.navigation.gpx.GpxFormatTest.txt
here.
--
Christian
Christian
