mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-4460 we need ant 1.6 afterall
X-SVN-Rev: 17416
This commit is contained in:
parent
1a3deb13f0
commit
54a18dc3a9
2 changed files with 2 additions and 3 deletions
|
@ -254,8 +254,7 @@
|
|||
<target name="mangle" depends="buildmangle" if="version.1.4">
|
||||
<!-- this is a hack for now, need a way to express dependency on the .jpp files
|
||||
and to provide directories or trees of files to the code mangler tool. -->
|
||||
<java classname="com.ibm.icu.dev.tool.docs.CodeMangler"
|
||||
classpath="${build.dir}">
|
||||
<java classname="com.ibm.icu.dev.tool.docs.CodeMangler" classpath="${build.dir}" logError="true">
|
||||
<arg value="-d"/>
|
||||
<arg value="VERSION_${ant.java.version}"/>
|
||||
<arg value="-in"/>
|
||||
|
|
|
@ -525,7 +525,7 @@ 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.5 or later.
|
||||
Linux using Ant. The build system requires Ant 1.6 or later.
|
||||
<p>Installing Ant is straightforward. Download it (see <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
|
||||
|
|
Loading…
Add table
Reference in a new issue