From: Ken A. <kan...@bb...> - 2004-03-30 21:13:02
|
OK. I forgot to mention that you could just add the url for the slib file and use it that way too. k At 08:41 AM 3/31/2004 +1200, Toby Allsopp wrote: >On Tue, Mar 30, 2004 at 03:19:20PM -0500, Ken Anderson wrote: >> It looks like this this patch fixes a line >> >> - (not eq? (Scheme.openResource "slib/require.scm") #null)) >> + (not (eq? (Scheme.openResource "slib/require.scm") #null))) >> >> how does it effect renaming. >> At 08:17 AM 3/16/2004 +1300, Toby Allsopp wrote: >> >This patch allows putting slib3a1.zip on the classpath without renaming >> >it to slib.zip. >> >> I think i can remove the slib.zip-on-classpath? call because because >> the resource check will work if its on the classpath, no matter what >> name it is. > >Yes, I think that's right. The slib.zip-on-classpath? stuff is >redundant if the above fix is made. > >Toby. |