Commit 5771825d authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated build instructions (JM-879).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5833 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2140cdf2
...@@ -173,7 +173,7 @@ configured your copy of the Wildfire source distribution. ...@@ -173,7 +173,7 @@ configured your copy of the Wildfire source distribution.
<p><b>Finished!</b><p> <p><b>Finished!</b><p>
<ul> <ul>
If you've gotten this far, you've finished setting up the Wildfire source If you've gotten this far, you've finished setting up the Wildfire source
distribution. Now, read below to learn about all of the tasks that you can perform distribution. Now, read below to learn about some of the tasks that you can perform
with the build tool. with the build tool.
</ul> </ul>
...@@ -181,14 +181,14 @@ with the build tool. ...@@ -181,14 +181,14 @@ with the build tool.
<p><b><a name="tasks"><font color="#0066cc">3.</font> Build Tasks</a></b><p> <p><b><a name="tasks"><font color="#0066cc">3.</font> Build Tasks</a></b><p>
The list of build tasks is below. All build commands should be The list of common build tasks is below. All build commands should be
run from the "build" directory of your Wildfire distribution. run from the "build" directory of your Wildfire distribution.
<br><br> <br><br>
For a list of the commands and a brief description from the command line, type For a full list of the commands and a brief description from the command line, type
<code>ant -projecthelp</code>. For more complete help on several commands, <code>ant -projecthelp</code>. For more complete help on several commands,
read the documentation below. read the documentation below.
<br><br> <br><br>
...@@ -198,7 +198,7 @@ with the build tool. ...@@ -198,7 +198,7 @@ with the build tool.
<ul> <ul>
<li><a href="#noparams"><i>Default</i></a> <li><a href="#noparams"><i>Default</i></a>
<li><a href="#jar">jar</a> <li><a href="#wildfire">wildfire</a>
<li><a href="#plugins">plugins</a> <li><a href="#plugins">plugins</a>
<li><a href="#clean">clean</a> <li><a href="#clean">clean</a>
</ul> </ul>
...@@ -217,7 +217,7 @@ value of a property, add it to build/build.xml file. ...@@ -217,7 +217,7 @@ value of a property, add it to build/build.xml file.
<p><i>Description:</i></p> <p><i>Description:</i></p>
Equivalent of calling "ant <a href="#jar">jar</a> javadoc". Equivalent of calling "ant <a href="#jar">wildfire</a>".
<p>[<a href="#tasks">return to task list</a>] <p>[<a href="#tasks">return to task list</a>]
...@@ -225,16 +225,16 @@ Equivalent of calling "ant <a href="#jar">jar</a> javadoc". ...@@ -225,16 +225,16 @@ Equivalent of calling "ant <a href="#jar">jar</a> javadoc".
<!--JAR--> <!--JAR-->
<p><b><a name="jar">jar</a></b> <p><b><a name="wildfire">wildfire</a></b>
<ul> <ul>
<i>Syntax:</i><p> <i>Syntax:</i><p>
<span class="code"> ant jar <br></span> <span class="code"> ant wildfire <br></span>
<p><i>Description:</i></p> <p><i>Description:</i></p>
Builds Wildfire into the <tt>target</tt> directory. You can then launch Builds Wildfire into the <tt>target/wildfire</tt> directory. You can then launch
Wildfire using the scripts in <tt>target/bin/</tt>. Wildfire using the scripts in <tt>target/wildfire/bin</tt>.
<p>[<a href="#tasks">return to task list</a>] <p>[<a href="#tasks">return to task list</a>]
</ul> </ul>
...@@ -248,7 +248,7 @@ Wildfire using the scripts in <tt>target/bin/</tt>. ...@@ -248,7 +248,7 @@ Wildfire using the scripts in <tt>target/bin/</tt>.
<p><i>Description:</i></p> <p><i>Description:</i></p>
Builds all plugins into the <tt>target/plugins</tt> directory. Builds all plugins into the <tt>target/wildfire/plugins</tt> directory.
<p>[<a href="#tasks">return to task list</a>] <p>[<a href="#tasks">return to task list</a>]
</ul> </ul>
...@@ -262,9 +262,7 @@ Builds all plugins into the <tt>target/plugins</tt> directory. ...@@ -262,9 +262,7 @@ Builds all plugins into the <tt>target/plugins</tt> directory.
<p><i>Description:</i></p> <p><i>Description:</i></p>
Cleans all artifacts of the build process by deleting the <tt>target/</tt> Cleans all artifacts of the build process.<p>
directory.<p>
<p>[<a href="#tasks">return to task list</a>] <p>[<a href="#tasks">return to task list</a>]
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment