Hi.
Currently, the examples/ subdirectory is not included with the abcl source distribution. If this is not on purpose, I'd like to suggest the following change to build.xml:
Index: build.xml =================================================================== --- build.xml (revision 12738) +++ build.xml (working copy) @@ -463,7 +463,8 @@ <include name="CHANGES"/> <include name="abcl.in"/> <include name="abcl.bat.in"/> - + <include name="examples/**"/> + <!-- The remainder of these files are used by the Lisp hosted build in 'build-abcl.lisp' but not used by Ant, so include them in the source distribution. -->