You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by samir shaikh <aq...@yahoo.com> on 2008/02/16 02:19:42 UTC

[Axis2] [Savan] Build problems -- woden repository missing

Hi,

I'm trying to build savan using mvn package and I get
the error below... please help!!

C:\savan\trunk\java>mvn package
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Savan
[INFO]   Savan - Core
[INFO]   Savan - Mar
[INFO]   Savan - Samples
[INFO] snapshot
org.apache.axis2:axis2-parent:SNAPSHOT: checking for
updates fro
m apache-ws-snapshots2
[WARNING] repository metadata for: 'snapshot
org.apache.axis2:axis2-parent:SNAPS
HOT' could not be retrieved from repository:
apache-ws-snapshots2 due to an erro
r: Error transferring file
[INFO] Repository 'apache-ws-snapshots2' will be
blacklisted
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Savan
[INFO]    task-segment: [package]
[INFO]
------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO]
------------------------------------------------------------------------
[INFO] Building Savan - Core
[INFO]    task-segment: [package]
[INFO]
------------------------------------------------------------------------
Downloading:
http://ws.zones.apache.org/repository2/org/apache/woden/woden/1.0-i
ncubating-M7b/woden-1.0-incubating-M7b.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/woden/woden/1.0-incubating
-M7b/woden-1.0-incubating-M7b.pom
Downloading:
http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
.6.2.pom
Downloading:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom
Downloading:
http://ws.zones.apache.org/repository2/org/apache/woden/woden/1.0-i
ncubating-M7b/woden-1.0-incubating-M7b.jar
Downloading:
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/woden/wo
den/1.0-incubating-M7b/woden-1.0-incubating-M7b.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/org/apache/w
oden/woden/1.0-incubating-M7b/woden-1.0-incubating-M7b.jar
Downloading:
http://repo1.maven.org/eclipse/org/apache/woden/woden/1.0-incubatin
g-M7b/woden-1.0-incubating-M7b.jar
Downloading:
http://jibx.sourceforge.net/maven/org.apache.woden/jars/woden-1.0-i
ncubating-M7b.jar
Downloading:
http://download.java.net/maven/1//org.apache.woden/jars/woden-1.0-i
ncubating-M7b.jar
Downloading:
http://repo1.maven.org/maven2/org/apache/woden/woden/1.0-incubating
-M7b/woden-1.0-incubating-M7b.jar
Downloading:
http://ws.zones.apache.org/repository2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1
.6.2.jar
Downloading:
http://tomcat.apache.org/dev/dist/m2-repository/wsdl4j/wsdl4j/1.6.2
/wsdl4j-1.6.2.jar
Downloading:
http://people.apache.org/repo/m2-incubating-repository/wsdl4j/wsdl4
j/1.6.2/wsdl4j-1.6.2.jar
Downloading:
http://repo1.maven.org/eclipse/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar

Downloading:
http://jibx.sourceforge.net/maven/wsdl4j/jars/wsdl4j-1.6.2.jar
Downloading:
http://download.java.net/maven/1//wsdl4j/jars/wsdl4j-1.6.2.jar
Downloading:
http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.woden:woden:jar:1.0-incubating-M7b

  Try downloading the file manually from the project
website.

  Then, install it using the command:
      mvn install:install-file
-DgroupId=org.apache.woden -DartifactId=woden -Dv
ersion=1.0-incubating-M7b -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.apache.woden -DartifactId=woden -Dver
sion=1.0-incubating-M7b -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -Drepos
itoryId=[id]

  Path to dependency:
        1) org.apache.ws.savan:savan-core:jar:SNAPSHOT
        2) org.apache.axis2:axis2-kernel:jar:1.3
        3)
org.apache.woden:woden:jar:1.0-incubating-M7b

2) wsdl4j:wsdl4j:jar:1.6.2

  Try downloading the file manually from the project
website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=wsdl4j
-DartifactId=wsdl4j -Dversion=1.
6.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you
can deploy the file there:

      mvn deploy:deploy-file -DgroupId=wsdl4j
-DartifactId=wsdl4j -Dversion=1.6.
2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) org.apache.ws.savan:savan-core:jar:SNAPSHOT
        2) org.apache.axis2:axis2-kernel:jar:1.3
        3) wsdl4j:wsdl4j:jar:1.6.2

----------
2 required artifacts are missing.

for artifact:
  org.apache.ws.savan:savan-core:jar:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache-ws-snapshots2
(http://ws.zones.apache.org/repository2),
  apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e
switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 49 seconds
[INFO] Finished at: Fri Feb 15 17:20:09 PST 2008
[INFO] Final Memory: 9M/16M
[INFO] ------------------------------------------------------------------------


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org