You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by pz...@apache.org on 2006/01/19 11:41:48 UTC

svn commit: r370457 - in /incubator/synapse/trunk/java/scripts/userguide: README.txt build.xml

Author: pzf
Date: Thu Jan 19 02:41:26 2006
New Revision: 370457

URL: http://svn.apache.org/viewcvs?rev=370457&view=rev
Log:
Updated help and fixed some bugs in the build.xml
Removed the text in README and pointed at the ant help so its all in one place

Modified:
    incubator/synapse/trunk/java/scripts/userguide/README.txt
    incubator/synapse/trunk/java/scripts/userguide/build.xml

Modified: incubator/synapse/trunk/java/scripts/userguide/README.txt
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/scripts/userguide/README.txt?rev=370457&r1=370456&r2=370457&view=diff
==============================================================================
--- incubator/synapse/trunk/java/scripts/userguide/README.txt (original)
+++ incubator/synapse/trunk/java/scripts/userguide/README.txt Thu Jan 19 02:41:26 2006
@@ -1,29 +1,11 @@
 Running Userguide Samples
 =========================
 
-This README contains the details on running User guide samples with Ant. Following lines exactly map with the User guide instructions of running Samples. 
+To run these samples, please use Ant 1.5 or above. Ant can be downloaded from 
+http://ant.apache.org
 
-First the user has to start the Simple Synapse Server. User has to type the following commond on-line
+For help on running these samples try
+> ant help 
 
-ant synapse
-
-The above will start Synapse as a server on port 8080.
-
-Using the following combinations, User will be able to run StockQuoteClient sample as stated in User guide. 
-
-1.ant
-2.ant -Dsymbol=IBM -Durl=http://www.webservicex.net/stockquote.asmx -Dsynapseurl=http://www.webservicex.net/stockquote.asmx
-3.ant -Dsymbol=IBM -Durl=http://localhost:8080/StockQuote -Dsynapseurl=http://localhost:8080
-4.ant -Dsymbol=IBM -Durl=http://stockquote -Dsynapseurl=http://localhost:8080
-5.ant -Dsymbol=MSFT -Durl=http://stockquote -Dsynapseurl=http://localhost:8080
-
-Using the following line, User will be able to run LoggingClient sample as stated in User guide.
-
-ant log_with_addressing
-
-When you are running logging sample please remove following elements from synapse.xml.  
-<stage name="sender">
-	<send/>
-</stage>
-
-The above samples use Synapse standard synapse.xml.  
+Thanks
+The Synapse team
\ No newline at end of file

Modified: incubator/synapse/trunk/java/scripts/userguide/build.xml
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/scripts/userguide/build.xml?rev=370457&r1=370456&r2=370457&view=diff
==============================================================================
--- incubator/synapse/trunk/java/scripts/userguide/build.xml (original)
+++ incubator/synapse/trunk/java/scripts/userguide/build.xml Thu Jan 19 02:41:26 2006
@@ -1,23 +1,23 @@
 <project name="samples" default="help" basedir=".">
-    <target name="help">
-        <echo>
-            This script requires Ant 1.5 or higher
+ <target name="help">
+  <echo>
+  This script requires Ant 1.5 or higher
 
-            usage:
-            ant -help display ant help screen
-            ant help display this message
-            ant clean delete the built directory
+  usage:
+    ant -help display ant help screen
+    ant help display this message
+    ant clean delete the built directory
 
-            ant compile build the samples
+    ant compile build the samples
 
-            ant StockQuote [Symbol] [webserviceurl] [synapseurl] {optional[repository]}
-            Use the smart client - Synapse in WS-Addressing router mode
+    ant stockquote [Symbol] [webserviceurl] [synapseurl] {optional[repository]}
+      Use the smart client - Synapse in WS-Addressing router mode
 
-            ant ProxyStockQuote [Symbol] [webserviceurl] [synapseurl] {optional[repository]}
-            Use the http proxy client - Synapse in "transparent mode"
+    ant proxystockquote [Symbol] [webserviceurl] [synapseurl] {optional[repository]}
+      Use the http proxy client - Synapse in "transparent mode"
 
-            ant DumbStockQuote [Symbol] [synapseurl] {optional[repository]}
-            Use the dumb soap client - Synapse in "gateway" mode
+    ant dumbstockquote [Symbol] [synapseurl] {optional[repository]}
+      Use the dumb soap client - Synapse in "gateway" mode
 
         </echo>
     </target>
@@ -78,8 +78,7 @@
 
     <target name="init">
         <mkdir dir="${class.dir}"/>
-        <mkdir dir="src/ddl"/>
-
+        
         <path id="javac.classpath">
             <pathelement path="${class.dir}"/>
             <fileset dir="../lib">



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org