I'm starting a project using grails and have installed several versions: 2.3.8, 2.4.1. But when I create a new project in GGTS version 3.5.1 with the platform Eclipse Kepler 4.3.2 using grails 2.3.8 a yellow warning sign next to the project name appears in the project explorer; and the Markers window I get the following description The resource is a duplicate of .link_to_grails_plugins/hibernate-3.6.10.13/grails-app/i18n/messages.properties and was not copied to the output folder Resource messages.properties and Type Java Problem
If I create a project using grails 2.4.1 a big red mark "!" appears next to the project name and a popup windows stating that "Building Workspace" has encountered a problem. The specific deatils are the following:
Errors occurred during the build. Errors running builder 'Java Builder' on project 'Indicat2'. org.codehaus.groovy.runtime.DefaultGroovyMethods.count(Ljava/lang/Iterable;Lgroovy>/lang/Closure;)Ljava/lang/Number;
Im using Fedora 19 with latest updates, jdk 1.7.0_55
I've searched the web but nothing useful has come up...