Opened 15 years ago

Closed 14 years ago

#24 closed enhancement (fixed)

Ability to load ASDF systems off JAR files in the classpath

Reported by: ehuelsmann Owned by: Mark Evenson
Priority: major Milestone: unscheduled
Component: libraries Version: 1.0
Keywords: Cc:
Parent Tickets:

Description

Alan Ruttenberg writes:

I'd really like the ability to pop an
asdf central registry directory into the abcl jar and have abcl be
able to asdf load from there. Would really simplify packaging apps
based on abcl.

Change History (7)

comment:1 Changed 14 years ago by Mark Evenson

Component: otherlibraries
Owner: changed from somebody to Mark Evenson
Status: newassigned

comment:2 Changed 14 years ago by Mark Evenson

Milestone: 0.21
Version: 1.0

More or less working with ASDF2 and jar Pathnames.

Marking as part of 0.21.

comment:3 Changed 14 years ago by Mark Evenson

Milestone: 0.210.20

Whoops, we're at 0.20.

comment:4 Changed 14 years ago by Mark Evenson

Milestone: 0.200.21

ASDF loading from jar files now works, but Alan is asking for a bit more packaging as well. I think a solution is quite reachable with ASDF2, but I don't have enough time to test it for the 0.20 release, so I am pushing this to 0.21 after all.

comment:5 Changed 14 years ago by Mark Evenson

I think this exists, as of abcl-0.20, Pathnames are fully capable of referring to JAR files via the 'jar:' IRI scheme (works for 'jar:file', 'jar:http').

comment:6 Changed 14 years ago by ehuelsmann

Milestone: 0.21unscheduled

See also #29.

comment:7 Changed 14 years ago by Mark Evenson

Resolution: fixed
Status: assignedclosed

Loading ASDF definitions from JAR files has been possible since 0.21. For an example, see the abcl-contrib jar created in the build system, which is packaged as a JAR file.

Note: See TracTickets for help on using tickets.