On Wed, Jun 13, 2012 at 1:52 PM, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
>> If you try to create an uberjar with AOT using a profile that excludes
>> the dependencies you don't want in your uberjar then the AOT will fail
>> because it tries to references classes that don't exist.
>
> Why does AOT happen after exclusion? Shouldn't exclusion be the last
> step in the process which would hardly break anything and would
> eventually fix the issue?

Oh, I meant this would be a problem if you used profiles for
separating dependencies. If you use :uberjar-exclusions you'll be
fine.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to