Fork me on GitHub
#yada
<
2016-06-28
>
gas08:06:21

latest edge : dont get past boot dev Retrieving yada-1.1.26.jar from https://clojars.org/repo/ (89k) clojure.lang.ExceptionInfo: Could not locate phonebook/schema__init.class or phonebook/schema.clj on classpath. data: {:file "edge/phonebook/db.clj", :line 1} java.io.FileNotFoundException: Could not locate phonebook/schema__init.class or phonebook/schema.clj on classpath. ... clojure.core/load/fn core.clj: 5866

dominicm09:06:02

https://github.com/juxt/edge/blob/master/src/edge/phonebook/db.clj#L7 this line likely needs changing to edge.phonebook.schema

gas09:06:25

ahh I can see how you get the file from the error message now.. just a newbie sorry

dominicm09:06:11

@gas: No need for apology. It shouldn't have been a problem in the first place! I'm glad it's working for you now though.

gas09:06:17

@dominicm had to remove from schema.clj copy & paste error on two ns statements as error $ boot dev clojure.lang.ExceptionInfo: Phonebook does not exist now Im away - I’m getting there!

malcolmsparks12:06:34

I have some fixes for edge ready to push

tawus23:06:18

I get a 405 - method not allowed when I try to use a sub-resource. Even using new-classpath-resource results in the same 405 - method not allowed error.