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?

link|improve this question

75% accept rate
feedback

1 Answer

Maven is the system for building the application from sources. Creating a "Clojure 1.2 Maven Project" creates a Clojure project that uses maven for the build process.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.