maxifelix / langSelector

grails-lang-selector plugin
Other
0 stars 4 forks source link

Compilation error Grails 2.4.5 #14

Open biohazardxxx opened 8 years ago

biohazardxxx commented 8 years ago

Hi, with Grails 2.4.5 and plugin lang-selector-0.3 I get

[groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  [groovyc] C:\xxx\M3releaseTool\m3release\target\work\plugins\lang-selector-0.3\grails-app\utils\com\mfelix\grails\plugins\langSelector\StaticConfig.groovy: 3: unable to resolve class org.codehaus.groovy.grails.commons.ConfigurationHolder
  [groovyc]  @ line 3, column 1.
  [groovyc]    import org.codehaus.groovy.grails.commons.ConfigurationHolder as CH
  [groovyc]    ^
  [groovyc] 
  [groovyc] 1 error

version 0.4 is not available from https://repo.grails.org/grails/plugins

Best regards -Bio

stokito commented 8 years ago

Currently this plugin is supported by me and @maxifelix but to be honest I haven't time nowadays. So you can try to clone v0.4 and release it to BinTray for example, or send us patch. Or you can easily implement this functionality youself in your project . See this project for example https://github.com/stokito/grails-locale-configuration-plugin-demo/blob/master/grails-app/views/index/index.gsp

Sorry, it's open source.