On Feb 20, 11:05 am, Chas Emerick <c...@cemerick.com> 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 
> directories specified in :extra-classpath-dirs, you need to add the 
> :source-path, as well as all of the jars in lib/.

All the following were added to the buildpath of newly created CCW
Clojure project:
lib/*.jar
lib/dev/*.jar
:source-path entry from project.clj
:extra-classpath-dirs entries from project.clj
classpath folder (generated by CCW)

Then on freshly cloned, lein bootstrapped, eclipsed project I do: Run
as->Clojure application. At this point all the namespaces are loaded
(sometimes they are not, so I need to do some magic cleaning/closing
opening of project/removing "run configuration").

No luck with all of this -> (one.sample.repl/dev-server) opens website
but 'development' and 'production' tab produce previously mentioned
exception and error web page. If I enter http://localhost:8080/development
once again I'm getting nice empty page with no exception, and no
application either.

I even tried it on freshly dowloaded Eclipse and CCW. Clojure builder
is turned on (just read your comments on CCW list about the autobuild
feature).

Chas, have you been able to run ClojureScript One in exactly the same
manner?

Daniel

-- 
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 email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to