…bumb…

Is this maybe related to the use of lein-cljsbuild and having a separate server 
from which the js is downloaded?

In other words, the reflect handler seems to be listening on the repl server on 
port 9000,
while the web server from which the js is initially downloaded is listening on 
port 3000.

The cljs-reflect code seems to get a conn from (net/xhr-connection), but I can 
not see any port number specified…

I've reached the end of my javascript and goog knowledge… please.

Did anyone get this to work with the lein-cljsbuild setup?

-FrankS.



On Sep 23, 2012, at 2:10 PM, Frank Siebenlist <frank.siebenl...@gmail.com> 
wrote:

> Trying to use the clojure.reflect/doc function in the cljs-repl, 
> but I only errors" 
> 
> ---
> 
> ClojureScript:cljs.user> (clojure.reflect/doc "clojure.reflect/doc")
> nil
> Reflection query failed.
> ClojureScript:cljs.user> (clojure.reflect/doc clojure.reflect.doc)
> nil
> Reflection query failed.
> ClojureScript:cljs.user> (clojure.reflect/doc 'clojure.reflect.doc)
> nil
> Reflection query failed.
> ClojureScript:cljs.user> (clojure.reflect/doc 'doc)
> nil
> Reflection query failed.
> 
> ---
> 
> Do I have to configure something on the server side maybe?
> Any suggestions?
> 
> Thanks, FrankS.
> 

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