Blame SOURCES/ant-contrib-antservertest.patch

5a3fb2
--- test/resources/antserver/antservertest.xml.orig	2005-02-03 19:04:11.000000000 -0500
5a3fb2
+++ test/resources/antserver/antservertest.xml	2006-06-01 11:57:05.000000000 -0400
5a3fb2
@@ -3,8 +3,8 @@
5a3fb2
 
5a3fb2
     <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
5a3fb2
 
5a3fb2
-    <property name="server.host" value="localhost" />
5a3fb2
-    <property name="server.port" value="17000" />
5a3fb2
+    <property name="server.host" value="127.0.0.1" />
5a3fb2
+    <property name="server.port" value="23456" />
5a3fb2
 
5a3fb2
     <target name="default">
5a3fb2
     </target>
5a3fb2
@@ -124,11 +124,11 @@
5a3fb2
                     <try>
5a3fb2
                         <antcall target="${test.target}" />
5a3fb2
                     </try>
5a3fb2
-                    <finally>
5a3fb2
+                    <catch>
5a3fb2
                         <remoteant machine="${server.host}" port="${server.port}">
5a3fb2
                             <shutdown />
5a3fb2
                         </remoteant>
5a3fb2
-                    </finally>
5a3fb2
+                    </catch>
5a3fb2
                 </trycatch>
5a3fb2
             </sequential>
5a3fb2
         </parallel>