6760930: empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh

Fri, 17 Oct 2008 16:06:32 -0700

author
jjg
date
Fri, 17 Oct 2008 16:06:32 -0700
changeset 149
2eec479619d8
parent 148
eca4bf37b66e
child 150
acc41893695b

6760930: empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh
Reviewed-by: darcy

test/tools/apt/Discovery/discovery.sh file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/apt/Discovery/discovery.sh	Fri Oct 17 10:34:06 2008 -0700
     1.2 +++ b/test/tools/apt/Discovery/discovery.sh	Fri Oct 17 16:06:32 2008 -0700
     1.3 @@ -109,7 +109,8 @@
     1.4  
     1.5  ${JAR} cf0 phantom/phantom.jar PhantomTouch*.class META-INF
     1.6  
     1.7 -
     1.8 +# cleanup file to prevent accidental discovery in current directory
     1.9 +rm -f META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
    1.10  
    1.11  # Jar files created; verify right output file is touched
    1.12  

mercurial