On 9/25/07, dinesh shahane (JIRA) <tuscany-dev@ws.apache.org> wrote:
>
> Build Error - SCA topology XML model fails to resolve tuscany-core-spi
> ----------------------------------------------------------------------
>
>                  Key: TUSCANY-1809
>                  URL: https://issues.apache.org/jira/browse/TUSCANY-1809
>              Project: Tuscany
>           Issue Type: Bug
>           Components: Build System
>     Affects Versions: Java-SCA-1.0
>             Reporter: dinesh shahane
>              Fix For: Java-SCA-1.0
>
>
> I am seeing the following error while building "modules".
>
>
> [INFO] Building Apache Tuscany SCA Topology XML Model
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] No goals needed for project - skipping
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository/org/apache/t
> uscany/sca/tuscany-core-spi/1.1-incubating-SNAPSHOT/tuscany-
> core-spi-1.1-incubat
> ing-SNAPSHOT.jar
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/tus
> cany/sca/tuscany-core-spi/1.1-incubating-SNAPSHOT/tuscany-
> core-spi-1.1-incubatin
> g-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.tuscany.sca:tuscany-core-spi:jar:1.1-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=tus
> cany-core-spi \
>           -Dversion=1.1-incubating-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.apache.tuscany.sca-DartifactId=tuscany
> -core-spi \
>           -Dversion=1.1-incubating-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
> \
>            -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1)
> org.apache.tuscany.sca:tuscany-contribution-namespace:jar:1.1-incubat
> ing-SNAPSHOT
>         2)
> org.apache.tuscany.sca:tuscany-core-spi:jar:1.1-incubating-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Hi Dinesh

This seems to be ok for me. Not a great help to you I know. The topology
modules don't actually get used at the moment and there is discussion about
removing them altogether so you can ignore these problems if these are the
only ones you see. Bit strange that you see them and I don't though. Looks
like you have  checked out of the trunk code judging by the version numbers.
There is a bit of turbulence in trunk at the moment so maybe something was a
little out of line when you checked out. The topology-ml pom doesn't have an
explicit dependency stated for core-spi but I would expect this to have been
build by the time topology gets built. Try compiling core-spi manually first
if it's not there.

Regards

Simon

Reply via email to