Author: jfrederic.clere(a)jboss.com
Date: 2008-12-11 03:46:01 -0500 (Thu, 11 Dec 2008)
New Revision: 2123
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
It is not working on dev16 so we ignore the error for the moment.
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-11 08:26:22 UTC (rev 2122)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-11 08:46:01 UTC (rev 2123)
@@ -72,11 +72,12 @@
) || exit 1
# Also build the java part.
+# It is not working on dev16 so we ignore the error for the moment.
mod_cluster_sources=srclib/`ls srclib | grep mod_cluster`
(cd ${mod_cluster_sources} || exit 1
mvn -P dist package
cp target/*-bin.* ${build_top}/output
-) || exit 1
+)
echo "Done"
exit 0
Show replies by date