From: Ken A. <kan...@bb...> - 2002-12-13 01:09:13
|
The discussion about ANT made me write some code that i've been meaning to write for some time. JScheme has a new using/ directory which i hope will contain several real examples of using JScheme. The first example is run.scm which provides a mini language for invoking external Processes and doing things like building Java applications portably. Here a link: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jscheme/jscheme/src/using/run.scm?rev=1.1&content-type=text/vnd.viewcvs-markup Actually, if you download the source it should be viewable in your browser as well as executable, though it is JDK 1.4 dependant, so it is its own Javadoc. It isn't as capable as ant, but its implementation and documentation (~ 350) is about a third larger than the number of ant classes (~ 260). |