[Geoserver-devel] ERROR: Downloading: http://repo1...1.7.2/config-1.7.2.jar

Hello,

I was trying to setup eclipse with the latest svn source of geoserver 1.7.2.

I get the following error:

-----------------------
[INFO] Preparing eclipse:eclipse
Downloading: http://www.mortbay.org/maven2/snapshot/org/geoserver/maven/config/1.7.2/config-1.7.2.jar
Downloading: http://lists.refractions.net/m2//org/geoserver/maven/config/1.7.2/config-1.7.2.jar
Downloading: http://repo1.maven.org/maven2/org/geoserver/maven/config/1.7.2/config-1.7.2.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.geoserver.maven -DartifactId=config -Dversion=1.7.2 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
     mvn deploy:deploy-file -DgroupId=org.geoserver.maven -DartifactId=config -Dversion=1.7.2 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
-----------------------

Where do I get this "config-1.7.2.jar" ?

Thanks!
Ivo

Hi Ivo,

You need to do a full build from the root of the source tree, before running mvn eclipse:eclipse.

I can also deploy said jars for 1.7.2 if you prefer to do that... but its probably easier for you just to build them locally.

-Justin

Ivo Brodien wrote:

Hello,

I was trying to setup eclipse with the latest svn source of geoserver 1.7.2.

I get the following error:

-----------------------
[INFO] Preparing eclipse:eclipse
Downloading: http://www.mortbay.org/maven2/snapshot/org/geoserver/maven/config/1.7.2/config-1.7.2.jar
Downloading: http://lists.refractions.net/m2//org/geoserver/maven/config/1.7.2/config-1.7.2.jar
Downloading: http://repo1.maven.org/maven2/org/geoserver/maven/config/1.7.2/config-1.7.2.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.geoserver.maven - DartifactId=config -Dversion=1.7.2 -Dpackaging=maven-plugin -Dfile=/ path/to/file

Alternatively, if you host your own repository you can deploy the file there:
     mvn deploy:deploy-file -DgroupId=org.geoserver.maven - DartifactId=config -Dversion=1.7.2 -Dpackaging=maven-plugin -Dfile=/ path/to/file -Durl=[url] -DrepositoryId=[id]
-----------------------

Where do I get this "config-1.7.2.jar" ?

Thanks!
Ivo

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Justin,

You need to do a full build from the root of the source tree, before running mvn eclipse:eclipse.
I can also deploy said jars for 1.7.2 if you prefer to do that... but its probably easier for you just to build them locally.

Thanks "mvn install" that helped.

another question?

Can I point the 1.7.2 version to the data-dir I used with 1.7.1 and vice versa?

cheers
Ivo

Hi Ivo,

Sure thing, here it is:

http://svn.codehaus.org/geoserver/tags/1.7.2/data/release/

However, the data dir you used with 1.7.1 should work just fine.

-Justin

Ivo Brodien wrote:

Hi Justin,

You need to do a full build from the root of the source tree, before running mvn eclipse:eclipse.
I can also deploy said jars for 1.7.2 if you prefer to do that... but its probably easier for you just to build them locally.

Thanks "mvn install" that helped.

another question?

Can I point the 1.7.2 version to the data-dir I used with 1.7.1 and vice versa?

cheers
Ivo

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.