Hi,
I'm following the http://geoserver.org/display/GEOSDOC/3+Eclipse+Quickstart
Eclipse Quickstart tutorial and when I try to run debug I get the following
problem accessing 1.7.0-SNAPSHOT
How do I correct this?
Cheers,
Jon
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Web Application Module
[INFO] task-segment: [jetty:run]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://lists.refractions.net/m2//org/geoserver/platform/1.7.0-SNAPSHOT/platform-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/data/1.7.0-SNAPSHOT/data-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/main/1.7.0-SNAPSHOT/main-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/wcs/1.7.0-SNAPSHOT/wcs-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/wcs1_1/1.7.0-SNAPSHOT/wcs1_1-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/wfs/1.7.0-SNAPSHOT/wfs-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/wms/1.7.0-SNAPSHOT/wms-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/validation/1.7.0-SNAPSHOT/validation-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/wfsv/1.7.0-SNAPSHOT/wfsv-1.7.0-SNAPSHOT.pom
Downloading:
http://lists.refractions.net/m2//org/geoserver/platform/1.7.0-SNAPSHOT/platform-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/data/1.7.0-SNAPSHOT/data-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/main/1.7.0-SNAPSHOT/main-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/wcs/1.7.0-SNAPSHOT/wcs-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/wcs1_1/1.7.0-SNAPSHOT/wcs1_1-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/wfs/1.7.0-SNAPSHOT/wfs-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/wms/1.7.0-SNAPSHOT/wms-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/validation/1.7.0-SNAPSHOT/validation-1.7.0-SNAPSHOT.jar
Downloading:
http://lists.refractions.net/m2//org/geoserver/wfsv/1.7.0-SNAPSHOT/wfsv-1.7.0-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.geoserver:platform:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=platform
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=platform
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:platform:jar:1.7.0-SNAPSHOT
2) org.geoserver:data:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=data
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=data
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:data:jar:1.7.0-SNAPSHOT
3) org.geoserver:main:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=main
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=main
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:main:jar:1.7.0-SNAPSHOT
4) org.geoserver:wcs:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=wcs
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=wcs
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:wcs:jar:1.7.0-SNAPSHOT
5) org.geoserver:wcs1_1:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=wcs1_1
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=wcs1_1
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:wcs1_1:jar:1.7.0-SNAPSHOT
6) org.geoserver:wfs:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=wfs
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=wfs
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:wfs:jar:1.7.0-SNAPSHOT
7) org.geoserver:wms:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=wms
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=wms
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:wms:jar:1.7.0-SNAPSHOT
8) org.geoserver:validation:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver
-DartifactId=validation -Dversion=1.7.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=validation
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:validation:jar:1.7.0-SNAPSHOT
9) org.geoserver:wfsv:jar:1.7.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geoserver -DartifactId=wfsv
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.geoserver -DartifactId=wfsv
-Dversion=1.7.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:web:jar:1.7.0-SNAPSHOT
2) org.geoserver:wfsv:jar:1.7.0-SNAPSHOT
----------
9 required artifacts are missing.
for artifact:
org.geoserver:web:jar:1.7.0-SNAPSHOT
from the specified remote repositories:
geotools (http://maven.geotools.fr/repository/),
mortbay (http://www.mortbay.org/maven2/release),
refractions (http://lists.refractions.net/m2/),
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 33 seconds
[INFO] Finished at: Sun Feb 17 14:43:47 GMT 2008
[INFO] Final Memory: 11M/20M
[INFO]
------------------------------------------------------------------------
--
View this message in context: http://www.nabble.com/Eclipse-Quickstart-problem-tp15530310p15530310.html
Sent from the GeoServer - User mailing list archive at Nabble.com.