ICU-20119 BRS63RC Updated ICU4J README for 63RC (#180)
This commit is contained in:
parent
19a29f956e
commit
cc6cb3659d
@ -15,7 +15,7 @@ h3.doc { text-decoration: underline }
|
||||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 63.1 Release Candidate</h2>
|
||||
(Last Update: 2018-Sept-18)
|
||||
(Last Update: 2018-September-28)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p>
|
||||
@ -165,7 +165,7 @@ file included in this package.
|
||||
<h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>
|
||||
<p>
|
||||
ICU4J 63 depends on J2SE 7 functionality. Therefore, ICU4J only runs on
|
||||
JRE version 7 or later. ICU4J 63 is tested on JRE 7, 8 and 9.
|
||||
JRE version 7 or later. ICU4J 63 is tested on JRE 7, 8, 9, 10 and 11.
|
||||
|
||||
<h2 class="doc"><a name="download"></a>How to Download ICU4J</h2>
|
||||
<p>There are a few different ways to download the ICU4J releases.
|
||||
@ -535,10 +535,9 @@ Buildfile: C:\icu4j\build.xml
|
||||
info:
|
||||
[echo] ----- Build Environment Information -------------------
|
||||
[echo] Java Home: C:\jdk1.8.0\jre
|
||||
[echo] Java Version: 1.8.0_144
|
||||
[echo] Java Version: 1.8.0_181
|
||||
[echo] Ant Home: C:\apache-ant
|
||||
[echo] Ant Version: Apache Ant(TM) version 1.9.4 compiled on April 29 2014
|
||||
|
||||
[echo] Ant Version: Apache Ant(TM) version 1.10.1 compiled on February 2 2017
|
||||
[echo] OS: Windows 10
|
||||
[echo] OS Version: 10.0
|
||||
[echo] OS Arch: amd64
|
||||
@ -554,15 +553,14 @@ core:
|
||||
[echo] output dir: C:\icu4j\main\classes\core/out/bin
|
||||
[echo] bootclasspath:
|
||||
[echo] classpath:
|
||||
[echo] source: 1.6
|
||||
[echo] target: 1.6
|
||||
[echo] source: 1.7
|
||||
[echo] target: 1.7
|
||||
[echo] debug: on
|
||||
[echo] encoding: UTF-8
|
||||
[echo] compiler arg: -Xlint:all,-deprecation,-dep-ann,-options,-overrides
|
||||
|
||||
[echo] ----------------------------------------------------
|
||||
[mkdir] Created dir: C:\icu4j\main\classes\core\out\bin
|
||||
[javac] Compiling 415 source files to C:\icu4j\main\classes\core\out\bin
|
||||
[javac] Compiling 470 source files to C:\icu4j\main\classes\core\out\bin
|
||||
[javac] Note: Some input files use or override a deprecated API.
|
||||
[javac] Note: Recompile with -Xlint:deprecation for details.
|
||||
|
||||
@ -570,8 +568,6 @@ compile:
|
||||
|
||||
@copy:
|
||||
[copy] Copying 24 files to C:\icu4j\main\classes\core\out\bin
|
||||
[copy] Copied 4 empty directories to 3 empty directories under C:\icu4j\mai
|
||||
n\classes\core\out\bin
|
||||
|
||||
set-icuconfig-datapath:
|
||||
|
||||
@ -585,7 +581,7 @@ n\classes\core\out\bin
|
||||
...
|
||||
...
|
||||
|
||||
_build-localespi:
|
||||
localespi:
|
||||
|
||||
@compile:
|
||||
[echo] build-local: ../../shared/../../build-local.properties
|
||||
@ -595,8 +591,8 @@ _build-localespi:
|
||||
[echo] bootclasspath:
|
||||
[echo] classpath: C:\icu4j\main\classes\core\out\lib\icu4j-core.jar;C:
|
||||
\icu4j\main\classes\collate\out\lib\icu4j-collate.jar
|
||||
[echo] source: 1.6
|
||||
[echo] target: 1.6
|
||||
[echo] source: 1.7
|
||||
[echo] target: 1.7
|
||||
[echo] debug: on
|
||||
[echo] encoding: UTF-8
|
||||
[echo] compiler arg: -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
Loading…
Reference in New Issue
Block a user