On 16/03/11 16:19, Andrea Aime wrote: > On Wed, Mar 16, 2011 at 9:04 AM, Andrea Aime >> It is down again it seems? Are the jars deployed there at least? > It seems that osgeo changes on the server resulted in a few italian providers > blacklisting the site so we're dead in the water, I hear the site is up but > for most of us in italy it's unreachable... grrr...
Confirmed up: http://www.downforeveryoneorjustme.com/download.osgeo.org The jars are only on osgeo. I do not have credentials to upload them to the opengeo repo. You can help by doing this if you have them. To get the same results do what I did for GEOT-3466, adapted for opengeo below: https://jira.codehaus.org/browse/GEOT-3466 I know you know how to do this: I'm just sending you an almost-script for your convenience. :-) Andrea, please the the following: (1) Download this: http://www.eclipse.org/modeling/download.php?file=/modeling/emf/emf/downloads/drops/2.6.x/R201009141218/emf-xsd-SDK-2.6.1.zip (2) Extract all the jars in /eclipse/plugins in the zip file into your geotools-trunk working directory. (3) Upload the six jars (three binary plus three source) with these six commands from your geotools-trunk working directory. I am assuming the opengeo repo supports dav: mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=common -Dversion=2.6.0 -Dfile=org.eclipse.emf.common_2.6.0.v20100914-1218.jar -Dpackaging=jar -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=common -Dversion=2.6.0 -Dfile=org.eclipse.emf.common.source_2.6.0.v20100914-1218.jar -Dpackaging=java-source -DgeneratePom=false -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=ecore -Dversion=2.6.1 -Dfile=org.eclipse.emf.ecore_2.6.1.v20100914-1218.jar -Dpackaging=jar -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ mvn deploy:deploy-file -DgroupId=org.eclipse.emf -DartifactId=ecore -Dversion=2.6.1 -Dfile=org.eclipse.emf.ecore.source_2.6.1.v20100914-1218.jar -Dpackaging=java-source -DgeneratePom=false -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ mvn deploy:deploy-file -DgroupId=org.eclipse.xsd -DartifactId=xsd -Dversion=2.6.0 -Dfile=org.eclipse.xsd_2.6.0.v20100914-1218.jar -Dpackaging=jar -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ mvn deploy:deploy-file -DgroupId=org.eclipse.xsd -DartifactId=xsd -Dversion=2.6.0 -Dfile=org.eclipse.xsd.source_2.6.0.v20100914-1218.jar -Dpackaging=java-source -DgeneratePom=false -DrepositoryId=opengeo -Durl=dav:http://repo.opengeo.org/ That should give you the exact same artifacts on opengeo, and should give us the same redundancy we have with the old EMF. Kind regards, -- Ben Caradoc-Davies <[email protected]> Software Engineering Team Leader CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
