ICU-2794 change ant urls

X-SVN-Rev: 12249
This commit is contained in:
Doug Felt 2003-06-03 18:23:05 +00:00
parent a0efffb9bd
commit a764a6304b

View file

@ -11,8 +11,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/readme.html,v $
* $Date: 2003/05/17 03:47:09 $
* $Revision: 1.41 $
* $Date: 2003/06/03 18:23:05 $
* $Revision: 1.42 $
*
*******************************************************************************
-->
@ -365,17 +365,17 @@ We strongly recommend using the Ant build system to build ICU4J:</p>
directory. For example, on Linux you might install these
in /usr/local.</li>
<li>Install a recent JDK, version 1.3.x or 1.4.x will work.</li>
<li><p>Next install the <a href="http://jakarta.apache.org/ant/"><strong>Ant</strong></a> build
system, part of the Apache Software Foundation's <a href="http://jakarta.apache.org/"><strong>Jakarta</strong></a>
project. Ant is a portable, Java-based build system similar to make. ICU4J uses Ant
<li><p>Next install the <a href="http://ant.apache.org/"><strong>Ant</strong></a> build
system. Ant is a portable, Java-based build system similar to make. ICU4J uses Ant
because it introduces no other dependencies, it's portable, and it's easier to manage than
a collection of makefiles. We currently build ICU4J using a single makefile on both
Windows 9x and Linux using Ant. The build system requires Ant 1.4 or later.</p>
<p>Installing Ant is straightforward. Download it (see <a
href="http://jakarta.apache.org/downloads/binindex.html">http://jakarta.apache.org/downloads/binindex.html</a>),
href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>),
extract it onto your system, set some environment variables, and add its bin directory to
your path. For example:<pre> set JAVA_HOME=C:\jdk1.3.1
set ANT_HOME=C:\jakarta-ant
your path. For example:
<pre> set JAVA_HOME=C:\jdk1.3.1
set ANT_HOME=C:\ant
set PATH=%PATH%;%ANT_HOME%\bin</pre></p>
<p>See the current Ant documentation for details.</p>
</li>