Has anyone successfully gotten clojure to play well with eclipse in
developing java code?

By this I mean that the clojure code automatically compiles to class
files the same way as java files in eclipse do, and the whole thing
can then be packaged into a jar and made into a web start application?

The only thing I have found to do this is the counterclockwise plugin,
but it's behavior is.... strange.

It only compiles the .clj files when the REPL is open, and god forbid
you ever try to run make clean!  It just completely fails at that
point and will not compile anything again (without restarting
eclipse).

I'm sure someone among you has used this stuff to actually make a
program that has to work with java in eclipse, so what do you guys
actually do in practice to make development run smoothly?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to