Hello,

we want to set up our grails project with Eclipse and GGTS. Unfortunately no GGTS version, even the older ones, do support Groovy 1.6 which our software does rely on.

What chances to we have? Usage of 1.7 compiler e.g. produces dozens of errors like:

Code:
org.codehaus.groovy.control.messages.SyntaxErrorMessage@12fbe81a
... or ..
Code:
/shop-1project/shop/grails-app/conf/__2F_shop_2D_1project_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.groovy: 6 Groovy:Invalid duplicate class definition of class __2F_shop_2D_1project_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp : The source /home/cklein/Entwicklung/projekte/shop/shop/grails-app/conf/__2F_shop_2D_1project_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.groovy contains at least two definitions of the class __2F_shop_2D_1project_2F_shop_2F_grails_2D_app_2F_views_2F_standardShop_2F_home_2E_gsp.
... or ...
Code:
/shop-1project/shop/grails-app/services/de/bechtle/shop/service/controller/OrderHistoryService.groovy: 119 Groovy:cannot modify final field 'customerNumbers' outside of constructor.
NOTE: We definitively can not upgrade our software due to business reasons.


Regards,
cklein