hdockter wrote:
> 
> Kind of. Could you please file a Jira?
> 

done.


hdockter wrote:
> 
> What other requirements are there for Eclipse Groovy projects (e.g. I  
> guess we should assume that the Eclipse Groovy  plugin is used ...
> 

i think so. 

one of the problems with todays 'greclipse'
will IMO be:  http://jira.codehaus.org/browse/GRECLIPSE-51
http://jira.codehaus.org/browse/GRECLIPSE-51 . this is a problem, that
gradle and maven have in common.
 

hdockter wrote:
> 
> put the proper builder information in the project file). I'm using  
> IntelliJ. It would be great if you could give us the details for this.
> 

1. in -F .project

- add buildCommand org.codehaus.groovy.eclipse.groovyBuilder
- add nature org.codehaus.groovy.eclipse.groovyNature

2. in -D .settings

add -F .settings/org.codehaus.groovy.eclipse.preferences.prefs

see snippets below ... i am not sure, if this is all.

*** snip1 = -F .project ***
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name>myproject</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
                        <name>org.eclipse.jdt.core.javabuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
                <buildCommand>
                        <name>org.codehaus.groovy.eclipse.groovyBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
                <nature>org.codehaus.groovy.eclipse.groovyNature</nature>
        </natures>
</projectDescription>
*** snap1 ***


*** snip2 = -F .settings\org.codehaus.groovy.eclipse.preferences.prefs ***
#Mon Sep 01 14:37:15 CEST 2008
eclipse.preferences.version=1
groovy.compiler.output.path=build/classes
support.groovy=true
*** snap2 ***


-- 
View this message in context: 
http://www.nabble.com/Configuration-issues-tp19239895p19263597.html
Sent from the gradle-dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to