added information about building with Ant 1.6

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-06-01 22:40:14 +00:00
parent 1a31352333
commit f058170565
1 changed files with 6 additions and 0 deletions

View File

@ -164,6 +164,12 @@ under 1.2 and you get a NoSuchMethodError.
To build a release, the distribution should be build with Ant using JDK 1.2.
The Ant target <b>dist-build</b> in build.xml can be used to do this. The
site can be build with Maven.
<br/><br/>
Ant 1.6 or higher is required for building the distribution due to the way the
build.xml script invokes test cases. It uses the more modern &lt;junit&gt;
optional Ant task, rather than the more messy technique of invoking Java with
the &lt;java&gt; tag to run the test runner. For this to work, junit.jar must
be copied to the Ant home library directory.
</p>
</section>
</body>