alexander-yakushev / lein-skummet

Leiningen plugin for lean-compiling Clojure projects
44 stars 4 forks source link

Support for mixed projects? #9

Open spacepluk opened 8 years ago

spacepluk commented 8 years ago

I can't get a setup like this to work with skummet, is it supported?

Thanks.

alexander-yakushev commented 8 years ago

What exactly you can't get to work?

spacepluk commented 8 years ago

Neverrmind, I was expecting skummet compile to also compile the java sources but I guess it's not supposed to work that way, is it?

alexander-yakushev commented 8 years ago

Just run lein javac before lein skummet compile to compile Java classes.