I have a problem with STS 2.9.1 and Grails 2.0.3 on MacOS Lion:
I have a small Grails app that used to run with Grails 2.0.1. I did a 'grails upgrade' to upgrade to Grails 2.0.3. Now I cannot run the app from inside STS anymore, although it still works perfectly on the command line with 'grails run-app'. STS complains about a missing grails-bootstrap-2.0.1.jar which is still referenced by the class path - which it isn't.
What *does* help is symlinking grails-bootstrap-2.0.3.jar to grails-bootstrap-2.0.1.jar - but this is not the solution I prefer.
"grails clean", "Project clean" etc. all do nothing to solve the problem.
Can anyone help me with that? Thanks in advance!


Reply With Quote
