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
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.nai
hi
I have soluved the same problem. the conclusion is when ant made
vimclojure.jar, ant failed compiling it. Please check local.propaties
out. or you modify 'CLOJURE', 'CLOJURECONTRIB' and 'VIMCOLJUREHOME' of
my installer.sh. This script works on sh/bash/zsh ...
installer.sh
#!/bin/sh
# insta