Hi, I got the error below while generating needed project files to import Tuscany's modules into eclipse. I guessed there's a jar file missing at : http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sca/demo-bigbank-account/1.5-SNAPSHOT/demo-bigbank-account-1.5-SNAPSHOT.jar.
Have somebody experienced this before? Where else to find the jar file in order to install it as it's proposing? Thx. *Error:* [INFO] Building Apache Tuscany SCA Demo BigBank [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sca/demo-bigb ank-account/1.5-SNAPSHOT/demo-bigbank-account-1.5-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.tuscany.sca:demo-bigbank-account:jar:1.5-SNAPSHOT' in rep ository apache.incubator ( http://people.apache.org/repo/m2-incubating-repository) Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/sca/demo-bigban k-account/1.5-SNAPSHOT/demo-bigbank-account-1.5-SNAPSHOT.jar [INFO] Unable to find resource 'org.apache.tuscany.sca:demo-bigbank-account:jar:1.5-SNAPSHOT' in rep ository apache.snapshots ( http://people.apache.org/repo/m2-snapshot-repository) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.tuscany.sca:demo-bigbank-account:jar:1.5-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=demo-bigbank-account -D version=1.5-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=demo-bigbank-account -Dve rsion=1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.tuscany.sca:demo-bigbank:jar:1.5-SNAPSHOT 2) org.apache.tuscany.sca:demo-bigbank-account:jar:1.5-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.tuscany.sca:demo-bigbank:jar:1.5-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.incubator (http://people.apache.org/repo/m2-incubating-repository), indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/), osuosl.org (http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2), apache.ws.zone (http://ws.zones.apache.org/repository2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 minutes 29 seconds [INFO] Finished at: Thu Apr 09 23:46:17 CEST 2009 [INFO] Final Memory: 109M/196M [INFO] ------------------------------------------------------------------------ -- Lookman SANNI;
