It appears that lein-javac is not compatible with Leiningen 1.2.0-RC2: % lein compile-java [...] Exception in thread "main" java.lang.Exception: Unable to resolve symbol: make-path in this context (compile_java.clj:10)
On Jul 14, 9:19 am, Moritz Ulrich <[email protected]> wrote: > 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
