[Geoserver-devel] download.osgeo.org is down

http://www.downforeveryoneorjustme.com/download.osgeo.org

This breaks the build as I just upgraded to EMF 2.6.1, which is in a maven repo on this server.

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

From #osgeo:

<bencaradocdavies> download.osgeo.org is down: http://www.downforeveryoneorjustme.com/download.osgeo.org
<sigq> Title: http://download.osgeo.org Is Down -> Check if your website is up or down? (at www.downforeveryoneorjustme.com)
<bencaradocdavies> Scheduled outage? ETA for service restoration?
[...]
<wildintellect> It is down for router maintanence
<wildintellect> just got the confirm will be about an hour

On 16/03/11 10:33, Ben Caradoc-Davies wrote:

http://www.downforeveryoneorjustme.com/download.osgeo.org

This breaks the build as I just upgraded to EMF 2.6.1, which is in a
maven repo on this server.

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

download.osgeo.org is back and Jody has kicked the GT build.

On 16/03/11 10:55, Ben Caradoc-Davies wrote:

   From #osgeo:

<bencaradocdavies> download.osgeo.org is down:
http://www.downforeveryoneorjustme.com/download.osgeo.org
<sigq> Title: http://download.osgeo.org Is Down -> Check if your website
is up or down? (at www.downforeveryoneorjustme.com)
<bencaradocdavies> Scheduled outage? ETA for service restoration?
[...]
<wildintellect> It is down for router maintanence
<wildintellect> just got the confirm will be about an hour

On 16/03/11 10:33, Ben Caradoc-Davies wrote:

http://www.downforeveryoneorjustme.com/download.osgeo.org

This breaks the build as I just upgraded to EMF 2.6.1, which is in a
maven repo on this server.

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

On Wed, Mar 16, 2011 at 4:30 AM, Ben Caradoc-Davies
<Ben.Caradoc-Davies@anonymised.com> wrote:

download.osgeo.org is back and Jody has kicked the GT build.

It is down again it seems? Are the jars deployed there at least?

Cheers
Andrea

--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

On Wed, Mar 16, 2011 at 9:04 AM, Andrea Aime
<andrea.aime@anonymised.com> wrote:

On Wed, Mar 16, 2011 at 4:30 AM, Ben Caradoc-Davies
<Ben.Caradoc-Davies@anonymised.com> wrote:

download.osgeo.org is back and Jody has kicked the GT build.

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...

Cheers
Andrea

--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

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. :slight_smile:

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 <Ben.Caradoc-Davies@anonymised.com>
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

On Wed, Mar 16, 2011 at 10:03 AM, Ben Caradoc-Davies
<Ben.Caradoc-Davies@anonymised.com> wrote:

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/

Thanks, deployed the jars on opengeo too and I'm back in business (along
with other fellow italians and I believe also some spanish/south american
people that reported similar problems)

Cheers
Andrea

--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------