Author: jfrederic.clere(a)jboss.com
Date: 2008-12-09 11:38:33 -0500 (Tue, 09 Dec 2008)
New Revision: 2100
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Add the build of the java part.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 15:55:25 UTC (rev 2099)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2008-12-09 16:38:33 UTC (rev 2100)
@@ -219,5 +219,11 @@
done
fi
+# Also build the java part.
+(cd ../mod_cluster
+ mvn -P dist package
+)
+
+
echo "Done"
exit 0
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 15:55:25 UTC (rev 2099)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2008-12-09 16:38:33 UTC (rev 2100)
@@ -71,5 +71,10 @@
nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install
)
+# Also build the java part.
+(cd ../mod_cluster
+ mvn -P dist package
+)
+
echo "Done"
exit 0
Show replies by date