Hi,

You can get these dependencies from [1], actually this servicemix m2-repo already added in servicemix-pom which is used as servicemix 3.3.1 root pom's parent, so it could be downloaded automatically.
Do you have some special configuration for your .m2/settings.xml?
Maybe you need checkout [2] and build it firstly yourself
[1]http://svn.apache.org/repos/asf/servicemix/m2-repo/
[2]http://svn.apache.org/repos/asf/servicemix/servicemix-pom/trunk/

Freeman
Ian Harrigan wrote:
Hi All,

Im trying to build service mix from the svn source but i keep getting the 
following build error:

Missing:
----------
1) org.apache.ws:wsif:jar:2.0.1_IB3

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.ws -DartifactId=wsif 
-Dversion=2.0.1_IB3 -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.ws -DartifactId=wsif 
-Dversion=2.0.1_IB3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
        2) org.apache.ws:wsif:jar:2.0.1_IB3

2) com.sun.script:groovy-engine:jar:20080611

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.sun.script 
-DartifactId=groovy-engine -Dversion=20080611 -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=com.sun.script 
-DartifactId=groovy-engine -Dversion=20080611 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -Drepositor
yId=[id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
        2) com.sun.script:groovy-engine:jar:20080611

3) org.apache.ws:wsif-j2c:jar:2.0.1_IB3

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.ws -DartifactId=wsif-j2c 
-Dversion=2.0.1_IB3 -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.ws -DartifactId=wsif-j2c 
-Dversion=2.0.1_IB3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[
id]

  Path to dependency:
        1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
        2) org.apache.ws:wsif-j2c:jar:2.0.1_IB3

----------
3 required artifacts are missing.

for artifact:
  org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT

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


Any idea where i can get these dependencies?

Cheers,
Ian


--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to