leiningen relies on maven dependency resolution... the dependency entry is of the form
[groupId/artifactId "version"] You have the groupId and the artifactId both set to prjctOne. You can tell this from the path it's installed into your local repo. I believe this is default behaviour if you specify a simple project name in project.clj (i.e one without a /) This is the key entry in your logging: [INFO] Installing /Users/larrytravis/prjctOne/**prjctOne-1.0.0-SNAPSHOT.jar to /Users/larrytravis/.m2/**repository/prjctOne/prjctOne/**1.0.0- SNAPSHOT/prjctOne-1.0.0-**SNAPSHOT.jar So you need... [prjctOne/prjctOne "1.0.0-SNAPSHOT"] Neale {t: @sw1nn <https://twitter.com/#!/sw1nn>, w: sw1nn.com } On Sun, Apr 29, 2012 at 12:42 AM, Larry Travis <tra...@cs.wisc.edu> wrote: > Sean: > Your suggestion doesn't work. The Slime REPL comes up fine when I use the > dependency vector you suggest (some of the vectors I have tried prevent the > Swank server from starting), but the REPL doesn't know anything about the > functions defined in prjctOne or about the name-space in which they exist. > > So I guess for the nonce I'll just use load-file commands in the Slime > REPL to make use of my local stash of clj files, and I'll worry some time > later about getting Leiningen to construct dependencies on those files. > I'd rather spend my time on getting my programs to work than on getting my > programming environment to work. > > If you get any more ideas about how I might try to solve my problem, let > me know. Thanks. > --Larry > > > On 4/28/12 5:07 PM, Sean Corfield wrote: > >> On Sat, Apr 28, 2012 at 2:41 PM, Larry Travis<tra...@cs.wisc.edu> wrote: >> >>> That is, what would correspond to the [utilities >>> >>> "0.0.1-SNAPSHOT"] vector in your example? >>> >> Try [prjctOne "1.0.0-SNAPSHOT"] >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscribe@**googlegroups.com<clojure%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en> > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en