Opened 18 years ago
Closed 16 years ago
#18 closed enhancement (fixed)
Incorporate 'invoke.lisp' dynamic classpath ability
| Reported by: | Mark Evenson | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | other | Version: | |
| Keywords: | Cc: | ||
| Parent Tickets: |
Description
Alan Ruttenberg's [invoke.lisp][1] has the ability to easily add additional Java JARs at runtime by using the [beanshell classloader][2]. With a few additions to the ASDF system, this allows one to easily specify "wrappings" of Java components which load JARs or find classfiles on the filesystem.
The code in the Beanshell classmanager could be added to the ABCL src tree fairly easily to facilitate this behavior.
[1]: http://svn.mumble.net:8080/svn/lsw/trunk/jss/invoke.lisp
[2]: http://www.beanshell.org/home.html
Change History (2)
comment:1 by , 16 years ago
| Milestone: | → 1.0 |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Alessio Stalla added the functionality some time before 0.24