Re: Problem Running ClojureScript on OpenJDK

2011-10-06 Thread Volker Schlecht
Master works like a charm now - Thanks!! On Oct 4, 5:44 am, db wrote: > Works for me.  Thanks. > > On Oct 3, 10:15 am, Brenton wrote: > > > > > > > > > If you have been having problems the ClojureScript andOpenJDK, please > > try the current master branch of ClojureScript. > > > I would be inte

Re: Problem Running ClojureScript on OpenJDK

2011-10-01 Thread Volker Schlecht
Has anyone succeeded in solving this issue for OpenJDK yet? So far all solutions I've seen discussed boiled down to using Oracle's JDK ... On Aug 14, 6:44 pm, Tzach wrote: > I have a similar problem, but I could not solve it like you did: > running on Ubuntu 11.04, > $JAVA_HOME set to /usr/lib/jv

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-27 Thread Volker Schlecht
s/repl/repljs/ -- 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: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-27 Thread Volker Schlecht
wser repl on the command > line. So it should also work in Emacs, I am pretty sure its something > weird with my setup. > > (Btw. My previous shorter reply should have arrived __after__ the > longer (see timestamps), not sure why google groups is mixing up the > order of my emai

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-26 Thread Volker Schlecht
The example given in the wiki uses an in-browser repl. If you want to work with the "regular" rhino-repl, replace (require '[cljs.repl.browser :as browser]) with (require '[cljs.repl.rhino :as rhino]) And you should be all set. On Sep 26, 4:28 pm, Paul Koerbitz wrote: > Hi David! > > thanks f

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-26 Thread Volker Schlecht
Got it ... here's what was missing from my index.html: If I remove that, browser.repl fails. Can anyone else reproduce / confirm this? -- 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 Not

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-24 Thread Volker Schlecht
POST is kept open in the example that comes with ClojureScript and is directly ended after sending the goog.provide in my own example. On Sep 23, 10:06 pm, David Nolen wrote: > Are you getting any missing resources errors? > > On Fri, Sep 23, 2011 at 4:03 PM, Volker Schlech

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-23 Thread Volker Schlecht
No unfortunately not, with neither FF nor Chrome, and using the Javascript Debuggers of both ... On Sep 21, 10:27 pm, David Nolen wrote: > Do you get any JS errors from the browser at the JS console? > > David > > On Wed, Sep 21, 2011 at 4:23 PM, Volker Schlecht > wrote: &g

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-21 Thread Volker Schlecht
u trying this against the built in sample? > > David > > On Tue, Sep 20, 2011 at 4:32 PM, Volker Schlecht > wrote: > > > > > > > > > Hi everybody, > > > I'm trying out the new browser repl-environment using both the > > tutorial (https://

ClojureScript: Problem getting Browser Repl Env to Work

2011-09-20 Thread Volker Schlecht
Hi everybody, I'm trying out the new browser repl-environment using both the tutorial (https://github.com/clojure/clojurescript/wiki/The-REPL-and- Evaluation-Environments) but so far am unable to get it to work. Using current (as of the writing of this mail) master from github, and following the