Opened 20 months ago
Last modified 20 months ago
#448 accepted defect
QUICKLISP-ABCL load under Netbeans has the idea that Quicklisp is packaged in a Jar
Reported by: | mevenson | Owned by: | mevenson |
---|---|---|---|
Priority: | major | Milestone: | 1.6.0 |
Component: | abcl-contrib | Version: | 1.5.0-dev |
Keywords: | quicklisp-abcl | Cc: | |
Parent Tickets: |
Description
Loaded /Users/evenson/.cache/common-lisp/abcl-1.6.0-dev-fasl43-macosx-x64/Users/evenson/work/abcl/dist/abcl-contrib.jar/quicklisp/quicklisp-abcl.abcl (0.023 seconds) ; Loading /Users/evenson/quicklisp/setup.abcl ... Failed to get InputStream for 'jar:file:/Users/evenson/quicklisp/setup.abcl!/impl_tmp17FXGQWI_16.cls' ABCL Debug.assertTrue() assertion failed! java.lang.Error: ABCL Debug.assertTrue() assertion failed! at org.armedbear.lisp.Debug.assertTrue(Debug.java:48) at org.armedbear.lisp.Pathname.getInputStream(Pathname.java:2386) at org.armedbear.lisp.Lisp.readFunctionBytes(Lisp.java:1363)
Subtickets (add)
Change History (1)
comment:1 Changed 20 months ago by mevenson
- Owner set to mevenson
- Status changed from new to accepted
- Summary changed from Running under Netbeans fails with QUICKLISP-ABCL load to QUICKLISP-ABCL load under Netbeans has the idea that Quicklisp is packaged in a Jar
Note: See
TracTickets for help on using
tickets.
Mistaken: QUICKLISP-ABCL will eventually load, but the initial guess that Quicklisp is possibly located within a jar file is wrong, and needs to be investigated.