mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Removed ant so that build file works more consistently (including in source release). (SMACK-197)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7103 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
76087c3928
commit
858b84d912
5 changed files with 8 additions and 96 deletions
|
@ -74,8 +74,7 @@ compile and make changes to the Smack source code.
|
|||
<a href="http://www.jivesoftware.org/smack/">
|
||||
http://www.jivesoftware.org/smack/</a>. The Smack build process is based on Ant. Visit the
|
||||
<a href="http://jakarta.apache.org/ant/index.html">Ant website</a>
|
||||
for more information. There is no need to download and install Ant - a version of it is included
|
||||
in this distribution.
|
||||
for more information and downloads.
|
||||
<p>
|
||||
This documentation is divided into two sections:
|
||||
<ol>
|
||||
|
@ -142,6 +141,12 @@ possible, instructions are provided for both Unix/Linux and Windows users.
|
|||
</ul>
|
||||
</ul>
|
||||
|
||||
<b><a name="antSetup">Configure Ant</a></b>
|
||||
<ul>
|
||||
Download the Ant build tool from the <a href="http://ant.apache.org">Ant website</a>. Follow
|
||||
the setup instructions for your operating system.
|
||||
</ul>
|
||||
|
||||
<p><b><a name="checkout">Test the Build Script</a></b><p>
|
||||
<ul>
|
||||
Navigate into the subdirectory of this distribution named "build" via the command-line.<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue