오류를 누아 오류 페이지에 표시된 : java.io.FileNotFoundException: Could not locate boundaries/lat_long__init.class or boundaries/lat_long.clj on class path
의 Clojure 네임 스페이스 지정 변환 -에 _
코드를 필요
(ns boundaries.views.boundary
(:use noir.core
hiccup.core
hiccup.page-helpers)
(:require
[boundaries.lat-long :as lat-long]
[noir.response :as resp]))
왜 대신 지정된 lat-long
의 lat_long
를 찾고? boundaries/lat-long.clj뿐만 아니라 상응하는 경계가 존재합니다. 긴 긴 이름 공간. Clojure의 컴파일러는 _
의
문제가 project.clj 종속성 가능성이 높습니다로 변환 있도록
안녕하세요. Chris입니다. 응답이라고 생각합니다. http://stackoverflow.com/q/4420944/151650 – DanLebrero