Author: jfrederic.clere(a)jboss.com
Date: 2009-01-27 04:13:52 -0500 (Tue, 27 Jan 2009)
New Revision: 2216
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Prevent:
java.io.FileNotFoundException: /boot.log (Permission denied)
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-01-26 21:05:35 UTC (rev 2215)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-01-27 09:13:52 UTC (rev 2216)
@@ -221,7 +221,7 @@
# Also build the java part.
(cd ../mod_cluster
- mvn -P dist package
+ mvn -P dist package -Djboss.server.log.dir=`pwd`
cp target/*-bin.* ${build_top}/output
)
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2009-01-26 21:05:35 UTC (rev 2215)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2009-01-27 09:13:52 UTC (rev 2216)
@@ -77,7 +77,7 @@
# 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
+ mvn -P dist package -Djboss.server.log.dir=`pwd`
cp target/*-bin.* ${build_top}/output
)
Show replies by date