]> git.pld-linux.org Git - packages/ant-contrib.git/blame - antservertest.patch
- use java-xerces instead of java(jaxp_parser_impl) BR which is bogus in this case
[packages/ant-contrib.git] / antservertest.patch
CommitLineData
0f022aea
ER
1--- test/resources/antserver/antservertest.xml.orig 2005-02-03 19:04:11.000000000 -0500
2+++ test/resources/antserver/antservertest.xml 2006-06-01 11:57:05.000000000 -0400
3@@ -3,8 +3,8 @@
4
5 <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
6
7- <property name="server.host" value="localhost" />
8- <property name="server.port" value="17000" />
9+ <property name="server.host" value="127.0.0.1" />
10+ <property name="server.port" value="23456" />
11
12 <target name="default">
13 </target>
14@@ -124,11 +124,11 @@
15 <try>
16 <antcall target="${test.target}" />
17 </try>
18- <finally>
19+ <catch>
20 <remoteant machine="${server.host}" port="${server.port}">
21 <shutdown />
22 </remoteant>
23- </finally>
24+ </catch>
25 </trycatch>
26 </sequential>
27 </parallel>
This page took 0.058925 seconds and 4 git commands to generate.