I just noticed that I upgraded from 0.9-preview-3, not from 0.9-rc-1.
Am 28.10.2010 um 19:28 schrieb Matthias Bohlen:
Hi,
I have just tried gradle 0.9-rc-2. I had to change my build file
slightly:
eclipseProject {
natures += 'net.sf.eclipsecs.core.CheckstyleNature'
buildCommands += 'net.sf.eclipsecs.core.CheckstyleBuilder'
}
(before, it was "natureNames" and "buildCommandNames").
After starting gradle, I noticed a little more delay during the
"Loading..." phase. After that, it ran fine.
Another strange effect: Messages from Checkstyle suddenly come in
German (I am using a German MacBook Pro) although in my
checkstyle.xml, it says:
<property name="localeCountry" value="US" />
<property name="localeLanguage" value="en" />
(I re-checked and found out that this has changed since rc-2, in
rc-1 all Checkstyle warnings come in English, as configured). I
cannot see why.
By the way: How did you manage to create colored output in my Mac OS
X terminal? Can you post a code snippet for that, here? (just
curious...)
Cheers,
Matthias