I am trying to follow the instructions for installing community schema branch
as provided at http://docs.codehaus.org/display/GEOS/Complex+Datastore. I
have been able to execute first step successfully, i.e. installing geotools.
However, when trying to install geoserver source code I get the following
error:
Command executed: mvn install -Dcommunity -DconfigId=community-schema
-DconfigDirectory=../configuration
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.geotools:gt2-fm:jar:2.4-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geotools -DartifactId=gt2-fm
-Dvers
ion=2.4-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.geotools -DartifactId=gt2-fm
-Dversio
n=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[
id]
Path to dependency:
1) org.geoserver:wfs-c:jar:1.6.0-RC2
2) org.geotools:gt2-fm:jar:2.4-SNAPSHOT
2) org.geotools:gt2-community-schema-ds:jar:2.4-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.geotools
-DartifactId=gt2-community
-schema-ds -Dversion=2.4-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.geotools
-DartifactId=gt2-community-s
chema-ds -Dversion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.geoserver:wfs-c:jar:1.6.0-RC2
2) org.geotools:gt2-community-schema-ds:jar:2.4-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.geoserver:wfs-c:jar:1.6.0-RC2
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
ibiblio (http://www.ibiblio.org/maven2),
refractions (http://lists.refractions.net/m2/),
espace (http://maven.espace.ird.nc),
Sateh (http://maven.sateh.com/repository),
skynet.be (http://maven2.mirrors.skynet.be/pub/maven2),
mortbay (http://www.mortbay.org/maven2/release),
geotools (http://maven.geotools.fr/repository/)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11 minutes 59 seconds
[INFO] Finished at: Mon Jan 14 03:06:35 GMT 2008
[INFO] Final Memory: 27M/48M
[INFO]
------------------------------------------------------------------------
It appears that two jar files are missing. But when I tried to download
these jar files using a web browser, they didnt appear to exist in any of
the repositories listed above.
Any suggestions anyone? Please!
Cheers
Arif
--
View this message in context: http://www.nabble.com/Problem-installing-community-schema-branch-tp14800939p14800939.html
Sent from the GeoServer - User mailing list archive at Nabble.com.