[Codenarc-user] [ANN] Grails CodeNarc Plugin v0.6
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2010-05-22 20:22:50
|
I just released version 0.6 of the Grails CodeNarc plugin, which includes CodeNarc 0.9. See <http://grails.org/plugin/codenarc> http://grails.org/plugin/codenarc Changes include: * Fix bug #1941: "Getting error trying grails codenarc using 0.4 in grails 1.2.1". http://jira.codehaus.org/browse/GRAILSPLUGINS-1941. Modify "CodeNarc.groovy" to not crash id the "Config.groovy" file is missing. * Show the results (# of priority 1/2/3 violations) of a grails codenarc execution. CodeNarcRunner fixed to also println() summary in addition to LOG.info(). [Fixed in CodeNarc v0.9] * Fix "Error executing script Codenarc: groovy.lang.MissingPropertyException: No such property: W3C_XML_SCHEMA_NS_URI for class: javax.xml.XMLConstants gant.TargetExecutionException: groovy.lang.MissingPropertyException: No such property: W3C_XML_SCHEMA_NS_URI for class". [Fixed in CodeNarc v0.9] Chris |