#24: Ability to load ASDF systems off JAR files in the classpath -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | -------------------------+-------------------------------------------------- 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.
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: Component: libraries | Version: Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by mevenson):
* owner: somebody => mevenson * status: new => assigned * component: other => libraries
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: 0.21 Component: libraries | Version: 1.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by mevenson):
* version: => 1.0 * milestone: => 0.21
Comment:
More or less working with ASDF2 and jar Pathnames.
Marking as part of 0.21.
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: 0.20 Component: libraries | Version: 1.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by mevenson):
* milestone: 0.21 => 0.20
Comment:
Whoops, we're at 0.20.
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: 0.21 Component: libraries | Version: 1.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by mevenson):
* milestone: 0.20 => 0.21
Comment:
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.
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: 0.21 Component: libraries | Version: 1.0 Resolution: | Keywords: --------------------------+-------------------------------------------------
Comment(by mevenson):
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').
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: assigned Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* milestone: 0.21 => unscheduled
Comment:
See also #29.
#24: Ability to load ASDF systems off JAR files in the classpath --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: enhancement | Status: closed Priority: major | Milestone: unscheduled Component: libraries | Version: 1.0 Resolution: fixed | Keywords: --------------------------+------------------------------------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
Comment:
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.
armedbear-ticket@common-lisp.net