#486: Deployments from abcl-aio.jar can't find ABCL-CONTRIB -------------------------------+---------------------- Reporter: Mark Evenson | Type: defect Status: new | Priority: major Milestone: 1.8.1 | Component: other Version: 1.8.1-dev | Keywords: abcl-aio Parent Tickets: | -------------------------------+---------------------- https://github.com/armedbear/abcl/issues/372
{{{ I ran into this when I combined abcl.jar and abcl-contrib.jar together on the classpath via Maven, but it's more directly reproduced with an AIO jar:
ant -f build.xml abcl-aio.jar ... java -jar dist/abcl-aio.jar --noinform CL-USER(1): (require :abcl-contrib) ("uiop" "UIOP" "asdf" "ASDF" "JAVA" "ABCL-CONTRIB") CL-USER(2): (require :jss) #<THREAD "interpreter" {66BA4A3B}>: Debugger invoked on condition of type SIMPLE-ERROR Don't know how to REQUIRE JSS. Restarts: 0: TOP-LEVEL Return to top level. [1] CL-USER(3):
My suspicion is that the resolution of the JSS system is dependent on the colocation of abcl.jar and abcl-contrib.jar on the filesystem. When I run ABCL via java -jar abcl.jar in a directory that also contains abcl- contrib.jar, it works. }}}
#486: Deployments from abcl-aio.jar can't find ABCL-CONTRIB -------------------------------+----------------------- Reporter: Mark Evenson | Owner: (none) Type: defect | Status: new Priority: major | Milestone: 1.8.1 Component: other | Version: 1.8.1-dev Resolution: | Keywords: abcl-aio Parent Tickets: | -------------------------------+-----------------------
Comment (by Mark Evenson):
Closed with https://abcl.org/trac/changeset/15503 aka https://github.com/armedbear/abcl/commit/99f583ab6f5429b61b25780f6b1b51074cbb2dcc.
armedbear-ticket@common-lisp.net