When I change code in eclipse, how do I get those changes to propagate
to the repl without restarting?
sorry if this is vague....
--Robert McIntyre
--Robert McIntyre
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
I have a java project in eclipse, and I'm using the clojure repl in
emacs to try and debug the java.
I've just but the special eclipse "/bin" folder for that project on
the classpath so that I can get at the class files that are
iteratively compiled by eclipse
I have an object with a "toString" method which I'm munging in
eclipse, and then I go to the repl in emacs and try to see my changes.
But no matter what I do I can't see the changes I made in the
toString function reflected in the repl. Neither reloading the
namespace, reimporting the class, or doing a fill clean in eclipse
changes anything. However, killing the jvm running the repl and
restarting does work.
Is there a less painful way to make the changes in eclipse on java
code propogate to another repl in emacs outside eclipse?
--Robert McIntyre