Opened 18 years ago

Closed 16 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 by Mark Evenson, 16 years ago

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

comment:2 by Mark Evenson, 16 years ago

Milestone: 0.21
Version: 1.0

More or less working with ASDF2 and jar Pathnames.

Marking as part of 0.21.

comment:3 by Mark Evenson, 16 years ago

Milestone: 0.210.20

Whoops, we're at 0.20.

comment:4 by Mark Evenson, 16 years ago

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 by Mark Evenson, 16 years ago

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 by ehuelsmann, 16 years ago

Milestone: 0.21unscheduled

See also #29.

comment:7 by Mark Evenson, 16 years ago

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.