Building CodeNarc 0.8 fails.
Brought to you by:
chrismair
I've downloaded the .tar.gz and building it using
mvn clean install
fails.
Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
Java version: 1.6.0_17
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
Output of "mvn clean install"
Please see the attached output for more info.
There were some platform and locale dependencies within the failing tests. I have dixed and checked into SVN. The fixes will be included in the next release.
Removed platform/locale dependencies: AbstractReportWriterTest, UrlResourceTest, GrailsSessionReferenceRuleTest, GrailsPublicControllerMethodRuleTest, GrailsServletContextReferenceRuleTest, GrailsStatelessServiceRuleTest.
Chris Mair
I can confirm that this is fixed in r298.
Thanks!
Fixed as part of CodeNarc version 0.8.1.
- Chris Mair