Fork me on GitHub
#perun
<
2019-07-26
>
jayesh-bhoot15:07:10

Hi! Can anyone help me with this error? java.io.FileNotFoundException: Could not locate io/perun__init.class or io/perun.clj on classpath. clojure.lang.ExceptionInfo: Could not locate io/perun__init.class or io/perun.clj on classpath.

jayesh-bhoot15:07:21

everything was working fine a month ago.

jayesh-bhoot15:07:07

(set-env!
  ; 
  ; for files which are to be emitted as final artifacts,
  ; use either :resource-paths or :asset-paths, depending on usage given in the docs.
  :source-paths #{"src" "content"}
  :dependencies '[[perun "0.4.2-SNAPSHOT"]
                  [hiccup "1.0.5" exclusions [org.clojure/clojure]]
                  [pandeiro/boot-http "0.8.3" :exclusions [org.clojure/clojure]]]
  
  (require '[clojure.string :as str]
           '[io.perun :as perun]
           '[site.index :as index-view]
           '[ :as post-view]
           '[pandeiro.boot-http :refer [serve]]))

allentiak17:07:54

Hi, @jysh What do you mean by "one month ago"?

allentiak17:07:38

Have you tried the latest -SNAPSHOT?

allentiak17:07:15

I think it the latest SNAPSHOT is 0.4.3, not 0.4.2...