Changeset 479
- Timestamp:
- 08/08/11 20:03:09 (22 months ago)
- File:
-
- 1 edited
-
trunk/ontoCAT/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ontoCAT/build.xml
r478 r479 12 12 <pathelement location="${ant.home}" /> 13 13 <fileset dir="lib"> 14 <include name="**/*.jar" /> 15 </fileset> 16 <fileset dir="${ant.home}"> 14 17 <include name="**/*.jar" /> 15 18 </fileset> … … 179 182 <echo>Running junit tests...</echo> 180 183 <junit fork="yes" haltonfailure="yes" printSummary="true" showOutput="false" timeout="600000"> 181 <classpath> 182 <pathelement path="bin" /> 183 <fileset dir="lib"> 184 <include name="**/*.jar" /> 185 </fileset> 186 </classpath> 184 <classpath refid="build.classpath" /> 187 185 <formatter type="xml" usefile="true" /> 188 186 <batchtest fork="yes" todir="${test.reports}">
Note: See TracChangeset
for help on using the changeset viewer.