Started a new project using Grails RC3 (Windows 7 64 bit Java 1.6)
Installed spring-security-core plugin
Now whenever i do a GRAILS run-app it prompts me to upgrade webxml-1.4 to 1.3.1 over and over again
I use IntelliJ 10.5.3 and the console does not let me type NO so I can't use the IDE to debug.
Possible solutions I see in order of preference - Find a way to skip the plugin upgrade question - Manually modify the spring-security-core config somewhere to depend on webxml 1.4 - Switch to STS to develop (Console works in STS)
Thanks