运行grails generate-all User时报错
grails:\>grails generate-all User
Welcome to Grails 1.0 -
http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: F:\grails-1.0\grails
Base Directory: F:\grails-1.0\demo
Environment set to development
Note: No plugin scripts found
Running script F:\grails-1.0\grails\scripts\GenerateAll.groovy
Error executing script GenerateAll: startup failed, GenerateAll_groovy: 53: you tried to assign a value to the class 're
sources'. Do you have a script with this name?
@ line 53, column 4.
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, GenerateAll_groovy: 53: you tried to ass
ign a value to the class 'resources'. Do you have a script with this name?
@ line 53, column 4.
1 error
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:296)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:787)