Re: Clojure 1.3+ and JRebel

2012-05-06 Thread Kurt Harriger
Done. Thanks. -- 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

Re: Clojure 1.3+ and JRebel

2012-05-06 Thread Anton Arhipov
yup, totally same. please send /Users/kurtharriger/var/jrebel.log to support(at)zeroturnaround.com On Monday, May 7, 2012 2:16:05 AM UTC+3, Kurt Harriger wrote: > > > > On Sunday, May 6, 2012 5:08:51 PM UTC-6, Anton Arhipov wrote: >> >> Tried both: >> >> "java -javaagent:... -jar clojure.jar"

Re: Clojure 1.3+ and JRebel

2012-05-06 Thread Kurt Harriger
On Sunday, May 6, 2012 5:08:51 PM UTC-6, Anton Arhipov wrote: > > Tried both: > > "java -javaagent:... -jar clojure.jar" and "java -javaagent:... - > cp ... clojure.main -r" > > Both seem to work fine. What does "java -version" print? > > java version "1.6.0_31" > > Java(TM) SE Runtime E

Re: Clojure 1.3+ and JRebel

2012-05-06 Thread Anton Arhipov
Tried both: "java -javaagent:... -jar clojure.jar" and "java -javaagent:... - cp ... clojure.main -r" Both seem to work fine. What does "java -version" print? On May 6, 2:17 am, Kurt Harriger wrote: > I'm attempting to start a swank-clojure session within a grails > application.  This part

Clojure 1.3+ and JRebel

2012-05-05 Thread Kurt Harriger
I'm attempting to start a swank-clojure session within a grails application. This part is easy and works fine. However, whenever I change a groovy class clojure does not see this change until I restart the jvm. I mucked around a bit with classlojure and pomegranate trying to figure out if I