Question
fail on error?
I'm wondering if, like pmd, flexpmd has a notion of fail.on.error setting?
i.e. using ant to invoke pmd I might do
<antcall target="pmd">
<param name="fail.on.error" value="false"/>
</antcall>
One might want to have a daily build fail on flexpmd errors etc.
