Ok, it has nothing to do with clojure it's a GAE issue. Just in case
someone trips over it too, the app must be started using
  lein appengine-prepare
  lein appengine-dev-appserver foo-dev

from bash, instead of
  (use 'foo.core)
  (in-ns 'foo.core)
  (ae/serve foo-app)

from REPL. See the section "Managing multiple environments"  in
README.md. And yea as you might have guessed an access to REPL using
vimclojure with nailgun doesn't work anymore. Sweet, isn't it?

Bost

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to