[asdf-devel] Disabling "built-in" output translation

Mark Evenson evenson at panix.com
Mon Jun 20 09:18:45 UTC 2011


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.


-- 
"A screaming comes across the sky.  It has happened before, but there
is nothing to compare to it now."





More information about the asdf-devel mailing list