From af5c8359de42231828080c81e43d8249d39a70b6 Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 4 Nov 2008 06:52:10 +0000 Subject: Merging changes from TUSCANY-2657 and TUSCANY-2659 from trunk. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711190 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.3.3/samples/implementation-notification/README | 6 +++++- branches/sca-java-1.3.3/samples/implementation-notification/pom.xml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'branches/sca-java-1.3.3/samples/implementation-notification') diff --git a/branches/sca-java-1.3.3/samples/implementation-notification/README b/branches/sca-java-1.3.3/samples/implementation-notification/README index 5b59358080..7adfa4e5dc 100644 --- a/branches/sca-java-1.3.3/samples/implementation-notification/README +++ b/branches/sca-java-1.3.3/samples/implementation-notification/README @@ -12,10 +12,14 @@ to this sample directory and do: ant run -OR if you don't have ant, on Windows do +OR if you don't have ant, on Windows, use following command: java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-implementation-notification.jar notification.TrafficAdvisoryClient +on *nix, use following command: + +java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-implementation-notification.jar notification.TrafficAdvisoryClient + OR you can also use Maven to test: mvn test diff --git a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml index df9399617d..c92ce083ff 100644 --- a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml +++ b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml @@ -60,6 +60,7 @@ + ${artifactId} org.apache.maven.plugins -- cgit v1.2.3