scuffed-code/tools/release/java
Ram Viswanadha eddcfeac74 ICU-4974 add properties file and readme
X-SVN-Rev: 20084
2006-08-17 23:12:48 +00:00
..
src/com/ibm/icu/dev/tools/docs ICU-4974 add new doc tool. 2006-08-04 00:31:06 +00:00
api-report.properties ICU-4974 add properties file and readme 2006-08-17 23:12:48 +00:00
build.xml ICU-4974 add properties file and readme 2006-08-17 23:12:48 +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