Hi,

I have a project which uses both Clojure and Clojurescript. Hence in its 
project.clj file, I have -

:source-paths ["src/clj"]

and for Clojurescript -

{:builds
              [{;; CLJS source code path
                :source-path "src/cljs"

                ;; Google Closure (CLS) options configuration
                :compiler {;; CLS generated JS script filename
                           :output-to "resources/public/js/kiosk.js"

                           ;; minimal JS optimization directive
                           :optimizations :whitespace

                           ;; generated JS code prettyfication
                           :pretty-print true}}]}

Now when I do M-x clojure-jack-in I get the following error - 

Debugger entered--Lisp error: (error "Could not start swank server: 
'jack-in' is not a task. See 'lein help'.
")
  signal(error ("Could not start swank server: 'jack-in' is not a task. See 
'lein help'.\n"))
  error("Could not start swank server: %s" "'jack-in' is not a task. See 
'lein help'.\n")
  clojure-jack-in-sentinel(#<process swank> "exited abnormally with code 
1\n")

I have another project which uses only Clojure; there clojure-jack-in works 
perfectly.

Is this an issue or is there another way to start Clojure repl if the 
source files are in a different directory?

Thanks,
Manoj.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to