Author: jfrederic.clere(a)jboss.com
Date: 2010-08-12 07:36:39 -0400 (Thu, 12 Aug 2010)
New Revision: 2696
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Add the Advertise client and server and the PING/PING-RSP test servlet to tools.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2010-07-30 16:21:39 UTC (rev 2695)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2010-08-12 11:36:39 UTC (rev 2696)
@@ -273,6 +273,12 @@
mvn -P dist package -Djboss.server.log.dir=`pwd` -Djava.net.preferIPv4Stack=true
cp target/*-bin.* ${build_top}/output
)
+mkdir -p ${RPM_BUILD_ROOT}/${BASEHTTPD}/tools
+(cd ../mod_cluster/test/java
+ ant compile
+ cp -p output/classes/*Advertize.class ${RPM_BUILD_ROOT}/${BASEHTTPD}/tools
+ cp -p output/classes/testhttpd.war ${RPM_BUILD_ROOT}/${BASEHTTPD}/tools
+)
# Install httpd using the ant script in mod_cluster
(cd ../mod_cluster/test/java
Show replies by date