Am 20.08.2010 um 00:53 schrieb Adam Murdoch:

In the meantime, you can configure the eclipseProject task to include the nature and build command. For example:

eclipseProject {
   natures 'net.sf.eclipsecs.core.CheckstyleBuilder'
   buildCommand 'net.sf.eclipsecs.core.CheckstyleNature'
}

Hi,

this is what I did in the meantime:

eclipseProject {
    natureNames += 'net.sf.eclipsecs.core.CheckstyleNature'
    buildCommandNames += 'net.sf.eclipsecs.core.CheckstyleBuilder'
}

Cheers,
Matthias


Reply via email to