(21.06.2010, 07:53)routeconverter Wrote:(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"
I do have a recent version:
Code:
mvn --version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_20
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: nl_NL, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"(21.06.2010, 07:53)routeconverter Wrote: removed the complete Maven repositoryI downloaded your zip and unzipped it. I did a "mvn clean package" but the testXMLGregorian... error is still the same. You were completely right that the svn checkout is correct. At least one less reason to worry about
> 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

(21.06.2010, 07:53)routeconverter Wrote: Please post the test reportsPlease find the test reports in the attached zip
target\surefire-reports\slash.navigation.base.TimeZoneTest.txt
target\surefire-reports\slash.navigation.gpx.GpxFormatTest.txt
here.
