java.io.FileNotFoundException: Could not locate clojurewerkz/ogre/core__init.class

372 views
Skip to first unread message

Fairuz WAN ISMAIL

unread,
Dec 2, 2014, 11:15:06 PM12/2/14
to clojure-...@googlegroups.com
Hi guys,

I added these dependencies into my project.clj (maybe some is not necessary for traversal query?)

[clojurewerkz/titanium "1.0.0-beta2"]
                 [com.thinkaurelius.titan/titan-core "0.5.0"]
                 [com.thinkaurelius.titan/titan-cassandra "0.5.0"]
                 [com.thinkaurelius.titan/titan-es "0.5.0"]
                 [clojurewerkz/archimedes            "2.5.0.0"]
                 [clojurewerkz/ogre "2.5.0.0"]

When I require [clojurewerkz.ogre.core :as g] in repl, I get this error:

java.io.FileNotFoundException: Could not locate clojurewerkz/ogre/core__init.class or clojurewerkz/ogre/core.clj on classpath: 

Some checking that I did:
- In lein deps :tree, I do have [clojurewerkz/ogre "2.5.0.0"]
- In clojure.java.classpath/classpath, I do have #<File /home/vagrant/.m2/repository/clojurewerkz/ogre/2.5.0.0/ogre-2.5.0.0.jar

Any suggestion on this error? Thanks.

Ray Miller

unread,
Dec 3, 2014, 2:37:30 AM12/3/14
to Fairuz WAN ISMAIL, clojure-...@googlegroups.com
I cannot reproduce this.

I created a new project, cut-and-pasted your dependencies, and ran 'lein repl', then:

user=> (require '[clojurewerkz.ogre.core :as g])
nil


--
You received this message because you are subscribed to the Google Groups "Clojure Titanium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure-titani...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Fairuz WAN ISMAIL

unread,
Dec 3, 2014, 6:47:55 PM12/3/14
to clojure-...@googlegroups.com, wmfairuz....@gmail.com
True, I have no problem in lein repl.

Apparently, the problem is only in LightTable's instarepl
Reply all
Reply to author
Forward
0 new messages