You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "dinesh shahane (JIRA)" <tu...@ws.apache.org> on 2007/09/25 23:49:50 UTC

[jira] Created: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [jira] Created: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by Simon Laws <si...@googlemail.com>.
On 9/25/07, dinesh shahane (JIRA) <tu...@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: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
> 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

[jira] Commented: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by "dinesh shahane (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530520 ] 

dinesh shahane commented on TUSCANY-1809:
-----------------------------------------

Thanks raymond, I could now build the trunk successfully once I moved to maven 2.0.5.  Should I keep this issue open? 
 

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-1809.
------------------------------

    Resolution: Fixed

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530305 ] 

Luciano Resende commented on TUSCANY-1809:
------------------------------------------

Are you using maven 2.0.5 ?

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by "dinesh shahane (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530307 ] 

dinesh shahane commented on TUSCANY-1809:
-----------------------------------------

I am using version 2.0.7. 

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530308 ] 

Raymond Feng commented on TUSCANY-1809:
---------------------------------------

Hi, 

I believe you are building the trunk instead of 1.0 release. Please confirm so that we can set the correct version/target. Thanks.

Which version of maven are you using? Please try maven 2.0.5 as we see problems with 2.0.7. If you run a top-down build, the tuscany-core-spi should be built before tuscany-contribution-namespace.

The other option is that we publish SNAPSHOTs time by time so that the 1.1-incubating-SNAPSHOT artifacts can be downloaded from the apache snapshot maven repo.

Thanks,
Raymond

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org