Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Grails-Spring-Security-UI 0.1.2
-
Fix Version/s: Grails-Spring-Security-UI 0.2
-
Labels:None
-
Environment:Windows, Grails 1.3.6, Security-core 1.1
Description
created new grails project.
installed plugins - security core, email UI.
created a simple home page
tried to build project.
seems that the version checking in the security ui is broken??? please help...
- Plugin: springSecurityUi
- Dependencies:
Error: The following plugins failed to load due to missing dependencies: [springSecurityUi] - springSecurityCore (Required: 0.4 > *, Found: 1.1)
- mail (Required: 0.9 > *, Found: 1.0-SNAPSHOT)
! jquery (Required: 1.4.2.5 > *, Found: Not Installed) [INVALID]
! jqueryUi (Required: 1.8.2.3 > *, Found: Not Installed) [INVALID]
! famfamfam (Required: 1.0 > *, Found: Not Installed) [INVALID]
I'm on Grails 2.0 and having similar issues with the jquery-ui dependency.
My application.properties has 1.8.15, which seems like it should be newer than 1.8.2.3. Is there some kind of comparator that's not translating these octets into digits?