| 
Rework ABCL-BUILD as a contrib
 
ABCL-BUILD now more usefully installs necessary build machinery.
 
Refactor the ABCL-BUILD Lisp based build to use use Ant, which allowsus to canonicalize the build instructions in a much more configurable
 manner, restoring the cross-implementation build of ABCL for CL users
 who really do want to know about Java tooling.
 
 
Since we want to use ASDF/UIOP anyways, this code is best expressed asan abcl contrib where such behavior can profitably take place.
 
 
TODO: does not pass all tests
 
TODO: API compatibility so that build-from-lisp.bash works
 
TODO: If an invocable Ant cannot be found, then offer to install one via restart
 
TODO: work backwards to the scenario that we are booting in pureinterepreted mode without access to compilers.
 
 |