Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get huri working in gorilla repl #7

Open
behrica opened this issue Sep 16, 2017 · 1 comment
Open

Cannot get huri working in gorilla repl #7

behrica opened this issue Sep 16, 2017 · 1 comment

Comments

@behrica
Copy link

behrica commented Sep 16, 2017

I cannot get huri and gorilla repl working together.
In the most simple project, like

(project test-gorilla "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "http://example.com/FIXME"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [
                 [huri "0.10.0-SNAPSHOT"]]
  :plugins [[lein-gorilla "0.4.0"]]
  )

I get an exception in gorilla repl evaluating the name space declaration:

(ns greasy-lagoon
  (:require [huri.core]))

Stacktrace is:

An exception was caused by: java.io.FileNotFoundException (Could not locate net/cgrand/xforms__init.class or net/cgrand/xforms.clj on classpath: )

    load - (RT.java:443)
    load - (RT.java:411)
    load/fn - clojure.core - (core.clj:5641)
    load - clojure.core - (core.clj:5640)
    invoke - (RestFn.java:408)
    load-one - clojure.core - (core.clj:5446)
    load-lib/fn - clojure.core - (core.clj:5486)
    load-lib - clojure.core - (core.clj:5485)
    applyTo - (RestFn.java:142)
    apply - clojure.core - (core.clj:626)
    load-libs - clojure.core - (core.clj:5524)
    applyTo - (RestFn.java:137)
    apply - clojure.core - (core.clj:626)
    require - clojure.core - (core.clj:5607)
    invoke - (RestFn.java:551)
    eval9712/loading--auto-- - huri.core - (core.clj:1)
    eval9712 - huri.core - (core.clj:1)
@sbelak
Copy link
Owner

sbelak commented Sep 18, 2017

Based on the linked issue, this seems a problem with Gorilla REPL. Full link if anyone else is suffering from same problem: JonyEpsilon/lein-gorilla#10

Thanks for digging into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants