Re: ClojureScript One in Eclipse

2012-04-05 Thread Daniel Turczański
>I assume this means the browser repl from cljs-template would not work >from ccw either? (I tried it, and I get a continuous stream of EOF >errors scrolling by.) Yeah, it's just not compatible. Stream of EOFs is what you'll get. >Turcio, did you figure anything else out about your configurat

Re: ClojureScript One in Eclipse

2012-04-04 Thread nchurch
> Note that the browser-connected REPL (at least, when run via > one.sample.repl/go) hoists itself up on top of the REPL you start via Run > > Clojure >Application, and assumes that it's in a console, and therefore > doesn't play well with the ccw REPL, assumes the opposite. I assume this means

Re: ClojureScript One in Eclipse

2012-02-21 Thread Laurent PETIT
2012/2/21 Chas Emerick > FWIW, nREPL is on its way to being baked into Leiningen, so the > REPL-protocol-interop issue you had will be effectively eliminated. > > Laurent is hard at work on the actual Leiningen project integration and > support; it's coming, it's coming. :-) > I confirm :) > >

Re: ClojureScript One in Eclipse

2012-02-21 Thread Chas Emerick
FWIW, nREPL is on its way to being baked into Leiningen, so the REPL-protocol-interop issue you had will be effectively eliminated. Laurent is hard at work on the actual Leiningen project integration and support; it's coming, it's coming. :-) - Chas On Feb 19, 2012, at 11:30 PM, Nick Klauer wr

Re: ClojureScript One in Eclipse

2012-02-21 Thread Chas Emerick
On Feb 20, 2012, at 4:05 PM, turcio wrote: > Chas, have you been able to run ClojureScript One in exactly the same > manner? I did, yes, though I (foolishly) blew away the project right after. If you continue to have issues, I might be persuaded to reconfigure it and post the resulting .proje

Re: ClojureScript One in Eclipse

2012-02-20 Thread Nick Klauer
I'm not sure it's entirely possible, but I could be wrong. When I asked a few months ago about Leiningen integration with Eclipse, it wasn't officially supported yet, and I would have to use some sort of nREPL connection. see here: https://groups.google.com/d/topic/clojuredev-users/3iKc0rb9gF

Re: ClojureScript One in Eclipse

2012-02-20 Thread turcio
I created a run configuration where I added /src/one/sample/repl.clj to 'Evaluate Clojure source file(s)' list. The namespaces are loaded every time now. The development and production tabs produce exception at first attempt. On the second attempt everything works as expected except the JavaScript

Re: ClojureScript One in Eclipse

2012-02-20 Thread turcio
On Feb 20, 11:05 am, Chas Emerick wrote: > Yes, I just cloned and started ClojureScript One using ccw.  I was able to > get the dev server up and running, and click around in all the tabs without > any exceptions. > > You didn't say whether you did this or not, but in addition to the > director

Re: ClojureScript One in Eclipse

2012-02-20 Thread Chas Emerick
Yes, I just cloned and started ClojureScript One using ccw. I was able to get the dev server up and running, and click around in all the tabs without any exceptions. You didn't say whether you did this or not, but in addition to the directories specified in :extra-classpath-dirs, you need to a

Re: ClojureScript One in Eclipse

2012-02-19 Thread turcio
Actually, has anybody succeeded to run ClojureScript One from Eclipse? Daniel On Feb 17, 12:14 pm, turcio wrote: > Hi, > I'm trying to run ClojureScript One using CCW plugin in Eclipse. I > created a new project and imported all the source code into it. Then I > added folders to the build path

ClojureScript One in Eclipse

2012-02-17 Thread turcio
Hi, I'm trying to run ClojureScript One using CCW plugin in Eclipse. I created a new project and imported all the source code into it. Then I added folders to the build path that reflect the following configuration from project.clj: :git-dependencies [["https://github.com/clojure/clojurescript.git