views:

60

answers:

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?

+1  A: 

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.

Rob Syme