Hi Meeraj,
There is an error while building demo, therefore I cannot get the
server.start.jar generated. This is the output of maven:
Missing:
----------
1)
org.apache.tuscany.sca.core-samples.common:calculator:jar:2.0-alpha2-inc
ubating-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.core-samples.common
-DartifactId=calculator \
-Dversion=2.0-alpha2-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
org.apache.tuscany.distribution.sca:demo:pom:2.0-alpha2-incubating-SNAPS
HOT
2)
org.apache.tuscany.sca.core-samples.common:calculator:jar:2.0-alpha2-inc
ubating-SNAPSHOT
2)
org.apache.tuscany.sca.runtime.standalone:server.start:jar:2.0-alpha2-in
cubating-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.runtime.standalone
-DartifactId=server.start \
-Dversion=2.0-alpha2-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
org.apache.tuscany.distribution.sca:demo:pom:2.0-alpha2-incubating-SNAPS
HOT
2)
org.apache.tuscany.sca.runtime.standalone:server.start:jar:2.0-alpha2-in
cubating-SNAPSHOT
3)
org.apache.tuscany.sca.runtime.standalone:standalone-host:jar:2.0-alpha2
-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.runtime.standalone
-DartifactId=standalone-host \
-Dversion=2.0-alpha2-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
org.apache.tuscany.distribution.sca:demo:pom:2.0-alpha2-incubating-SNAPS
HOT
2)
org.apache.tuscany.sca.runtime.standalone:standalone-host:jar:2.0-alpha2
-incubating-SNAPSHOT
4)
org.apache.tuscany.sca.runtime.services.discovery:discovery-jms:jar:2.0-
alpha2-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.runtime.services.discovery
-DartifactId=discovery-jms \
-Dversion=2.0-alpha2-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
org.apache.tuscany.distribution.sca:demo:pom:2.0-alpha2-incubating-SNAPS
HOT
2)
org.apache.tuscany.sca.runtime.services.discovery:discovery-jms:jar:2.0-
alpha2-incubating-SNAPSHOT
----------
4 required artifacts are missing.
for artifact:
org.apache.tuscany.distribution.sca:demo:pom:2.0-alpha2-incubating-SNAPS
HOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.incubator
(http://people.apache.org/repo/m2-incubating-repository/),
apache.ws.m1.snapshots (http://ws.zones.apache.org/repository),
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: 2 minutes 6 seconds
[INFO] Finished at: Wed Mar 21 14:25:36 ART 2007
[INFO] Final Memory: 8M/15M
[INFO]
------------------------------------------------------------------------
All the missing artifacts are referenced from the pom fle in DEMO
project.
Is there something missing in the svn?
Thanks,
Mario Antollini