--
Pull me down under...
On Thu, Dec 31, 2009 at 12:10 PM, Saul <sha...@gmail.com> wrote:
> I can imagine the maven way of doing things is a pain for plugin
> developers. However, I have recently moved from the scala maven plugin
> (which compiles java source automatically) to the clojure maven plugin
>
> Many thanks. This works for me and I find it useful. However, in a
> perfect world:
>
> lein compile
>
> would also compile my java source code or call compile-java before
> performing a compile. In fact in this perfect world:
>
> lein swank
>
> would download all dependencies, compile java files and then start a
> swank server. Is there anyway to get leiningen plugins to depend on
> each other or has this behaviour been omitted by design?
I am not opposed to setting up a hooks system that would define a number
of built-in hooks for which plugins could add functions, much like the
way Emacs does it.
I haven't needed it myself, but if you would find it useful and care
enough to take the time to implement it, I welcome a discussion of the
feature.
-Phil