Changeset 2473
- Timestamp:
- 09/22/08 17:04:06 (4 months ago)
- Files:
-
- 1 modified
-
trunk/otis/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/otis/build.xml
r2472 r2473 97 97 </target> 98 98 99 <target name="startOTIS" depends="-init"> 100 <property name="wartarget" value="getwar" /> 101 <available file="${builddir}/${test.name.prefix}.war" property="wartarget" value="null"></available> 102 <antcall target="${wartarget}" /> 103 99 <target name="startOTIS" depends="testwar"> 100 <copy file="${builddir}/${testwar.file}" tofile="${builddir}/${test.name.prefix}.war" /> 104 101 <junit fork="yes" printsummary="withOutAndErr"> 105 <formatter type="xml" />106 <test name="org.bandit.otis.test. SampleDeployment" />107 <classpath refid="project. classpath"/>102 <formatter type="xml" usefile="false" /> 103 <test name="org.bandit.otis.test.junit.SampleDeployment" /> 104 <classpath refid="project.testclasspath"/> 108 105 </junit> 109 106 </target>