You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by dk...@apache.org on 2006/05/16 16:43:36 UTC

svn commit: r406958 - /incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm

Author: dkulp
Date: Tue May 16 07:43:35 2006
New Revision: 406958

URL: http://svn.apache.org/viewcvs?rev=406958&view=rev
Log:
Fix readme to remove duplicate setup/running sections

Modified:
    incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm

Modified: incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm?rev=406958&r1=406957&r2=406958&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm (original)
+++ incubator/tuscany/java/samples/sca/helloworld-jms/server/readme.htm Tue May 16 07:43:35 2006
@@ -46,20 +46,6 @@
         java -cp ../../../../lib/tuscany-runtime-incubating-M1.jar;../../../../lib/celtix/tuscany-celtix-incubating-M1.jar;target/sample-helloworldjms-service-incubating-M1.jar helloworld.HelloWorldServer
     </pre>
 
-
-    <h3>Setup</h3> 
-    The jars for a <a href="../../../../docs/sampleSetup.htm" target="_blank">J2SE 
-    setup</a> &nbsp;including those necessary&nbsp; for web services are required 
-    including the sample's own jar 
-    <span style="font-weight: bold;">
-    sample-helloworldjms-service-incubating-M1.jar
-    </span>
-    . <h3>Running</h3> Using JDK 1.5 java command with the previous mentioned jars, including the tuscany-celtix.jar, start the JMS broker and then
-    run the class&nbsp;helloworld.HelloWorldServer.
-    <pre>
-        java -cp ../../../../lib/tuscany-runtime-incubating-M1.jar:../../../../lib/celtix/tuscany-celtix-incubating-M1.jar org.activemq.spring.Main activemq.xml
-        java -cp ../../../../lib/tuscany-runtime-incubating-M1.jar:../../../../lib/celtix/tuscany-celtix-incubating-M1.jar:target/sample-helloworldjms-service-incubating-M1.jar helloworld.HelloWorldServer
-    </pre>
     
 
     <h3>Code Overview</h3> The source files are physically organized as shown below:<br>