[Geoserver-devel] Building community/web2 module failed

Hi all,

i try to compile the community/web2 module, but the building failed.

the error is:

Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.pom
Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:

  1. org.geoserver:wfsv:jar:2.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=2.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=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:

  1. org.geoserver.web:web-app:jar:2.0-SNAPSHOT
  2. org.geoserver:wfsv:jar:2.0-SNAPSHOT

1 required artifact is missing.

for artifact:
org.geoserver.web:web-app:jar:2.0-SNAPSHOT

from the specified remote repositories:
maven-restlet (http://maven.restlet.org),
central (http://repo1.maven.org/maven2),
refractions (http://lists.refractions.net/m2/),
geotools (http://maven.geotools.fr/repository/),
mortbay (http://www.mortbay.org/maven2/release)

Suggestion?


Francesco Izzi
CNR - IMAA
geoSDI - NSDI
Responsabile Sviluppo Software

C.da Loja
85050 Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427305
fax: +39 0971 427271
mob: +39 3402640314
mail: francesco.izzi@anonymised.com
skype: neofx8080

web: http://geosdi.nsdi.it

Hi Francesco,

I believe that web2/app/pom.xml had an error in it in which there was a direct dependency on wfsv, when in fact it should only be engaged via a profile.

I just committed a fix. Can you update and try it again.

Thanks,

-Justin

Francesco Izzi wrote:

Hi all,

i try to compile the community/web2 module, but the building failed.

the error is:

Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.pom
Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.geoserver:wfsv:jar:2.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=2.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=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.geoserver.web:web-app:jar:2.0-SNAPSHOT
      2) org.geoserver:wfsv:jar:2.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.geoserver.web:web-app:jar:2.0-SNAPSHOT

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  refractions (http://lists.refractions.net/m2/),
  geotools (http://maven.geotools.fr/repository/),
  mortbay (http://www.mortbay.org/maven2/release)

Suggestion?

--
Francesco Izzi
CNR - IMAA
geoSDI - NSDI
Responsabile Sviluppo Software

C.da Loja
85050 Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427305
fax: +39 0971 427271
mob: +39 3402640314
mail: francesco.izzi@anonymised.com <mailto:francesco.izzi@anonymised.com>
skype: neofx8080

web: http://geosdi.nsdi.it

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

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB

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

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

Ok woking fine.

Thanks.

2009/1/7 Justin Deoliveira <jdeolive@anonymised.com>

Hi Francesco,

I believe that web2/app/pom.xml had an error in it in which there was a direct dependency on wfsv, when in fact it should only be engaged via a profile.

I just committed a fix. Can you update and try it again.

Thanks,

-Justin

Francesco Izzi wrote:

Hi all,

i try to compile the community/web2 module, but the building failed.

the error is:

Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.pom
Downloading: http://lists.refractions.net/m2//org/geoserver/wfsv/2.0-SNAPSHOT/wfsv-2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:

  1. org.geoserver:wfsv:jar:2.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=2.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=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:

  1. org.geoserver.web:web-app:jar:2.0-SNAPSHOT
  2. org.geoserver:wfsv:jar:2.0-SNAPSHOT

1 required artifact is missing.

for artifact:
org.geoserver.web:web-app:jar:2.0-SNAPSHOT

from the specified remote repositories:
maven-restlet (http://maven.restlet.org),
central (http://repo1.maven.org/maven2),
refractions (http://lists.refractions.net/m2/),
geotools (http://maven.geotools.fr/repository/),
mortbay (http://www.mortbay.org/maven2/release)

Suggestion?


Francesco Izzi
CNR - IMAA
geoSDI - NSDI
Responsabile Sviluppo Software

C.da Loja
85050 Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427305
fax: +39 0971 427271
mob: +39 3402640314

mail: francesco.izzi@anonymised.com mailto:[francesco.izzi@anonymised.com](mailto:francesco.izzi@anonymised.com)

skype: neofx8080

web: http://geosdi.nsdi.it



Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB



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.


Francesco Izzi
CNR - IMAA
geoSDI - NSDI
Responsabile Sviluppo Software

C.da Loja
85050 Tito Scalo - POTENZA (PZ)
Italia

phone: +39 0971427305
fax: +39 0971 427271
mob: +39 3402640314
mail: francesco.izzi@anonymised.com
skype: neofx8080

web: http://geosdi.nsdi.it