Hello.
When opening a GSP in GGTS 3.2-M2 using Groovy-Compiler 1.7 and Grails 1.3.0 I am getting errors with the following scheme:
Thus I am not able to use all features within a GSP.Code:org.codehaus.groovy.control.messages.SyntaxErrorMessage@5a1185eb /liquid/shop/grails-app/conf/__2F_liquid_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.groovy: 6 Groovy:Invalid duplicate class definition of class __2F_liquid_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp : The source /home/cklein/Entwicklung/projekte/liquid/shop/grails-app/conf/__2F_liquid_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.groovy contains at least two definitions of the class __2F_liquid_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp. org.codehaus.groovy.control.messages.SyntaxErrorMessage@13c780e /liquid/shop/grails-app/conf/__2F_liquid_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.groovy: 181 Groovy:Catch statement parameter type is not a subclass of Throwable.
I am not sure whats going on here. Why does the compiler expect compiled classes at the grails-app/conf location? If I look into this folder I don't see such files.
NOTE: Grails 1.3.0 uses Groovy-1.7.2 while GGTS uses Groovy-1.7.10. Is this any kind of problem origin?
Regards,
cklein


Reply With Quote