Changeset 479


Ignore:
Timestamp:
08/08/11 20:03:09 (22 months ago)
Author:
tadamusiak
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ontoCAT/build.xml

    r478 r479  
    1212                <pathelement location="${ant.home}" /> 
    1313                <fileset dir="lib"> 
     14                        <include name="**/*.jar" /> 
     15                </fileset> 
     16                <fileset dir="${ant.home}"> 
    1417                        <include name="**/*.jar" /> 
    1518                </fileset> 
     
    179182                <echo>Running junit tests...</echo> 
    180183                <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" /> 
    187185                        <formatter type="xml" usefile="true" /> 
    188186                        <batchtest fork="yes" todir="${test.reports}"> 
Note: See TracChangeset for help on using the changeset viewer.