(18.06.2010, 20:36)routeconverter Wrote: Please try
> mvn install
to generate the
2) slash.navigation:common:jar:tests:1.34-SNAPSHOT
artifact.
I tried the "mvn install" and also "mvn -cpu install" and "mvn -npr install".
I also tried with "package" instead of "install".
Every combination breaks on:
Code:
Failed tests:
testXMLGregorianCalendarViaDatatypeFactory(slash.navigation.base.TimeZoneTest)
testParsePosition(slash.navigation.nmn.Nmn6FavoritesFormatTest)
testParsePositionsFromInput1(slash.navigation.simple.GoogleMapsFormatTest)
testParsePositionsFromInput3(slash.navigation.simple.GoogleMapsFormatTest)
testParsePositionsFromInput4(slash.navigation.simple.GoogleMapsFormatTest)
testParsePositionsFromInput4Stripped(slash.navigation.simple.GoogleMapsFormatTest)
testCreateURL(slash.navigation.simple.GoogleMapsFormatTest)
testParseUppercaseComment(slash.navigation.nmn.Nmn4FormatTest)Are you sure that the "private part" of the svn checkout is really the last part that is checked out, or could it be that a small portion of the svn trunk will be downloaded after the private part?
If that possibility is an option, then could you please create a .tgz or .zip from a clean trunk (without the private part)? I already tried to do a
Quote:svn co http://www.routeconverter.de/svn/RouteCo.../tags/1.33 V133but that version also contains the private part.
Another thing.
I removed my trunk and my ~/.m2 plugins directory. I downloaded a fresh trunk. When I run the "mvn clean package" I get loads of errors like below (this is only a minor part). Is this correct and are these unneccessary packages?
Code:
Downloading: http://www.routeconverter.de/svn/RouteThirdParty/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Unable to find resource 'org.apache.maven:maven-settings:pom:2.0.6' in repository routeconverter-thirdparty (http://www.routeconverter.de/svn/RouteThirdParty)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading: http://www.routeconverter.de/svn/RouteThirdParty/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Unable to find resource 'org.apache.maven:maven-model:pom:2.0.6' in repository routeconverter-thirdparty (http://www.routeconverter.de/svn/RouteThirdParty)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading: http://www.routeconverter.de/svn/RouteThirdParty/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-utils:pom:1.4.1' in repository routeconverter-thirdparty (http://www.routeconverter.de/svn/RouteThirdParty)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pomI can't remember that I did see these errrors "the first time" as well or I just didn't pay attention well enough. It could be a codehaus error as well so I will try later again.
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 part
Code:
Failed tests:
testXMLGregorianCalendarViaDatatypeFactory(slash.navigation.base.TimeZoneTest)
testWritingRouteConverterExtensions(slash.navigation.gpx.GpxFormatTest)
