I installed acegi.
So, then i run grails create-auth-domains User Role Requestmap, it didn't create any domain class. Why?
This is my console show:
E:\Grails\Linh> grails create-auth-domains User Role Requestmap
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: D:\Grails\grails-1.3.7
Base Directory: E:\Grails\Linh
Resolving dependencies...
Dependencies resolved in 715ms.
Running script C:\Users\My\.grails\1.3.7\projects\Linh\plugins\acegi-0.5.3.2\scripts\CreateAuthDomains.groovy
Environment set to development
[copy] Copying 1 resource to E:\Grails\Linh
[unjar] Expanding: E:\Grails\Linh\grails-shared-files.jar into E:\Grails\Linh
[delete] Deleting: E:\Grails\Linh\grails-shared-files.jar
[copy] Copying 1 resource to E:\Grails\Linh
[unjar] Expanding: E:\Grails\Linh\grails-app-files.jar into E:\Grails\Linh
[delete] Deleting: E:\Grails\Linh\grails-app-files.jar
Thanks
grails list-plugins -installedand tell us if acegi is present? – Antoine Nov 9 '11 at 13:42Development on this plugin has stopped. You're encouraged to use the new Spring Security Core plugin instead which is the official Grails security plugin and will be actively maintained.– tim_yates Nov 9 '11 at 13:51