Re: VimClojure 2

2009-03-13 Thread Yasuto TAKENAKA
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

Re: VimClojure 2

2009-03-13 Thread Yasuto TAKENAKA
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

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread Yasuto TAKENAKA
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