Jody, that's pretty bad. I can confirm that the jars are named like gt-...-9-20120907.023725-135.jar for example if using maven 3.0.x series.
I tried to use maven 2.0.x series to download and got an error that the xml-schema of the maven metadata file maven-metadata-geotools-snapshot.xml isn't correct : <extension> is not supported ... <extension>jar</extension> I'm wondering which maven version has been used to deploy artifacts and whether the repository manager (configuration) for geotools m2 repository has been changed (see http://stackoverflow.com/questions/4275466/how-do-you-deal-with-maven-3-timestamped-snapshots-efficiently) I thought that http://download.osgeo.org/webdav/geotools is the release repository whereas http://repo.opengeo.org is the snapshot repository aand wondering that later has releases as well ... * shrug * Cross check with 8-SNAPSHOT ... maven-metadata.xml file differ a bit (snapshots -section is missing in 8-SNAPSHOT): http://repo.opengeo.org/org/geotools/gt-api/9-SNAPSHOT/maven-metadata.xml vs. http://repo.opengeo.org/org/geotools/gt-api/8-SNAPSHOT/maven-metadata.xml Seems to be a problem with deployment / with the repository manager. Frank 2012/9/7 Jody Garnett <[email protected]>: > Okay here is what the build box says: > > [INFO] Copying gt-jdbc-sqlserver-9-SNAPSHOT.jar to > /var/lib/jenkins/jobs/uDig > Platform/workspace/plugins/net.refractions.udig.libs/lib/gt-jdbc-sqlserver-9-20120907.023616-135.jar > [INFO] Copying gt-imageio-ext-gdal-9-SNAPSHOT.jar to > /var/lib/jenkins/jobs/uDig > Platform/workspace/plugins/net.refractions.udig.libs/lib/gt-imageio-ext-gdal-9-20120907.023558-136.jar > > > Notice it is not copying them into 9-SNAPSHOT? Why :( > > Aside: I saw this problem briefly this morning; but after building GeoTools > locally it went away. I am going to try clearing out my local maven > repository to see if that helps. > -- > Jody Garnett > > On Friday, 7 September 2012 at 5:11 PM, Jody Garnett wrote: > > That exception does not give me much .. going to try and VPN in and look at > the build box myself. > Can I ask for a second opinion from the mailing list? > > I am concerned that 9-SNAPSHOT is not coming down correctly from the > repositories; I want to have a clear problem to report if that is indeed the > case. > > You should be able to verify just by running the pom-libs.xml step and > seeing what happens! > Jody > > _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
