#365: ABCL-Jar not working on Mac OS X -----------------------------+----------------- Reporter: robert goldman | Owner: Type: defect | Status: new Priority: major | Milestone: Component: abcl-contrib | Version: Resolution: | Keywords: -----------------------------+-----------------
Comment (by robert goldman):
I have further narrowed the problem, I believe. I find the following in the code: {{{ (output-entry (make-pathname :defaults source-entry :type "abcl" :directory (append root (rest (pathname-directory source- entry)))))) }}} In my usage, `root` is `NIL`, and the call to `REST` rips the `:RELATIVE` qualifier off the pathname-directory of `SOURCE-ENTRY`. This leaves me with a `("abcl-prism")` as the pathname directory component, which ABCL is rejecting as ill-formed.
I guess I don't see why this would ever work, if `ROOT` is left with the default `NIL` value.
-- Ticket URL: http://abcl.org/trac/ticket/365#comment:3 armedbear http://abcl.org armedbear