There is lein-javac which integrates javac into the leiningen build-flow: http://github.com/antoniogarrote/lein-javac
On Wed, Jul 14, 2010 at 3:16 PM, Martin DeMello <[email protected]> wrote: > On Wed, Jul 14, 2010 at 6:45 PM, Martin DeMello <[email protected]> > wrote: >> What are people using to build mixed clojure/java code? Currently just >> using lein {uber,}jar to build and distribute. > > Hit send too soon - I meant to say, currently my project is just > clojure, and lein works very nicely to package it. If I wanted to > include some java sources, what would the easiest way to build the > combined project be? > > martin > > -- > 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 -- Moritz Ulrich Programmer, Student, Almost normal Guy http://www.google.com/profiles/ulrich.moritz -- 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
