You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/06/01 00:19:45 UTC

svn commit: r179294 - /incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml

Author: steveh
Date: Tue May 31 15:19:44 2005
New Revision: 179294

URL: http://svn.apache.org/viewcvs?rev=179294&view=rev
Log:
Fixing wrong path to build file.

Modified:
    incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml

Modified: incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=179294&r1=179293&r2=179294&view=diff
==============================================================================
--- incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Tue May 31 15:19:44 2005
@@ -222,11 +222,11 @@
 		<br/><br/>
 		For example, to build the sample, run the following Ant command:
 		<br/><br/>
-		&nbsp;&nbsp;&nbsp;<code>ant -f &lt;BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean  build war</code>
+		&nbsp;&nbsp;&nbsp;<code>ant -f &lt;BeehiveRoot>\samples\petstoreWeb\build.xml clean build war</code>
 		<br/><br/>
 		To delete the sample's build directory, run the <code>clean</code> target:
 		<br/><br/>
-		&nbsp;&nbsp;&nbsp;<code>ant -f &lt;BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean</code></note>
+		&nbsp;&nbsp;&nbsp;<code>ant -f &lt;BeehiveRoot>\samples\petstoreWeb\build.xml clean</code></note>
 			</section>
 			<section id="edit_properties_file"><title>Edit the <code>build.properties</code> File</title>
 				<p>Edit the <code>build.properties</code> file--the file
@@ -286,7 +286,7 @@
 					Before running the tests, ensure that the web app is up and running, i.e,
 					accessible at http://localhost:8080/petstoreWeb.</p>
 				<p>To run the tests, enter the following Ant command:</p>
-				<source>ant -f test.run</source>
+				<source>ant -f C:\beehive_projects\petstoreWeb\build.xml test.run</source>
 			</section>
 	</body>
 	<footer>