Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread Meikel Brandmeyer
Hi, Am 14.03.2009 um 16:53 schrieb stephaner: [java] java.lang.Exception: Unable to resolve symbol: type in this context (util.clj:285) You are missing the type function, which was added in a recent SVN version (rev 1307). At the moment VimClojure relies on a more recent SVN revision. Ple

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread stephaner
Hi I did get it working, I had to pull out of svn and rebuild clojure and clojure-contrib. Thank you everyone for your help, Stéphane On Mar 14, 11:53 am, stephaner wrote: > Hi again, > > There are some errors in the build process. First here is my > local.properties > > clojure.jar=/home/ste

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread stephaner
Hi again, There are some errors in the build process. First here is my local.properties clojure.jar=/home/stephane/src/clojure/clojure.jar clojure-contrib.jar=/home/stephane/src/clojure-contrib/clojure- contrib.jar nailgun-client=ng I did built it with either a single : ant and a build script:

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread Meikel Brandmeyer
Hi, Am 14.03.2009 um 16:16 schrieb stephaner: de/kotka/vimclojure/backend.clj de/kotka/vimclojure/nails.clj de/kotka/vimclojure/repl.clj These don't get compiled. There is definitively an error in the ant build. How do you invoce ant? Did you create the local.properties file as the README sta

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread stephaner
Hi again, I did try using your install script, build with ant seems ok, but still get the same error: ./ng de.kotka.vimclojure.nails.NamespaceOfFile < /home/steph/testsrc/ test.clj java.lang.ClassNotFoundException: de.kotka.vimclojure.nails.NamespaceOfFile at java.net.URLClassLoader$1.r

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

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread Meikel Brandmeyer
Hi, Am 14.03.2009 um 14:50 schrieb stephaner: Here is the output using the client alone: ~/src/vimclojure-2.0.0$ ./ng de.kotka.vimclojure.nails.NamespaceOfFile < /home/steph/testsrc/test.clj java.lang.ClassNotFoundException: de.kotka.vimclojure.nails.NamespaceOfFile at java.net.URLClass

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread stephaner
Hi Mr Brandmeyer, The server is running: NGServer started on 127.0.0.1, port 2113. Here is the output using the client alone: ~/src/vimclojure-2.0.0$ ./ng de.kotka.vimclojure.nails.NamespaceOfFile < /home/steph/testsrc/test.clj java.lang.ClassNotFoundException: de.kotka.vimclojure.nails.Namespa

Re: VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread Meikel Brandmeyer
Hi, Am 14.03.2009 um 13:33 schrieb stephaner: When I try to read a clojure source file, I have the following exception: Error detected while processing function vimclojure#ExecuteNailWithInput: line 23: E605: Exception not caught: Couldn't execute Nail! /home/steph/src/ vimclojure -2.0.0/ng

VimClojure 2.0.0 Exception while reading a .clj

2009-03-14 Thread stephaner
When I try to read a clojure source file, I have the following exception: Error detected while processing function vimclojure#ExecuteNailWithInput: line 23: E605: Exception not caught: Couldn't execute Nail! /home/steph/src/ vimclojure -2.0.0/ng de.kotka.vimclojure.nails.NamespaceOfFile 5_LoadF