From: Timothy J. H. <tim...@ma...> - 2004-07-22 16:48:38
|
Nice! Lets add this to the CVS tree and user documentation. It would be nice for users to have a little script for downloading and building the latest jscheme .... ---Tim--- On Jul 22, 2004, at 12:07 PM, Geoffrey Knauth wrote: > Since I do this almost daily--here's a small time-saver. > -- > Geoffrey S. Knauth | http://knauth.org/gsk > > ----- get-build-jscheme-sh ----- > > #!/bin/sh > > echo logging into JScheme sourceforge site > cvs -d:pserver:ano...@cv...:/cvsroot/jscheme login > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/jscheme co > jscheme > cd jscheme > src/build/bootstrap > > echo Done with JScheme download and build. > echo To try JScheme: > > echo " cd jscheme" > echo " java -cp lib/jscheme.jar jscheme.REPL" > echo " JScheme x.y (timestamp) http://jscheme.sourceforge.net" > echo " > (java.util.Date.)" > echo " > (exit)" > exit 0 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user |