Hello list,
In buildtool's buildall.sh script logs from the buildpacket phase are
lost. Here is a small patch to fix this.
Regards,
Cedric
--- tools/buildall.sh 21 Mar 2005 00:56:02 -0000 1.6
+++ tools/buildall.sh 19 Jun 2006 13:01:29 -0000
@@ -55,9 +55,9 @@
# check if it has a package definition in it:
grep -q '<Package>' $BTSOURCEDIR/$1/buildtool.cfg 2>/dev/null
if [ $? -eq 0 ] ; then
- echo "calling buildpacket for $1 " >>
$MYDIR/$name.build.txt 2>&1
+ echo "calling buildpacket for $1 " >> $BTLOGFILE 2>&1
- fakeroot $BPBIN --package=$1 --all >>
$MYDIR/$name.build.txt 2>&1
+ fakeroot $BPBIN --package=$1 --all >> $BTLOGFILE 2>&1
ret=$?
if [ $ret -eq 0 ] ; then
echo -n "<font color=green>OK</font>"
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel