0

I am using maven and ant to build some mixed Java/non Java environments. How can I use Leiningen to the same?

Update

leiningen supports Java and javac. For other systems you can write a plugin

Alex Miller
  • 69,183
  • 25
  • 122
  • 167
yazz.com
  • 57,320
  • 66
  • 234
  • 385
  • Create a leiningen plugin that executes your external build command. It's not that hard. See also https://github.com/technomancy/leiningen/wiki/Plugins – noahlz Aug 19 '13 at 15:29
  • I looked at the link you sent. Which plug in from the list should I be looking at? – yazz.com Aug 21 '13 at 07:37
  • I'm implying that you should write your own plugin. – noahlz Aug 21 '13 at 16:03
  • Ok, thanks, so it is not available out of the box – yazz.com Aug 22 '13 at 13:42
  • 1
    Leiningen is a build tool original created for Clojure. Like many build tools (i.e. Make) it can be extended to do anything with some work. Out of the box, it supports Clojure "AOT" compilation and also calling `javac`. – noahlz Aug 22 '13 at 14:54
  • Thanks for the correction. I amended my question as I didn\t explain the part that javac is supported – yazz.com Aug 23 '13 at 09:22

0 Answers0