Changeset 6867

Show
Ignore:
Timestamp:
12/09/06 13:05:52 (2 years ago)
Author:
jkuhnert
Message:

Moved testng task definition into the test task so that the dojo test task can be compiled / jar'd in a 1.4 jre
without having things blow up.

Updated core ant-dojotest.jar with latest changes made to jum .

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/test/build.xml

    r6422 r6867  
    147147        </target> 
    148148 
    149         <taskdef resource="testngtasks" classpath="lib/testng-5.1-jdk15.jar" /> 
    150  
    151149        <target name="test" depends="compile-test" description="Tests the dojo ant tasks."> 
    152  
     150                 
     151                <taskdef resource="testngtasks" classpath="lib/testng-5.1-jdk15.jar" /> 
     152                 
    153153                <path id="compile.cp"> 
    154154                        <fileset dir="${lib.dir}">