You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: deftask in this context (tasks.clj:3)
at clojure.lang.Compiler.analyze(Compiler.java:5200)
at clojure.lang.Compiler.analyze(Compiler.java:5146)
at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3031)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:5366)
The text was updated successfully, but these errors were encountered:
project.clj:
...
:tasks [foo.tasks]
...
foo/src/foo/tasks.clj:
(ns foo.tasks)
(deftask hello-world
(println "hello world."))
$ cake help
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: deftask in this context (tasks.clj:3)
at clojure.lang.Compiler.analyze(Compiler.java:5200)
at clojure.lang.Compiler.analyze(Compiler.java:5146)
at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3031)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:5366)
The text was updated successfully, but these errors were encountered: