ICU-10749 BRS 53 - Updated ICU4J readme for 53RC.
X-SVN-Rev: 35496
This commit is contained in:
parent
aade874cdd
commit
27f3d96cc3
@ -14,17 +14,18 @@ h4.doc { text-decoration: underline }
|
||||
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
|
||||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 53</h2>
|
||||
(Last Update: 2014-Feb-26)
|
||||
<h2>Read Me for ICU4J 53 Release Candidate</h2>
|
||||
(Last Update: 2014-Mar-18)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p><b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality.
|
||||
<!--b>Note:</b> This is a development release version of ICU4J 53.
|
||||
<p>
|
||||
<!-- <b>Note:</b> This is major release of ICU4J. It contains bug fixes and adds implementations
|
||||
of inherited API and introduces new API or functionality. -->
|
||||
<b>Note:</b> This is a release candidate version of ICU4J 53.
|
||||
The contents of this document may not reflect the recent changes done
|
||||
for ICU 53 development. This milestone is intended for those wishing
|
||||
to get an early look at ICU4J 53 new features and API changes. It is not
|
||||
recommended for production use.-->
|
||||
for ICU 53 development. This release candidate version is intended for those
|
||||
planning to integrate ICU4J 53 to software, or to evaluate new features and
|
||||
API changes. It is not recommended for production use.
|
||||
</p>
|
||||
<p>For the most recent release, see the <a
|
||||
href="http://www.icu-project.org/download/"> ICU4J
|
||||
@ -130,10 +131,10 @@ found in ICU4J.</p>
|
||||
|
||||
<h2 class="doc"><a name="changes"></a>Changes In This Release</h2>
|
||||
|
||||
<p>See the <a href="http://sites.google.com/site/icusite/download/milestone">ICU development milestone download page</a>
|
||||
<p>See the <a href="https://sites.google.com/site/icusite/download/53">ICU 53 download page</a>
|
||||
about new features in this release.
|
||||
The list of API changes since the previous ICU4J release is available
|
||||
<a href="http://source.icu-project.org/repos/icu/icu4j/tags/milestone-53-0-1/APIChangeReport.html">here</a>.</p>
|
||||
<a href="http://source.icu-project.org/repos/icu/icu4j/tags/release-53-rc/APIChangeReport.html">here</a>.</p>
|
||||
|
||||
<!-- ICU 53 items -->
|
||||
<h3>Collation code re-implemented</h3>
|
||||
@ -676,7 +677,8 @@ info:
|
||||
[echo] Java Home: C:\jdk1.7.0\jre
|
||||
[echo] Java Version: 1.7.0
|
||||
[echo] Ant Home: C:\ant
|
||||
[echo] Ant Version: Apache Ant(TM) version 1.9.2 compiled on July 8 2013
|
||||
[echo] Ant Version: Apache Ant(TM) version 1.9.3 compiled on December 23 2
|
||||
013
|
||||
[echo] OS: Windows 7
|
||||
[echo] OS Version: 6.1
|
||||
[echo] OS Arch: amd64
|
||||
@ -697,7 +699,7 @@ core:
|
||||
[echo] compiler arg: -Xlint:all,-deprecation,-dep-ann,-options
|
||||
[echo] ----------------------------------------------------
|
||||
[mkdir] Created dir: C:\icu4j\main\classes\core\out\bin
|
||||
[javac] Compiling 353 source files to C:\icu4j\main\classes\core\out\bin
|
||||
[javac] Compiling 355 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.
|
||||
|
||||
@ -762,7 +764,7 @@ jar:
|
||||
[copy] Copying 1 file to C:\icu4j
|
||||
|
||||
BUILD SUCCESSFUL
|
||||
Total time: 1 minute 51 seconds</pre>
|
||||
Total time: 50 seconds</pre>
|
||||
</blockquote>
|
||||
<I>Note: The above output is an example. The numbers are likely to be different with the current version ICU4J.</I>
|
||||
<p>The following are some targets that you can provide to <b>ant</b>.
|
||||
@ -1013,9 +1015,9 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in <I>$icu4c_r
|
||||
<h5> Generating Data from CLDR </h5>
|
||||
<I> Note: This procedure assumes that all 3 sources are present</I>
|
||||
<ol>
|
||||
<li>Checkout or download CLDR version 'release-25-M1'</li>
|
||||
<li>Checkout ICU4C with tag 'milestone-53-0-1'</li>
|
||||
<li>Checkout ICU4J with tag 'milestone-53-0-1'</li>
|
||||
<li>Checkout or download CLDR version 'release-25'</li>
|
||||
<li>Checkout ICU4C with tag 'release-53-1'</li>
|
||||
<li>Checkout ICU4J with tag 'release-53-1'</li>
|
||||
<li>cd to <I>$icu4c_root</I>/source/data directory</li>
|
||||
<li>Follow the instructions in <I>$icu4c_root</I>/source/data/cldr-icu-readme.txt</li>
|
||||
<li>Rebuild ICU4C with the newly generated data.</li>
|
||||
@ -1027,7 +1029,7 @@ ICU4J data is built by ICU4C tools. Please see "icu4j-readme.txt" in <I>$icu4c_r
|
||||
</ol>
|
||||
|
||||
<h2 class="doc"><a name="timezone"></a>About ICU4J Time Zone</h2>
|
||||
<p>ICU4J 53 milestone 1 includes time zone data version 2013i, which is the latest one as of
|
||||
<p>ICU4J 53 milestone 1 includes time zone data version 2014a, which is the latest one as of
|
||||
the release date. However, time zone data is frequently updated in response
|
||||
to changes made by local governments around the world. If you need to update
|
||||
the time zone data, please refer the ICU user guide topic
|
||||
|
Loading…
Reference in New Issue
Block a user