summaryrefslogtreecommitdiff
blob: 46a7820377ece8535669fd908248a12d7cc2ab06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- build.xml.orig	2010-02-28 02:14:36.000000000 +0100
+++ build.xml	2010-02-28 02:15:13.000000000 +0100
@@ -43,8 +43,6 @@
     <property name="threadcount" value="false"/>
     <property name="test.verbose" value="0"/>
 
-    <taskdef resource="testngtasks" classpathref="jg.classpath"/>
-
     <!-- properties to determine IP version used -->
     <condition property="java.net.preferIPv4Stack" value="true" else="false">
       <isfalse value="${jgroups.useIPv6}"/>
@@ -63,6 +61,8 @@
         </fileset>
     </path>
 
+    <taskdef resource="testngtasks" classpathref="jg.classpath"/>
+
     <!-- patternsets used to define test sets -->
     <patternset id="flush.tests">
         <include name="org/jgroups/tests/FlushTest*"/>