Hi Simon,

SNIP
assuming you have the source tree checked out of svn.

Yes

Can you try building
that module before you run the eclipse generation?

Sure - I'll give it a shot.  If I'm in ./java how do I find the module?


Having said that I just knocked it out of my local repo and the eclipse
generation ran fine. This is what I see for the project in question.
SNIP
Can you post the output block you get?

Here's a partial block (The entire out is pretty long - I can post the rest if 
we need it though):

[INFO] Building Apache Tuscany Dojo Sample WebApp
[INFO]    task-segment: [eclipse:eclipse]
[INFO] 
----------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sca/tuscany-binding-sca-xml/1.0-incubating-SNAPSHOT/tuscany-binding-sca-xml-1.0-incubating-SNAPSHOT.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/sca/tuscany-binding-sca-xml/1.0-incubating-SNAPSHOT/tuscany-binding-sca-xml-1.0-incubating-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.tuscany.sca:tuscany-binding-sca-xml: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-binding-sca-xml \
         -Dversion=1.0-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-binding-sca-xml \
         -Dversion=1.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file 
\
          -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
       1) 
org.apache.tuscany.sca:sample-helloworld-dojo:war:1.0-incubating-SNAPSHOT
       2) org.apache.tuscany.sca:tuscany-host-webapp:jar:1.0-incubating-SNAPSHOT
       3) org.apache.tuscany.sca:tuscany-host-embedded:jar:1.0-incub 
ating-SNAPSHOT
       4) 
org.apache.tuscany.sca:tuscany-binding-sca-xml:jar:1.0-incubating-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
 org.apache.tuscany.sca:sample-helloworld-dojo:war:1.0-incubating-SNAPSHOT

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


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 seconds
[INFO] Finished at: Fri Aug 10 18:48:57 CDT 2007
[INFO] Final Memory: 36M/63M
[INFO] ------------------------------------------------------------------------

Thanks,
- Ole


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to