1 # To create a new scene-lib test case, do something like the following with a properly-functioning version of AFU: 2 3 cd $t/annotation-tools/scene-lib/test/annotations/tests/classfile/cases 4 $ch/bin/javac -g TestLocalVariableA.java 5 \mv -pf TestLocalVariableA.class $t/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases 6 (CLASSPATH=$t/scene-lib/test insert-annotations-to-source TestLocalVariableA.jaif TestLocalVariableA.java) 7 cd annotated 8 $ch/bin/javac -g -cp $t/annotation-tools/scene-lib/bin annotations/tests/classfile/cases/TestLocalVariableA.java 9 \cp -p annotations/tests/classfile/cases/TestLocalVariableA.class $t/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/TestLocalVariableA_Expected.class 10 11