Changeset 471


Ignore:
Timestamp:
08/08/11 18:04:10 (22 months ago)
Author:
tadamusiak
Message:

javac fix for the ant update on hudson TRY 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ontoCAT/build.xml

    r470 r471  
    3535 
    3636        <target name="compile"> 
    37                 <javac includeantruntime="false" srcdir="src:test" excludes="**/OntologyParserTest.java" destdir="bin" nowarn="on"> 
     37                <javac includeantruntime="true" srcdir="src:test" excludes="**/OntologyParserTest.java" destdir="bin" nowarn="on"> 
    3838                        <classpath refid="test.classpath" /> 
    3939                </javac> 
Note: See TracChangeset for help on using the changeset viewer.