#183: build.xml needlessly compiling Lisp sources -------------------------------------------+-------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: minor | Milestone: unscheduled Component: build | Version: 1.0 Keywords: build.xml, system compilation | -------------------------------------------+-------------------------------- The correspondence between the source and the targets of the Lisp compilation is out of sync again so that the (timewise) expensive loading of the interpreted version of ABCL to compile its system source is always done (this is good for testing perhaps, but the average developer should have the fastest possible compile).