It would be nice to setup a repository of Clojure bundles somewhere since the bundling process is now pretty straightforward.
I have to use AOT as I can't ship source so The protocol issue with AOT is a bit frustrating. We end up having to AOT every bundle. This is acceptable to me as I have to bundlize every clojure dependency anyway. Would be nice to avoid it however. I'll share my bundling projects on GitHub anyway so you can see how I'm dealing with transitive dependencies and sources. Paudi On 17 Mar 2012, at 05:04, Mark Derricutt <m...@talios.com> wrote: > Awesome. I see you're using the dependency plugin to only copy your specific > AOT classes, I should really update the clojure-maven-plugin to only copy the > discovered namespaces along. > > I remember Chas raised a bug years ago to fix this in the actual clojure > compiler but I don't think it ever got resolved.... > > Since we're doing OSGi at work and we're wanting to integrate clojure I'm > sure I'll be playing with your plugin soon :) > > On 17/03/12 10:48 AM, Patrick Moriarty wrote: >> >> I've posted the results in 2 posts on the topic if anyone is interested. >> I've spent quite a lot of time with Clojure and OSGi lately and have had >> some success in using Bnd and tools.namespace to generate a manifest for my >> mixed Clojure/Java project. I'm using clojure.osgi successfully to handle >> using requiring and loading clojure namespaces and to register and track >> OSGi services. >> > > -- > 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 -- 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