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. -->
On 6/8/10 2:00 PM, Mario Lang wrote:
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:
This was definitely not intended: your patch [has been committed as r12750][1]. If we re-spin a abcl-0.20.1 we will include this as well.
Thanks for the help.
[1]: http://trac.common-lisp.net/armedbear/changeset/12750
armedbear-devel@common-lisp.net