Re: Classpath set by lein swank or clojure-jack-in

2012-06-16 Thread Dave Kincaid
Thank you, Carlo! That was it! I'm using Leingingen 2. It's working great now. Dave On Saturday, June 16, 2012 8:34:08 PM UTC-5, Carlo wrote: > > On Sat, Jun 16, 2012 at 10:10 AM, Dave Kincaid > wrote: > > Sure can. Here is the project.clj: > > > > (defproject swank-test "0.1" > > :sourc

Re: Classpath set by lein swank or clojure-jack-in

2012-06-16 Thread Carlo Zancanaro
On Sat, Jun 16, 2012 at 10:10 AM, Dave Kincaid wrote: > Sure can. Here is the project.clj: > > (defproject swank-test "0.1" >   :source-path "src/main/clj" Are you using lein 1.x or lein 2.x? In lein 2.x you need to use `:source-paths ["src/main/clj"]` here. >   :test-path "test/clj" >   :java-s

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Dave Kincaid
efault directory structures. Might workaround > it for you in the short term. > > -Original Message- > From: Sean Corfield > Sender: clojure@googlegroups.com > Date: Fri, 15 Jun 2012 18:44:46 > To: > Reply-To: clojure@googlegroups.com > Subject: Re: Cla

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Peter Buckley
egroups.com Date: Fri, 15 Jun 2012 18:44:46 To: Reply-To: clojure@googlegroups.com Subject: Re: Classpath set by lein swank or clojure-jack-in Have you tried visiting the project.clj file in Emacs and then doing M-x clojure-jack-in ? That should start lein swank in the project directory and

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Sean Corfield
Have you tried visiting the project.clj file in Emacs and then doing M-x clojure-jack-in ? That should start lein swank in the project directory and pull in all the dependencies as expected. (you should start lein swank in the project root directory - containing project.clj - not in a subdirectory

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Dave Kincaid
t want to write anything *other* than clojure because it's such a >>> beautiful and effective experience. >>> -- >>> *From: * Dave Kincaid >>> *Sender: * clojure@googlegroups.com >>> *Date: *Fri, 15 Jun 2012 14:47:10 -0700 (PD

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Moritz Ulrich
ojure@googlegroups.com >> *Date: *Fri, 15 Jun 2012 14:47:10 -0700 (PDT) >> *To: * >> *ReplyTo: * clojure@googlegroups.com >> *Subject: *Classpath set by lein swank or clojure-jack-in >> >> One of the things that really been holding me back from moving ahead wit

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Dave Kincaid
2 14:47:10 -0700 (PDT) > *To: * > *ReplyTo: * clojure@googlegroups.com > *Subject: *Classpath set by lein swank or clojure-jack-in > > One of the things that really been holding me back from moving ahead with > Clojure is the difficulty I have running code that I'm writing using

Re: Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Peter Buckley
2012 14:47:10 To: Reply-To: clojure@googlegroups.com Subject: Classpath set by lein swank or clojure-jack-in One of the things that really been holding me back from moving ahead with Clojure is the difficulty I have running code that I'm writing using a repl. I generally use Emacs to cod

Classpath set by lein swank or clojure-jack-in

2012-06-15 Thread Dave Kincaid
One of the things that really been holding me back from moving ahead with Clojure is the difficulty I have running code that I'm writing using a repl. I generally use Emacs to code Clojure and I really don't understand how the classpath gets set when I use either "lein swank + slime-connect" or