- Timestamp:
- 12/05/11 17:45:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaCommons/build.xml
r275 r276 97 97 98 98 <!-- JUnit Test General Properties --> 99 100 99 <property name="test.location.results" value="test-results" /> 100 <property name="test.location.data" value="testdata" /> 101 <property name="test.location.output" value="testoutput" /> 101 102 <path id="JUnit.classpath"> 102 103 <pathelement location="lib-test/junit-4.10.jar" /> … … 298 299 <target depends="init.build" name="init.junit"> 299 300 <mkdir dir="${test.location.results}" /> 301 <mkdir dir="${test.location.data}" /> 302 <mkdir dir="${test.location.output}" /> 300 303 </target> 301 304 <target depends="init.junit" name="init.eventbenchcore-test"> … … 304 307 <target depends="init.junit" name="init.javahelperlib-test"> 305 308 <mkdir dir="${test.location.javahelperlib}" /> 309 <copy includeemptydirs="true" todir="${test.location.data}"> 310 <fileset dir="${JavaHelperLibTest.location}/testdata" /> 311 </copy> 306 312 </target> 307 313
Note: See TracChangeset
for help on using the changeset viewer.