TUSCANY-2659: Apply patch from Dhaval Chauhan for Fixes for the implementation-notification sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3a9b2d15c
commit
04ba374526
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>${artifactId}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue