saunik.singh@b24esolutions.com |
Posted - 27/07/2012 : 19:30:46 when i import project in eclipse i found many errors after resolving some errors I installed Grail 2.0.4 in eclipse i added groovy & Grail plugin regarding this but i found some dependency errors after adding that dependencies which is provided by your side
| Loading Grails 2.0.4 | Configuring classpath. | Environment set to development..... | Packaging Grails application | Warning No plugin [release-2.0.3] installed, cannot uninstall | Packaging Grails application.. | Compiling 43 source files. | Error Compilation error: startup failed: D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 8: unable to resolve class Form , unable to find class for annotation @ line 8, column 1. @Form ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 14: unable to resolve class DateTime , unable to find class for annotation @ line 14, column 2. @DateTime(label="Date Created") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 17: unable to resolve class DateTime , unable to find class for annotation @ line 17, column 2. @DateTime(mode="EN",label="Date Updated") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 20: unable to resolve class Text , unable to find class for annotation @ line 20, column 2. @Text(label="Actor") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 23: unable to resolve class Text , unable to find class for annotation @ line 23, column 2. @Text(mode="EN",label="uri") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 26: unable to resolve class Text , unable to find class for annotation @ line 26, column 2. @Text(label="Class Name") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 29: unable to resolve class Text , unable to find class for annotation @ line 29, column 2. @Text(label="Object Id") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 32: unable to resolve class Text , unable to find class for annotation @ line 32, column 2. @Text(mode="EN",label="Object Ver.") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 35: unable to resolve class Text , unable to find class for annotation @ line 35, column 2. @Text(label="Event Name") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 38: unable to resolve class Text , unable to find class for annotation @ line 38, column 2. @Text(label="Property") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 41: unable to resolve class Text , unable to find class for annotation @ line 41, column 2. @Text(label="Old Value") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 44: unable to resolve class Text , unable to find class for annotation @ line 44, column 2. @Text(label="New Value") ^ D:\Mobigator_NewWorkSpace2\CMS3\plugins\audit-logging-0.4\grails-app\domain\AuditLogEvent.groovy: 47: unable to resolve class Text , unable to find class for annotation @ line 47, column 2. @Text(label="Session ID") ^ 13 errors
|