Changeset 272 for trunk/fl5/build/build.xml
- Timestamp:
- 08/17/09 16:51:36 (4 years ago)
- File:
-
- 1 edited
-
trunk/fl5/build/build.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/build/build.xml
r271 r272 11 11 <fail unless="compc.exe">The "compc.exe" property must be set in ${build.dir}/build.properties.</fail> 12 12 <fail unless="mxmlc.exe">The "mxmlc.exe" property must be set in ${build.dir}/build.properties.</fail> 13 <fail unless="flexunit.lib.dir">The "flexunit.lib.dir" property must be set in ${build.dir}/build.properties.</fail> 13 14 </target> 14 15 … … 55 56 <!-- Include the necessary framework libraries in the class path --> 56 57 <arg line="-compiler.library-path '${flexsdk.lib.dir}'" /> 58 <arg line="-compiler.library-path '${flexunit.lib.dir}'" /> 57 59 <arg line="-compiler.library-path '${lib.dir}'" /> 58 60 … … 72 74 </target> 73 75 76 <target name="test-unit" depends="check-properties"> 77 <exec executable="${flashDebugPlayer.exe}" spawn="yes"> 78 <arg line="'${debug.dir}/player.swf'" /> 79 </exec> 80 </target> 81 74 82 <target name="test-all"> 75 83 <exec executable="${flashDebugPlayer.exe}" spawn="yes"> … … 104 112 <!-- Include the necessary framework libraries in the class path --> 105 113 <arg line="-compiler.library-path '${flexsdk.lib.dir}'" /> 114 <arg line="-compiler.library-path '${flexunit.lib.dir}'" /> 106 115 <arg line="-compiler.library-path '${lib.dir}'" /> 107 116
Note: See TracChangeset
for help on using the changeset viewer.
