You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2004/12/02 22:27:35 UTC

svn commit: r109550 - /incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml /incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml /incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml

Author: scamp
Date: Thu Dec  2 13:27:34 2004
New Revision: 109550

URL: http://svn.apache.org/viewcvs?view=rev&rev=109550
Log:
fixed path references for moved examples
Modified:
   incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml
   incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml
   incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml

Modified: incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml?view=diff&rev=109550&p1=incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml&r1=109549&p2=incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml&r2=109550
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml	(original)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/disk/index.xml	Thu Dec  2 13:27:34 2004
@@ -214,7 +214,7 @@
       <title>Calling the generate target to run WsdmWsdl2Java on the disk WSDL</title>
       <p>Call the
         <code>generate target</code> by executing the following command:
-        <code>%INSTALL_DIR%\examples\disk&gt; ant generate</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk&gt; ant generate</code>
       </p>
       <p>This generates source files in
         <code>%INSTALL_DIR%\generated\src</code>.
@@ -671,7 +671,7 @@
         <code>%INSTALL_DIR%/generated/src</code> and moves the compiled classes to
         <code>%INSTALL_DIR%/webapps/wsdm/WEB-INF/classes</code>, is provided.
       Execute this target as follows:
-        <code>%INSTALL_DIR%\examples\disk&gt; ant compile</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk&gt; ant compile</code>
       </p>
     </section>
 
@@ -691,10 +691,10 @@
       <p>Once you have added your compiled code to the
         <code>%INSTALL_DIR%\webapps\wsdm\WEB-INF\classes</code> directory,
       you are ready to run the acceptance test as follows:
-        <code>%INSTALL_DIR%\examples\disk&gt; ant run</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk&gt; ant run</code>
       </p>
       <p>The results of the test run will be saved to the file
-        <code>%INSTALL_DIR%\examples\disk\test-results.txt</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk\test-results.txt</code>
       </p>
       <note>The
         <code>junit.jar</code> file must either be listed
@@ -741,7 +741,7 @@
       <p>Once you have deployed your Web service to Tomcat (and started Tomcat), it is accessible to
       clients for requests. We have included a sample SOAP client and some sample requests. 
       It can be used as follows:
-        <code>%INSTALL_DIR%\examples\disk\client&gt; ant -Dxml=[path-to-request-file]</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk\client&gt; ant -Dxml=[path-to-request-file]</code>
       </p>
 
       <p>The request files are located in
@@ -749,7 +749,7 @@
       </p>
 
       <p>Here is an example:
-        <code>%INSTALL_DIR%\examples\disk\client&gt; ant -Dxml=.\requests\get_manufacturer.xml</code>
+        <code>%INSTALL_DIR%\docs\tutorial\disk\client&gt; ant -Dxml=.\requests\get_manufacturer.xml</code>
       </p>
 
       <note>The request file may be specified as an absolute path or as a relative path.</note>

Modified: incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml?view=diff&rev=109550&p1=incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml&r1=109549&p2=incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml&r2=109550
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml	(original)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/probe/index.xml	Thu Dec  2 13:27:34 2004
@@ -116,7 +116,7 @@
 
       <section>
       <title>Build Example Services using Ant</title>
-      <p>Go to the installation's <code>example/probe</code>
+      <p>Go to the installation's <code>/docs/tutorial/probe</code>
       directory and run <code>ant all </code>.&nbsp; This will
       generate all code based on the example WSDL documents, compile all code
       and deploy the example to the wsdm webapp (<code>webapps/wsdm</code>).

Modified: incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml?view=diff&rev=109550&p1=incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml&r1=109549&p2=incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml&r2=109550
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml	(original)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/template/index.xml	Thu Dec  2 13:27:34 2004
@@ -56,7 +56,7 @@
 		     folder does not need to be "usr", but in order for the Ant build scripts to work without editing path
 		     names there should exist a folder between the Muse installation directory and the project folder.
 		    </li>
-		    <li>Copy the build.xml file and and all subfolders from the examples/template directory into the directory created in the previous step.</li>
+		    <li>Copy the build.xml file and and all subfolders from the %INSTALL_DIR%\docs\tutorial\template directory into the directory created in the previous step.</li>
 		    <li>Add any additional resource properties and port types required by your service.
 		        If your service requires optional specification-defined properties or port types see the
 		        <a href="../disk/src/wsdl/disk.wsdl">Disk example WSDL</a>.</li>

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