I downloaded abcl-src-0.21.0 from http://common-lisp.net/project/armedbear/. I ran:
ant -f build.xml abcl.conrtib
Without creating the directory ./contrib/asdf-install/ 'by hand' the install would not run to completion, complaining that /contrib/asdf-install/ was not a valid directory.
-Dave
Running ant -f build.xml abcl.contrib after having created ./contrib/abcl-install/ I get:
abcl.contrib: [java] Armed Bear Common Lisp 0.21.0 [java] Java 1.6.0_20 Apple Inc. [java] Java HotSpot(TM) 64-Bit Server VM [java] Low-level initialization completed in 0.467 seconds. [java] Startup completed in 1.365 seconds. [java] Type ":help" for a list of available commands. [java] CL-USER(1): ("CLOS" "PRINT-OBJECT" "FORMAT" "ASDF") [java] CL-USER(2): #<THREAD "interpreter" {7816FCC4}>: Debugger invoked on condition of type MISSING-COMPONENT [java] component "asdf-install" not found [java] Restarts: [java] 0: TOP-LEVEL Return to top level. [java] [1] CL-USER(3): [jar] Building MANIFEST-only jar: /Users/daviddreisigmeyer/lisp/abcl/dist/abcl-contrib.jar [echo] [echo] Packaged contribs in /Users/daviddreisigmeyer/lisp/abcl/dist/abcl-contrib.jar. [echo] [echo] To use ASDF-INSTALL, use the following in your ~/.abclrc: [echo] [echo] (require 'asdf) [echo] (pushnew "jar:file:/Users/daviddreisigmeyer/lisp/abcl/dist/abcl-contrib.jar!/asdf-install/" asdf:*central-registry*) [echo] [echo] Then issuing [echo] [echo] CL-USER> (require 'asdf-install) [echo] [echo] will load ASDF-INSTALL.
BUILD SUCCESSFUL Total time: 2 minutes 49 seconds
On Thu, Aug 19, 2010 at 2:08 PM, David Dreisigmeyer < david.dreisigmeyer@gmail.com> wrote:
I downloaded abcl-src-0.21.0 from http://common-lisp.net/project/armedbear/ . I ran:
ant -f build.xml abcl.conrtib
Without creating the directory ./contrib/asdf-install/ 'by hand' the install would not run to completion, complaining that /contrib/asdf-install/ was not a valid directory.
-Dave
On 8/19/10 8:08 PM, David Dreisigmeyer wrote:
I downloaded abcl-src-0.21.0 from http://common-lisp.net/project/armedbear/ . I ran:
ant -f build.xml abcl.conrtib
Without creating the directory ./contrib/asdf-install/ 'by hand' the install would not run to completion, complaining that /contrib/asdf-install/ was not a valid directory.
Unfortunately it looks as if I forgot to include the necessary Ant build juice to get the abcl.contrib source included into the release target, so you'll have to get the source from SVN until we fix this in the next release. I've attached a tar archive of the necessary source for your convenience.
Thanks Mark,
Downloaded from SVN and ran ant -f build.xml abcl.contrib. Worked like a charm.
-Dave
On Thu, Aug 19, 2010 at 11:39 PM, Mark Evenson evenson@panix.com wrote:
On 8/19/10 8:08 PM, David Dreisigmeyer wrote:
I downloaded abcl-src-0.21.0 from http://common-lisp.net/project/armedbear/ . I ran:
ant -f build.xml abcl.conrtib
Without creating the directory ./contrib/asdf-install/ 'by hand' the install would not run to completion, complaining that /contrib/asdf-install/ was not a valid directory.
Unfortunately it looks as if I forgot to include the necessary Ant build juice to get the abcl.contrib source included into the release target, so you'll have to get the source from SVN until we fix this in the next release. I've attached a tar archive of the necessary source for your convenience.
-- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
armedbear-devel@common-lisp.net