Re: Trouble with ASDF



When you said "and add: :component-class :pjb-cl-source-file to your
asdf systems." what do you mean?

Supose that this is my configuration file:
(pushnew "apps/araneida-0.9/" asdf:*central-registry* :test #'equal)
(pushnew "lib/net-telent-date/" asdf:*central-registry* :test #'equal)
(pushnew "lib/split-sequence/" asdf:*central-registry* :test #'equal)
(asdf:operate 'asdf:load-op 'araneida)

What I have to do to use your solution?

.