bOR_ <boris.sch...@gmail.com> writes:

> I think I cannot escape spelling out the ~/.m2/paths to clojure.jar
> and clojure-contrib.jar in vimclojures' local.properties file, but is
> there any way I can get start the nailgun server from my projects'
> directory and it just takes ./lib as its classpath?

java -cp 'src:classes:lib/*:nailgun.jar' \
     com.martiansoftware.nailgun.NGServer 127.0.0.1

Even easier there's a lein-nailgun plugin which has been uploaded by
gilbertl:

http://clojars.org/lein-nailgun

Just add it to :dev-dependencies in your project.clj.  Then you should
be able to just do:

lein nailgun

-- 
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

Reply via email to