Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Niels van Klaveren
After saving the edited project.clj, the dependencies should be downloaded, placed in the local repository, and linked inside the Leiningen Dependencies section of your project. Be sure to check if the jar is inside the Leiningen Dependencies before starting the REPL anew. On Tuesday, November

Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Josh Kamau
Thanks. I had tried that. I guess i was doing something wrong. Let me try again. Josh On Tue, Nov 12, 2013 at 4:53 PM, Niels van Klaveren < niels.vanklave...@gmail.com> wrote: > You only need to restart the REPL since the new library needs to be on the > classpath. > > > On Tuesday, November 12

Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Niels van Klaveren
You only need to restart the REPL since the new library needs to be on the classpath. On Tuesday, November 12, 2013 2:48:21 PM UTC+1, Josh Kamau wrote: > > Hi there ; > > I have a counterclockwise project on eclipse. I have just added a new > library dependency to project.clj. What do i need t

Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Josh Kamau
Hi there ; I have a counterclockwise project on eclipse. I have just added a new library dependency to project.clj. What do i need to do so that the the namespaces provided by the new library are available during autocomplet.. especially on the repl. Regards. Josh -- -- You received this mes