Changeset 1313 for trunk/build.xml
- Timestamp:
- 01/31/08 00:53:46 (1 year ago)
- Files:
-
- trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1261 r1313 41 41 </target> 42 42 43 <target name="test- new" description="run test suite">43 <target name="test-report" description="run test suite"> 44 44 <if> 45 45 <isset property="package" /> 46 46 <then> 47 <phing phingfile="${build.base.dir}/${package}/build.xml" target="test- new" />47 <phing phingfile="${build.base.dir}/${package}/build.xml" target="test-report" /> 48 48 </then> 49 49 <else> 50 <phing phingfile="${build.base.dir}/stubbles/build.xml" target="test- new" />50 <phing phingfile="${build.base.dir}/stubbles/build.xml" target="test-report" /> 51 51 </else> 52 52 </if> … … 71 71 <target name="test-all" depends="check-style, test, test-integration" description="Runs all available checks and tests."/> 72 72 73 <target name="clear Cache" description="Clears all cache files.">73 <target name="clear-cache" description="Clears all cache files."> 74 74 <delete file="${stubbles.base.dir}/lib/.cache" verbose="true"/> 75 75 <delete>
