Author: jfrederic.clere(a)jboss.com
Date: 2012-02-07 03:10:53 -0500 (Tue, 07 Feb 2012)
New Revision: 2922
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
It needs to install here too.
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2012-02-06 16:53:12 UTC (rev 2921)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2012-02-07 08:10:53 UTC (rev 2922)
@@ -85,7 +85,7 @@
(cd ${mod_cluster_sources} || exit 1
mvn -P dist package -Djboss.server.log.dir=`pwd` -Djava.net.preferIPv4Stack=true
if [ $? -ne 0 ]; then
- echo "mvn -P dist package -Djboss.server.log.dir=`pwd`
-Djava.net.preferIPv4Stack=true FAILED"
+ echo "mvn -P dist install -Djboss.server.log.dir=`pwd`
-Djava.net.preferIPv4Stack=true FAILED"
exit 1
fi
cp target/*-bin.* ${build_top}/output
Show replies by date