enclojure

Enclojure REPL can't find dependent clj file on Load

I have a problem with the Enclojure REPL and using clojure modules from it. The Load/Change REPL to file/ns works fine with an isolated clojure file, but breaks with a file which has references to another clojure file which I try to use from my project. Here are the exact steps: Create a new project. Create a clojure module foobar.cl...

Enclojure NBM file turns out to be a folder

I'm trying to install Enclojure. I've downloaded the latest zip file from GitHub (http://github.com/EricThorsen/enclojure/downloads), but when I unzip it, I get a folder ending in .nbm, not a file. The install directions say to point NetBeans to a .nbm file, not a folder, and NetBeans won't let me select the folder, either. The folder co...

Installing Enclosure with Netbeans

Hi all, I am having trouble installing Enclosure and getting it to work. I have followed this guide http://www.enclojure.org/gettingstarted and successfully installed Enclosure (I think). However, when I try to build the sample application (labrepl) I get a bunch of errors and a failed build. I haven't used Java in a long time and I'v...

Failure creating clojure project in Netbeans

I decided to take a look at Clojure and thought the best and easiest method for me would be to use Netbeans with the Enclojure plugin as I didn't want to have to learn Emacs at the same time. I installed Netbeans 6.9.1 together with the latest JDK using the bundled install (on Windows 7). All went smoothly. I then followed the instruct...

How do I create a "Clojure Application" project in Netbeans 6.9.1

Hi, in Netbeans 6.8 / Enclojure 1.1.3 I have an option for "Clojure Application" when I create a new project. In Netbeans 6.9.1 / Enclojure 1.4(?) this option doesn't appear and instead there is the option of "Clojure Maven". Am I missing something obvious? Is there an option for creating Clojure Application project in 6.9.1? ...