I have src and test in the directory I'm passing in. The problem however, seems to be on the emacs end. In the mini-buffer when I enter in Project root: <path-to-project> and press return, the cursor just moves to the next line in the mini- buffer. So I think that the clojure-project function is getting stuck right at that spot.
On Jan 5, 11:01 pm, Konrad Hinsen <konrad.hin...@fastmail.net> wrote: > On 06.01.2010, at 07:26, Rob Lachlan wrote: > > > but when I put it in .emacs, and invoked it, the function seemed to > > get stuck. I'm asked in the mini-buffer for the project root, and I > > write it in and press return, but nothing happens. I just keep > > getting carriage returns in the mini-buffer. Any ideas? > > The root directory should be a directory containing subdirectories > src, test, and lib (each one is optional, but there needs to be at > least one of them). src and test are put directly on the classpath, > and all jar files in lib are added as well. > > Perhaps you specified as project root directlly the directory > containing your source code? > > Konrad.
-- 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