On Wed, Jun 13, 2012 at 1:42 PM, Jacek Laskowski <[email protected]> wrote: > That's the part I didn't understand. Could you elaborate what wouldn't work?
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. You might be able to get around this by resolving classes at runtime, but it would be messy. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
