Opened 16 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
Component: | other → libraries |
---|---|
Owner: | changed from somebody to Mark Evenson |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | → 0.21 |
---|---|
Version: | → 1.0 |
comment:4 Changed 14 years ago by
Milestone: | 0.20 → 0.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
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:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
More or less working with ASDF2 and jar Pathnames.
Marking as part of 0.21.