#261: Loading Systems from abcl-contrib.jar fails --------------------------------------------+------------------------------- Reporter: https://openid.fau.de/eg74yneg | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: (A)MOP | Version: Keywords: | --------------------------------------------+------------------------------- {{{ % abcl Armed Bear Common Lisp 1.1.0-dev-svn-14226 Java 1.6.0_18 Sun Microsystems Inc. OpenJDK Client VM Low-level initialization completed in 0.42 seconds. Startup completed in 2.184 seconds. Type ":help" for a list of available commands. CL-USER(1): (require :abcl-contrib) ("ASDF" "ABCL-CONTRIB") CL-USER(2): (require :asdf-jar) #<THREAD "interpreter" {1685BE9}>: Debugger invoked on condition of type SIMPLE-ERROR Don't know how to REQUIRE ASDF-JAR. Restarts: 0: TOP-LEVEL Return to top level. [1] CL-USER(3): }}}