Lines Matching full:scene
13 <property name="scene-lib" location="${builddir}/annotations/scene-lib" />
58 <target name="build-scene-lib" depends="checkout-annotations">
59 <ant dir="${scene-lib}" inheritAll="false" target="bin"/>
78 build-scene-lib, build-annotations-compiler,
95 <!-- Runs the tests on the annotation scene library, and also
98 <target name="test-scene-lib" depends="build-scene-lib">
99 <ant dir="${scene-lib}" inheritAll="false" target="test-scene-lib"/>
100 <ant dir="${scene-lib}" inheritAll="false" target="test-classfile"/>
102 <fileset dir="${scene-lib}/reports" includes="**/*"/>
115 <target name="test-all-annotations" depends="test-asmx, test-scene-lib, test-annotator"/>