make/netbeans/apt/README

Thu, 16 Oct 2008 18:07:37 +0100

author
mcimadamore
date
Thu, 16 Oct 2008 18:07:37 +0100
changeset 146
6fcc8de719f5
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6760226: test/tools/javap/T6622260.java fails with specific locale settings
Summary: Changed the regression test in order to make it more robust w.r.t. to locale settings
Reviewed-by: jjg

     1 "apt" project README.
     3 This project is for working on the annotation processing tool (apt)
     4 in the OpenJDK langtools component.
     6 The tool was provided in Java 1.5, but has been superceded by new
     7 features in the compiler (javac) in Java 6. apt itself is now 
     8 deprecated, and any further devlopment on it is strongly discouraged.
    10 The main class for the tool is com.sun.tools.apt.Main.
    12 NetBeans 5.0 or later is required and sufficient to use this
    13 project, and others in the OpenJDK langtools component. 
    14 This is different from other projects in OpenJDK, which 
    15 require version 6.0 or later.

mercurial