Hi,
I am new to this project and would like to know how to build the Groovy Eclipse plugin from source. I have been able to create an Eclipse project and checkout the source from:
http://svn.codehaus.org/groovy/trunk/groovy/ide/groovy-eclipse
Eclipse
build shows two errors due to an unresolved: import org.eclipse.core.runtime.Plugin
In
org.codehaus.groovy.plugin.Activator
But ignoring
those errors, I am still not sure how to actually build the
plugin itself. For example I don’t see any ant build.xml or maven pom.xml.
Am I missing something?