|
|
Choosing A Webhost: |
Buglets: msg#00003java.sisc.devel
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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | XML and XML-RPC contribs, Norman Gray |
|---|---|
| Next by Date: | Bug in comment parsing?, Alessandro Colomba |
| Previous by Thread: | XML and XML-RPC contribs, Norman Gray |
| Next by Thread: | Bug in comment parsing?, Alessandro Colomba |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |