Author: jfrederic.clere(a)jboss.com
Date: 2009-02-10 16:42:09 -0500 (Tue, 10 Feb 2009)
New Revision: 2277
Modified:
trunk/mod_cluster/test/java/build.xml
Log:
Arrange stop on windows.
Modified: trunk/mod_cluster/test/java/build.xml
===================================================================
--- trunk/mod_cluster/test/java/build.xml 2009-02-10 21:25:23 UTC (rev 2276)
+++ trunk/mod_cluster/test/java/build.xml 2009-02-10 21:42:09 UTC (rev 2277)
@@ -117,12 +117,9 @@
<exec executable="${base.apache}/opt/jboss/httpd/sbin/apachectl"
os="Linux,SunOS,HP-UX">
<arg value="stop"/>
</exec>
- <exec executable="${base.apache}/httpd-2.2/bin/httpd.exe"
os="Windows 2003">
- <arg value="-k stop"/>
+ <exec executable="apache.bat" os="Windows 2003">
+ <arg value="stop"/>
</exec>
- <exec executable="${base.apache}/httpd-2.2/bin/httpd.exe"
os="Windows 2003">
- <arg value="-k uninstall"/>
- </exec>
</target>
<!-- Run the tests -->
Show replies by date