From: Ken A. <kan...@bb...> - 2004-08-31 18:09:56
|
I've created a bin/make (and bin/make.bat) that takes commands to build part or all of JScheme. I've also created bin/jscheme and bin/jscheme.bat which shows how i typically start things. Here's the documentation: bin/make -help make command* The default command is -all command ::= -key arg* Where command is one of: -help Print help message -all Build everything. -clean Remove all .class files. -javac Compile Java classes. -jar Make lib/jscheme.jar lib/jscheme.zip applet.jar and lib/jschemelite.jar -test Run tests on lib/jscheme.jar -javadoc Make Java api documentation. -contrib Build the contributed applications. -repl Start a Read Eval Print Loop -server Start the web server. -webpages Make web pages for http://jscheme.sourceforge.net |