On 5/17/11 15:28 , Faré wrote: […]
Instead of disabling translations, you ought to add some specific translation (more specific than the default jar translation) that will tell ASDF that indeed for this or that jar, the fasls are stored in the jar, with an entry like: (:output-translations (#p"jar:file:/path/to/my.jar!/**/*.*") :inherit-output-translations)
Hope this helps.
I think you meant
(:output-translation (#p"jar:file:/path/to/my.jar!/**/*.*") :inherit-configuration)
which does indeed help.