Mark Presling wrote:

>  I just found this in the gt2-render-2.2.x.jar   META- 
> INF.maven.org.geotools.gt2-render/pom.properties
>
>  #Generated by Maven
>  #Tue May 09 10:26:04 PDT 2006
>  version=2.2-SNAPSHOT
>  groupId=org.geotools
>  artifactId=gt2-render
>
>  Should I be scared or what??? That's pretty old!


Actually we don't use 2.2-SNAPSHOT any longer, but rather 
2.2-RC4-SNAPSHOT.  (maven imposing its will upon us)

Unfortunately the build.xml has been pointing to 2.2-SNAPSHOT -- this 
has gone unnoticed as very few changes have been made to the geotools 
2.2.x jars recently.  An update should resolve this (at the very least, 
udig.libs/build.xml).

Maven 2 is still broken, so we can't quite deploy the latest geotools 
jars in an orderly fashion.  Yesterday's method was just to copy-paste 
my entire repository (garbage and all) to lists.refractions.net/m2 -- 
unfortunately this overwrote the 2.2-SNAPSHOT jars that had been 
manually placed there.  Today I took another stab at getting the maven 
wagon-webdav plugin to work as advertised.  After some trial and error, 
it uploaded a single file and then choked on the HTTP status responses 
(randomly either 201 or 204).  After further experimenting, I setup 
maven to deploy the geotools release to a local temp directory which I 
can then copy-paste to the webdav folder -- this is a slightly better 
solution, but still quite imperfect.

2.2-SNAPSHOT is likely still outdated, but 2.2-RC4-SNAPSHOT is up to date.

Cheers,
Cory.


_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to