On Mon, 21 Sep 2009 12:11:58 +0200 Mark Evenson evenson@panix.com wrote:
On 9/20/09 6:32 PM, Matthew D. Swank wrote:
On Sun, 20 Sep 2009 10:12:48 +0200 Mark Evensonevenson@panix.com wrote:
Why not package the library code in ASDF itself, using ASDF's dependency mechanism to pull in the necessary code? For packaging JARs with Java code as ASDF entries, [Alan Ruttenberg's JSS extension][1] allows the specification of JAR files in ADSF under ABCL. The [following snippet][asdf-jar]
Doesn't this still extract the components in the jar to the file system (I am trying to do this on the appengine), or does this use the new jar path functionality (e.g. (load "jar:file:///PATH/TO.jar!/foo")) in rev-12141?
... [blah blah JSS ... blah blah build properties ... blah bah jar head]
Java infrastructure incantations hurt my head.
Matt