I think the " could be a problem in generating your path in .vimrc. Try...
let vimclojure#NailgunClient='/your_path/vimclojure-2.0.0/ng'

and don't forget also for .vimrc
let g:clj_want_gorilla = 1

Rgds, Adrian.

On Fri, Mar 13, 2009 at 2:09 AM, Yasuto TAKENAKA <y.taken...@gmail.com> wrote:
>
> In my environment, same error occurs ... although I have erased
> Gorilla and previous vimclojure packages. I install it using my
> installer script. If wrong, let me know.
> --
> #!/bin/sh
> # installer.sh - a simple vimclojure installer.
> # Please rewrite CLOJURE, CLOJURECONTRIB and VIMCLOJUREHOME.
> #   The example is that CLOJURE is ~/opt/clojure/clojure.jar,
> #   that CLOJURECONTRIB is ~/opt/clojure-contrib/clojure-contrib.jar
> #   and that VIMCLOJUREHOME is ~/opt/vimclojure .
>
> CLOJURE="${HOME}/opt/clojure/clojure.jar"
> CLOJURECONTRIB="${HOME}/opt/clojure-contrib/clojure-contrib.jar"
> NAILGUNCLIENT="ng"
> VIMCLOJUREHOME="${HOME}/opt/vimclojure"
>
> cp -r {autoload,doc,ftdetect,ftplugin,indent,syntax} ${HOME}/.vim
> ant -Dnailgun-client=${NAILGUNCLIENT} -Dclojure.jar=${CLOJURE} -
> Dclojure-contrib.jar=${CLOJURE-CONTRIB}
>
> # ./ngserver is a shell script for clojure server of vimclojure.
>
> echo '#!/bin/sh' > ngserver
> echo java -cp ${CLOJURE}:${CLOJURECONTRIB}:${VIMCLOJUREHOME}/
> vimclojure.jar com.martiansoftware.nailgun.NGServer 127.0.0.1 >>
> ngserver
> chmod 755 ngserver
>
> # echo let vimclojure#NailgunClient=\"${VIMCLOJUREHOME}/ng\">> $
> {HOME}/.vimrc
> --
>
> On 3月13日, 午前5:30, Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
>> On Mar 12, 3:21 pm, Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
>>
>> > The README.txt file doesn't describe the files that need to be copied
>> > to ~/.vim. I'm getting errors starting Vim now. I suspect it's because
>> > I haven't copied all the necessary files to my ~/.vim directory. Which
>> > files do I need to copy?
>>
>> Here is the copy command I used:
>>
>> cp -r {autoload,bin,doc,ftdetect,ftplugin,indent,syntax} ~/.vim
>>
>> Here are the errors I'm getting.
>>
>> Error detected while processing function
>> vimclojure#ExecuteNailWithInput:
>> line   23:
>> E605: Exception not caught: Couldn't execute Nail! ng
>> de.kotka.vimclojure.nails.N
>> amespaceOfFile </var/folders/fd/fduD2R4HFwWXFCpC4prCMk+++TI/-Tmp-/
>> v920635/0
>> Error detected while processing /Users/Mark/.vim/ftplugin/clojure.vim:
>> line  131:
>> E171: Missing :endif
>> Error detected while processing function <SNR>9_LoadFTPlugin:
>> line   17:
>> E170: Missing :endfor
>>
>> I do have nailgun running. The window it's in says "NGServer started
>> on 127.0.0.1, port 2113."
>
> >
>

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