Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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)

asdf-jar:package.patch (7.8 KB) - added by Eduardo Bellani 10 years ago.
patch for the ticket

Download all attachments as: .zip

Change History (7)

comment:1 Changed 10 years ago by Eduardo Bellani

 "servlet-test" -> "a-test-system"

comment:2 Changed 10 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

Applied in http://abcl.org/trac/changeset/14717.

Thanks for the patch!

comment:3 Changed 10 years ago by Mark Evenson

Milestone: 1.4.0
Version: 1.4.0-dev

Changed 10 years ago by Eduardo Bellani

Attachment: asdf-jar:package.patch added

patch for the ticket

comment:4 Changed 10 years ago by Eduardo Bellani

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:5 Changed 10 years ago by Mark Evenson

See r14720 which should be your latest fixes.

<http://abcl.org/trac/changeset/14720>

comment:6 Changed 10 years ago by Mark Evenson

Milestone: 1.4.01.3.2
Note: See TracTickets for help on using tickets.