I am using:
- STS 2.5.0.M3
- Mac OS X 10.6.4
- JDK 1.6.0_20
- Grails 1.3.4
According to grails docs you can pass a wildcard to generate-all command.
I can run this from cmd line. e.g:
> grails generate-all "*" //note the wildcard is in quotes to avoid shell gobbling
However I can't seem to run this in STS. When I do nothing happens on the console.


Reply With Quote
