Buglets

Norman Gray <[email protected]> Thu, 10 Aug 2006 17:26:08 +0100
Newsgroups gmane.comp.java.sisc.devel
Message-ID <[email protected]>
Greetings.

[You annouced 1.15.2 as I was composing this!  Oh well...]

Can I suggest a couple of minor fixes for 1.15.1?  These patches are  
against the CVS of right now.

The INSTALL_DIR line in the install-srfi22.sh script is so that you  
can give a relative directory as $1.  The SRCDIR change is strictly  
unnecessary, but symmetric and defensive.

All the best,

Norman


Index: install-srfi22.sh
===================================================================
RCS file: /cvsroot/sisc/sisc/install-srfi22.sh,v
retrieving revision 1.2
diff -u -r1.2 install-srfi22.sh
--- install-srfi22.sh   7 Apr 2005 20:28:56 -0000       1.2
+++ install-srfi22.sh   10 Aug 2006 16:21:46 -0000
@@ -9,13 +9,13 @@
    fi
    INSTALL_DIR=/usr/local/bin
else
-  INSTALL_DIR=$1
+  INSTALL_DIR=`cd $1; pwd`
fi
if [ -z "$2" ]
then
    SRCDIR="scheme-src/srfi-22"
else
-  SRCDIR=$2
+  SRCDIR=`cd $2; pwd`
fi
echo This script will install the srfi-22 support scripts in  
$INSTALL_DIR.
@@ -27,6 +27,7 @@
pushd .
cd $SRCDIR
cp srfi-22.sh $INSTALL_DIR
+chmod +x $INSTALL_DIR/srfi-22.sh
cd $INSTALL_DIR
ln -s srfi-22.sh scheme-r4rs
ln -s srfi-22.sh scheme-r5rs
Index: doc/sss/java.xml
===================================================================
RCS file: /cvsroot/sisc/sisc/doc/sss/java.xml,v
retrieving revision 1.89
diff -u -r1.89 java.xml
--- doc/sss/java.xml    19 May 2006 20:52:29 -0000      1.89
+++ doc/sss/java.xml    10 Aug 2006 16:21:47 -0000
@@ -793,7 +793,7 @@
                  </entry>
                  <entry>
                    <programlisting>
-ctx.loadDefaultHeap();
+ctx.addDefaultHeap();
                    </programlisting>
                  </entry>
                </row>




-------------------------------------------------------------------------
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