Author: antelder
Date: Thu Aug 23 17:38:28 2007
New Revision: 569201
URL: http://svn.apache.org/viewvc?rev=569201&view=rev
Log:
TUSCANY-1579, apply patch from haleh mahbod - Simple-bigbank-spring Fails using
.99 snapshot (8-23 version) & readme needs update
Modified:
incubator/tuscany/java/sca/samples/simple-bigbank-spring/README
Modified: incubator/tuscany/java/sca/samples/simple-bigbank-spring/README
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/simple-bigbank-spring/README?rev=569201&r1=569200&r2=569201&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/simple-bigbank-spring/README (original)
+++ incubator/tuscany/java/sca/samples/simple-bigbank-spring/README Thu Aug 23
17:38:28 2007
@@ -14,11 +14,11 @@
OR if you don't have ant, on Windows do
-java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-spring-bigbank.jar
bigbank.client.BigBankClient
+java -cp
..\..\lib\tuscany-sca-manifest.jar;target\sample-simple-bigbank-spring.jar
bigbank.client.BigBankClient
and on *nix do
-java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-spring-bigbank.jar
bigbank.client.BigBankClient
+java -cp
../../lib/tuscany-sca-manifest.jar:target/sample-simple-bigbank-spring.jar
bigbank.client.BigBankClient
Sample Overview
@@ -28,7 +28,7 @@
request to the AccountDataComponent to get account data. The data returns
back via the AccountComponent to the client.
-calculator/
+simple-bigbank-spring/
src/
main/
java/
@@ -46,7 +46,7 @@
java/
bigbank/
BigBankTestCase.java - JUnit test case
- spring-bigbank.png - a pictorial representation of the sample
+ simple-bigbank-spring.png - a pictorial representation of the sample
.composite file
build.xml - the Ant build file
pom.xml - the Maven build file
@@ -56,7 +56,7 @@
With the binary distribution the sample can be built and run using Ant as
follows
-cd spring-bigbank
+cd simple-bigbank-spring
ant compile
ant run
@@ -71,7 +71,7 @@
With either the binary or source distributions the sample can be built and run
using Maven as follows.
-cd spring-bigbank
+cd simple-bigbank-spring
mvn
You should see the following output from the test phase.
@@ -88,4 +88,4 @@
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
-This shows that the Junit test cases have run successfully.
+This shows that the Junit test cases have run successfully.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]