Compiling, testing, and packaging Armed Bear Common Lisp Main Ant targets: abcl.wrapper -- [default] create executable wrapper for ABCL. abcl.compile -- compile ABCL to ${build.classes.dir}. abcl.jar -- create packaged ${abcl.jar.path}. abcl.source.zip abcl.source.tar -- create source distributions in ${dist.dir}. abcl.clean -- remove ABCL intermediate files For help on the automatic tests available, use the Ant target 'help.test'. Compiled ABCL with Java version: ${java.version} Cleaning all intermediate compilation artifacts. Setting 'abcl.build.incremental' enables incremental compilation. java.version: ${java.version} Implementation-Source: ${version.src} WARNING: Use of Java version ${java.version} not recommended. Notice: JSR-223 support won't be built since it is not supported, neither natively by your JVM nor by libraries in the CLASSPATH. (compile-system :zip nil :quit t :output-path "${toString:abcl.lisp.output.path}${file.separator}") Built ABCL version: ${abcl.version} abcl.hostname: ${abcl.hostname}
Creates in-place exectuable shell wrapper in '${abcl.wrapper.file}' Created executable ABCL wrapper in '${abcl.wrapper.file}' N.B. This wrapper requires '${abcl.jar.path}' not be moved. Invoke ABCL with JPDA listener on port 6789 JPDA listening on localhost:6789 The following Ant targets run various test suites: abcl.test -- Run all available tests. abcl.test.java -- Run the ABCL junit Java tests under ${basedir}/test/src abcl.test.lisp -- Run the 'test.ansi.compiled', 'test.abcl', 'test.cl-bench' targets test.ansi.compiled -- Run the compiled version of the ANSI test suite test.abcl -- Run the Lisp RT tests collected in ${basedir}/test/lisp/abcl test.cl-bench -- Run the cl-bench test suite. The ANSI tests require that the [ansi-tests][1] be manually installed in ${basedir}/../ansi-tests. [1]: svn://common-lisp.net/project/ansi-test/svn/trunk/ansi-tests The CL-BENCH test require that [cl-bench][2] be maunally installed in ${basedir}/../cl-bench [2]: http://www.chez.com/emarsden/downloads/cl-bench.tar.gz Recording test output in ${abcl.test.log.file}. Finished recording test output in ${abcl.test.log.file}. Recording test output in ${abcl.test.log.file}. Finished recording test output in ${abcl.test.log.file}. Recording test output in ${abcl.test.log.file}. Finished recording test output in ${abcl.test.log.file}. Recording test output in ${abcl.test.log.file}. Finished recording test output in ${abcl.test.log.file}.