Browse Source

Simple Installation-Check.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557912 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
a82bb7bf51
2 changed files with 17 additions and 0 deletions
  1. +16
    -0
      docs/manual/install.html
  2. +1
    -0
      docs/manual/installlist.html

+ 16
- 0
docs/manual/install.html View File

@@ -229,6 +229,22 @@ restrictions on the classes which may be loaded by an extension.</p>
</tr>
</table>

<h3><a name="checkInstallation">Check Installation</a></h3>
<p>You can check the basic installation with opening a new shell and typing <tt>ant</tt>. You
should get a message like this
<pre>
Buildfile: build.xml does not exist!
Build failed
</pre>
So Ant works. This message is there because you need to write an individual buildfile for your
project. With a <tt>ant -version</tt> you should get an output like
<pre>
Apache Ant version 1.7.0 compiled on December 13 2006
</pre>


</p>

<h3><a name="optionalTasks">Optional Tasks</a></h3>
<p>Ant supports a number of optional tasks. An optional task is a task which
typically requires an external library to function. The optional tasks are


+ 1
- 0
docs/manual/installlist.html View File

@@ -31,6 +31,7 @@
<p><a href="install.html#getting">Getting Ant</a><br/>
<a href="install.html#sysrequirements">System Requirements</a><br/>
<a href="install.html#installing">Installing Ant</a><br/>
<a href="install.html#checkInstallation">Check Installation</a><br/>
<a href="install.html#buildingant">Building Ant</a><br/>
<a href="install.html#librarydependencies">Library Dependencies</a><br/>
<a href="platform.html">Platform Specific Issues</a><br/>


Loading…
Cancel
Save