#364 closed defect (fixed)
ASDF-JAR:PACKAGE breaks with simple usage.
Reported by: | Eduardo Bellani | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | abcl-contrib | Version: | 1.4.0-dev |
Keywords: | jar package | Cc: | |
Parent Tickets: |
Description
An application such as
(asdf-jar:package :a-test-system)
will produce the error:
Unsupported directory component "servlet-test". [Condition of type FILE-ERROR]
The purpose of the attached patch is to fix that, and to provide better documentation through the abstraction of parts of the package function into new functions.
Attachments (1)
Change History (7)
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in http://abcl.org/trac/changeset/14717.
Thanks for the patch!
comment:3 Changed 10 years ago by
Milestone: | → 1.4.0 |
---|---|
Version: | → 1.4.0-dev |
comment:4 Changed 10 years ago by
mevenson, please reopen and apply the latest version, as it fixes another bug I introduced, and is the result of me understanding more of the code.
comment:6 Changed 10 years ago by
Milestone: | 1.4.0 → 1.3.2 |
---|
Note: See
TracTickets for help on using
tickets.