On 05 Dec 2014, at 20:08, Robert Dodier robert.dodier@gmail.com wrote:
I've loaded asdf-jar.lisp by hand and now I get a little farther.
(asdf-jar:package :maxima) #<THREAD "interpreter" {270664}>: Debugger invoked on condition of type FILE-ERROR Failed to read file for incoporation in zip archive.
This is thrown at line 227 in zip.java. Is there a way to find out what file it was trying to read?
If you are running under SLIME, you should drop out to the debugger, and be able to inspect the error to find the location.
See [abcl-servlet][1] for a recipe to start the SWANK server in non “from the REPL” environments like under the Java Servlet framework.
[1]: https://bitbucket.org/easye/abcl-servlet/src/b0e7e5353d6c92a1990ed1bb5500be1...