Re: Clojure 1.3+ and JRebel

2012-05-06 Thread Anton Arhipov
17:06:29] [2012-05-05 17:06:29] # [2012-05-05 17:06:29] Clojure 1.2.1 user= Has anyone had any success using JRebel with clojure 1.3+? or perhaps any ideas how I might go about reloading class files dynamically without JRebel

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 Environment (build

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 and java

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

Clojure 1.3+ and JRebel

2012-05-05 Thread Kurt Harriger
-05-05 17:06:29] # [2012-05-05 17:06:29] Clojure 1.2.1 user= Has anyone had any success using JRebel with clojure 1.3+? or perhaps any ideas how I might go about reloading class files dynamically without JRebel? Thanks -- You