Author: steveh
Date: Tue May 31 15:20:26 2005
New Revision: 179295
URL: http://svn.apache.org/viewcvs?rev=179295&view=rev
Log:
Integrating changes from v1/m1 branch.
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=179295&r1=179294&r2=179295&view=diff
==============================================================================
---
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
(original)
+++
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
Tue May 31 15:20:26 2005
@@ -222,11 +222,11 @@
<br/><br/>
For example, to build the sample, run the following Ant command:
<br/><br/>
- <code>ant -f
<BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean build
war</code>
+ <code>ant -f
<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/>
- <code>ant -f
<BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean</code></note>
+ <code>ant -f
<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>