[jira] Commented: (TUSCANY-1114) Unable to download resource from repository on build

2007-02-14 Thread Jeremy Boynes (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473217
 ] 

Jeremy Boynes commented on TUSCANY-1114:


This POM is also included in the samples distribution so "mvn -N" from the root 
of that distribution will install it locally for you.

> Unable to download resource from repository on build
> 
>
> Key: TUSCANY-1114
> URL: https://issues.apache.org/jira/browse/TUSCANY-1114
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA Samples
>Affects Versions: Java-M2
> Environment: WinXP
>Reporter: Justin Stewart
>
> Just downloaded and installed SCA Java M2 release - binary and samples.
> When building the calculator sample using Maven, I get:
> $ mvn
> [INFO] Scanning for projects...
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/tuscany/sca/samples/parent
> /1.0-incubator-M2/parent-1.0-incubator-M2.pom
> [WARNING] Unable to get resource from repository central 
> (http://repo1.maven.org
> /maven2)
> [INFO] 
> 
> [ERROR] FATAL ERROR
> [INFO] 
> 
> [INFO] Error building POM (may not be this project's POM).
> ...
> Sure enough, 
> http://repo1.maven.org/maven2/org/apache/tuscany/sca/samples/parent
> /1.0-incubator-M2/parent-1.0-incubator-M2.pom doesn't exist.
> Thanks,
> Justin

-- 
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]



[jira] Commented: (TUSCANY-1114) Unable to download resource from repository on build

2007-02-14 Thread Raymond Feng (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473212
 ] 

Raymond Feng commented on TUSCANY-1114:
---

The artifact should be resolved with the apache maven repo at:

http://people.apache.org/repo/m2-incubating-repository/

And this repo is configured with the pom.xml and it should work. 

Maybe you can try to add this repo to /.m2/settings.xml.

> Unable to download resource from repository on build
> 
>
> Key: TUSCANY-1114
> URL: https://issues.apache.org/jira/browse/TUSCANY-1114
> Project: Tuscany
>  Issue Type: Bug
>  Components: Java SCA Samples
>Affects Versions: Java-M2
> Environment: WinXP
>Reporter: Justin Stewart
>
> Just downloaded and installed SCA Java M2 release - binary and samples.
> When building the calculator sample using Maven, I get:
> $ mvn
> [INFO] Scanning for projects...
> Downloading: 
> http://repo1.maven.org/maven2/org/apache/tuscany/sca/samples/parent
> /1.0-incubator-M2/parent-1.0-incubator-M2.pom
> [WARNING] Unable to get resource from repository central 
> (http://repo1.maven.org
> /maven2)
> [INFO] 
> 
> [ERROR] FATAL ERROR
> [INFO] 
> 
> [INFO] Error building POM (may not be this project's POM).
> ...
> Sure enough, 
> http://repo1.maven.org/maven2/org/apache/tuscany/sca/samples/parent
> /1.0-incubator-M2/parent-1.0-incubator-M2.pom doesn't exist.
> Thanks,
> Justin

-- 
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]