You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Nash <na...@hursley.ibm.com> on 2007/05/10 18:11:44 UTC

Error building SCA distribution artifacts

I tried to build the distribution artifacts from a fresh checkout.  Running
mvn from the distribution directory failed with the following error:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------

1) org.apache.tuscany.sca:tuscany-host-spi:jar:1.0-incubating-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=org.apache.tuscany.sca -DartifactId=tuscany-host-spi \
           -Dversion=1.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
   	1) org.apache.tuscany.sca:tuscany-bundle:jar:1.0-incubating-SNAPSHOT
   	2) org.apache.tuscany.sca:tuscany-host-spi:jar:1.0-incubating-SNAPSHOT

----------

I removed the dependency

         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-host-spi</artifactId>
             <version>${pom.version}</version>
         </dependency>

from the pom.xml file and the build completed without errors.

Can someone who is a committer make this change, please?

   Simon



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