Hi, Once I got the sources build working I came across the SCA Java Development page [1]. There's a note about downloading java/sca subtree to build SCA only with no DAS sources. I whiped out the old buildable Tuscany tree and pulled down the java/sca subtree.
Alas, when I'd run the build it ended up with the following error message. Does it mean that building java/sca tree is not possible at the moment? Should I checkout all the Tuscany sources? [1] http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+Development [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Tuscany SCA Samples [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [site:attach-descriptor] [INFO] [install:install] [INFO] Installing c:\oss\tuscany-sca\samples\pom.xml to C:\.m2\org\apache\tuscany\sca\tuscany-samples\1.0-incubating-SNAPSHOT\tuscany-samples-1.0-incubating-SNAPSHOT.pom [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Tuscany DAS Pojo Service Sample - Service [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/das/tuscany-das-rdb/1.0-incubating-SNAPSHOT/tuscany-das-rdb-1.0-incubating-SNAPSHOT.pom Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/das/tuscany-das-rdb/1.0-incubating-SNAPSHOT/tuscany-das-rdb-1.0-incubating-SNAPSHOT.pom Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/das/tuscany-das-rdb/1.0-incubating-SNAPSHOT/tuscany-das-rdb-1.0-incubating-SNAPSHOT.jar Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/das/tuscany-das-rdb/1.0-incubating-SNAPSHOT/tuscany-das-rdb-1.0-incubating-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.tuscany.das:tuscany-das-rdb: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.das -DartifactId=tuscany-das-rdb \ -Dversion=1.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.tuscany.sca:samples-das-service:jar:1.0-incubating-SNAPSHOT 2) org.apache.tuscany.das:tuscany-das-rdb:jar:1.0-incubating-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.tuscany.sca:samples-das-service:jar:1.0-incubating-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.incubator (http://people.apache.org/repo/m2-incubating-repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
