I am using IntelliJ 7, which I think may be part of the problem. I wasn’t aware that grails would build to its own directory so my IntelliJ build and the command line build were going to two separate places. I did multiple cleans through IntelliJ but it obviously wasn’t hitting the grails folders. I just started using this version of the IDE since it has RoR and Grails support but I haven’t learned all the nuances yet and find myself switching back over to the command line pretty frequently.
]]>hope that helps
Are you using an IDE to write your code? I know eclipse (used to) compile classes into the project root – not very good – you’d change the groovy file but wouldn’t see the change until you deleted the class file. I think that’s been fixed for a while though.
]]>