Do you try to run the command, ./ng
de.kotka.vimclojure.nails.NamespaceOfFile ?
The following is the result when I tried to run this after starting a
ngserver:
> cd your-vimcljure-directory
>./ng de.kotka.vimclojure.nails.NamespaceOfFile
java.lang.ClassNotFoundException:
de.kotka.vimclojure.nails.NamespaceOfFile
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:
301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:
320)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.martiansoftware.nailgun.NGSession.run(Unknown Source)
I also have the same problem you confronted. As I am a beginner java
and clojure,
I mistake setting up CLASSPATH value.
On 3ζ13ζ₯, εεΎ8:55, Mark Volkmann <[email protected]> wrote:
> On Thu, Mar 12, 2009 at 6:05 PM, Kyle Schaffrick <[email protected]> wrote:
>
> >> 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 got this exact error also at first. It turned out there was an
> > extraneous file in my .vim from an older version of Gorilla, pretty sure
> > it was ~/.vim/after/ftplugin/clojure.vim.
>
> > Deleting this file and restarting Vim fixed it for me.
>
> I deleted all the files related to VimClojure and Gorilla from under
> my .vim directory and then copied the VimClojure files there again,
> but I'm still getting the same error.
>
> --
> R. Mark Volkmann
> Object Computing, Inc.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---