test/tools/apt/Compile/compile.sh

changeset 148
eca4bf37b66e
parent 1
9a66ca7c79fa
child 174
fdfed22db054
     1.1 --- a/test/tools/apt/Compile/compile.sh	Thu Oct 16 16:53:56 2008 -0700
     1.2 +++ b/test/tools/apt/Compile/compile.sh	Fri Oct 17 10:34:06 2008 -0700
     1.3 @@ -473,6 +473,9 @@
     1.4  cp ${TESTCLASSES}/Round?.class .
     1.5  ${JAR} cf0 rounds.jar Round?.class
     1.6  
     1.7 +# cleanup file to prevent accidental discovery in current directory
     1.8 +rm -Rf META-INF/services/*
     1.9 +
    1.10  printf "%s\n" "-factorypath round1Apf.jar${SEP}round2Apf.jar${SEP}round3Apf.jar${SEP}round4Apf.jar"   > options8
    1.11  printf "%s\n" "-classpath rounds.jar"  >> options8
    1.12  printf "%s\n" "-s ./src"               >> options8

mercurial