I've recently started using Grails and I have the following questions about the available tools for development on the framework:
I tried using maven with the a project, but that wasn't working so I switched to the in-built ant/ivy system. It works fine and is easy to use, but I'm curious if down the road there may be problems - i.e. during deployment time.
I started with Gedit, but would like to switch to either Netbeans or Eclipse. While both have groovy and gsp support, neither seems to be able to use ivy. Does anyone know how to configure either to use the ivy cache?
Edit:
My second question is similar to http://stackoverflow.com/questions/1869574/how-to-make-use-of-grails-dependencies-in-your-ide
Essentially, I'd like to make use of the dependencies gathered by grails (BuildConfig.groovy) in the ivy cache in eclipse or netbeans.