test/tools/apt/Basics/apt.sh

changeset 331
d043adadc8b6
parent 1
9a66ca7c79fa
child 387
f29068bfeaed
     1.1 --- a/test/tools/apt/Basics/apt.sh	Fri Jul 24 14:47:01 2009 -0700
     1.2 +++ b/test/tools/apt/Basics/apt.sh	Sun Jul 26 21:27:11 2009 -0700
     1.3 @@ -43,7 +43,7 @@
     1.4  esac
     1.5  
     1.6  # Construct path to apt executable
     1.7 -APT="${TESTJAVA}/bin/apt ${TESTTOOLVMOPTS}"
     1.8 +APT="${TESTJAVA}/bin/apt ${TESTTOOLVMOPTS} -XDsuppress-tool-api-removal-message "
     1.9  
    1.10  printf "%s\n" "-classpath ${TESTCLASSES}"                    > options
    1.11  printf "%s\n" "-factorypath ./nullap.jar"                   >> options
    1.12 @@ -58,6 +58,7 @@
    1.13  printf "%s\n" "-XListAnnotationTypes"                       >> options1
    1.14  printf "%s\n" "-XclassesAsDecls"                            >> options1
    1.15  
    1.16 +
    1.17  # Construct path to javac executable
    1.18  JAVAC="${TESTJAVA}/bin/javac ${TESTTOOLVMOPTS} -source 1.5 -sourcepath ${TESTSRC} -classpath ${TESTJAVA}/lib/tools.jar -d . "
    1.19  JAR="${TESTJAVA}/bin/jar "

mercurial