On Nov 7, 2013, at 8:14, Faré fahree@gmail.com wrote:
Maybe this test can be combined with the bundle and/or run-program test: make a jar (in a subprocess?), load it.
Sounds like a reasonable proposal: when I get to debugging the bundle op, I’ll take a stab at this.
If someone else has spare cycles to get to this before I do, here are some implementation hints:
In ABCL, SYS:ZIP is the interface for creating jar archives, which uses the zip compression/packaging scheme.
An example of creating a jar archive can be [found in ABCL-TEST::JAR-FILE-INIT][1].
[1]: http://abcl.org/trac/browser/trunk/abcl/test/lisp/abcl/jar-pathname.lisp#L44