scuffed-code/tools/release/java
2008-06-02 17:10:50 +00:00
..
src/com/ibm/icu/dev/tools ICU-6289 Fix build script problems and added NonAsciiFileDetector. 2008-06-02 17:10:50 +00:00
api-report.properties ICU-4974 add properties file and readme 2006-08-17 23:12:48 +00:00
build.xml ICU-6289 Fix build script problems and added NonAsciiFileDetector. 2008-06-02 17:10:50 +00:00
readme.txt ICU-4974 add properties file and readme 2006-08-17 23:12:48 +00:00

A tool to generate a report of API status changes between two ICU releases

        To use the utility
        1. Generate the XML files
            (put the two ICU releases on your machine ^_^ )
            (generate 'Doxygen' file on Windows platform with Cygwin's help)
            Edit the generated 'Doxygen' file under ICU4C source directory
            a) GENERATE_XML           = YES
            b) Sync the ALIASES definiation
               (For example, copy the ALIASES defination from ICU 3.6
               Doxygen file to ICU 3.4 Doxygen file.)
            c) gerenate the XML files
        2. Build the tool
            ant doctools
        3. Edit the api-report.properties and change the values of oldver, olddir,  newver,  newdir
        4. Run the tool to generate the report
            ant apireport