From 614fad51d5ac7b1b609335d896fcedac42894bb4 Mon Sep 17 00:00:00 2001
From: Doug Felt Release Date
- November 3rd, 2003
For the most recent release, see the @@ -366,7 +366,7 @@ We strongly recommend using the Ant build system to build ICU4J:
Next install the Ant 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 @@ -376,7 +376,7 @@ We strongly recommend using the Ant build system to build ICU4J:
href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi), extract it onto your system, set some environment variables, and add its bin directory to your path. For example: -set JAVA_HOME=C:\jdk1.3.1 +set JAVA_HOME=C:\jdk1.4.1 set ANT_HOME=C:\ant set PATH=%PATH%;%ANT_HOME%\binSee the current Ant documentation for details.
@@ -438,15 +438,12 @@ targets, see the build.xml file: the main class files.- zip -Create a zip archive of the source, docs, and jar file for distribution. The zip file icu4jYYYYMMDD.zip - will be created in the directory above the root ICU4J directory, where YYYYMMDD - is today's date. Any existing file of that name will be overwritten. +jarSrc +Like the jar target, but containing only the source files. - zipsrc -Like the zip target, without the docs and the jar file. The zip file icu4jsrcYYYYMMDD.zip - will be created in the directory above the root ICU4J directory. +jarDocs +Like the jar target, but containing only the docs. richedit