< prev index next >

./build.xml

Print this page

        

*** 36,49 **** <ant antfile="tools/FxTestRunner/build.xml" target="compile-test" inheritAll="false"/> <ant antfile="tools/FxTestRunner/build.xml" target="jar" inheritAll="false"/> <runtarget targetname="compile-test"/> <runtarget targetname="jar"/> <ant antfile="functional/ControlsTests/build.xml" target="dist-plugin" inheritAll="false"/> ! <ant antfile="functional/ControlsLeakTests/build.xml" target="compile" inheritAll="false"/> ! <ant antfile="functional/ControlsLeakTests/build.xml" target="compile-test" inheritAll="false"/> ! <ant antfile="functional/ControlsLeakTests/build.xml" target="jar" inheritAll="false"/> ! <ant antfile="functional/ControlsLeakTests/build.xml" target="dist-plugin" inheritAll="false"/> </target> <target name="compile" depends="find-javafx"> <runtarget targetname="compile"/> </target> --- 36,49 ---- <ant antfile="tools/FxTestRunner/build.xml" target="compile-test" inheritAll="false"/> <ant antfile="tools/FxTestRunner/build.xml" target="jar" inheritAll="false"/> <runtarget targetname="compile-test"/> <runtarget targetname="jar"/> <ant antfile="functional/ControlsTests/build.xml" target="dist-plugin" inheritAll="false"/> ! <!--ant antfile="functional/ControlsLeakTests/build.xml" target="compile" inheritAll="false"/--> ! <!--ant antfile="functional/ControlsLeakTests/build.xml" target="compile-test" inheritAll="false"/--> ! <!--ant antfile="functional/ControlsLeakTests/build.xml" target="jar" inheritAll="false"/--> ! <!--ant antfile="functional/ControlsLeakTests/build.xml" target="dist-plugin" inheritAll="false"/--> </target> <target name="compile" depends="find-javafx"> <runtarget targetname="compile"/> </target>
*** 61,72 **** <ant antfile="tools/FxTestRunner/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/SceneGraphTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/FxmlTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/WebNodeAutomated/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/WebNodeManualTests/build.xml" target="@{targetname}" inheritAll="false"/> - <ant antfile="functional/ControlsTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/3DTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/FXCssTests/build.xml" target="@{targetname}" inheritAll="false"/> </sequential> </macrodef> </project> --- 61,72 ---- <ant antfile="tools/FxTestRunner/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/SceneGraphTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/FxmlTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/WebNodeAutomated/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/WebNodeManualTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/3DTests/build.xml" target="@{targetname}" inheritAll="false"/> <ant antfile="functional/FXCssTests/build.xml" target="@{targetname}" inheritAll="false"/> + <ant antfile="functional/ControlsTests/build.xml" target="@{targetname}" inheritAll="false"/> </sequential> </macrodef> </project>
< prev index next >