[Clirr-devel] Phew! Message-related commits complete
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-07-02 03:09:28
|
Hi Lars, Well I think those commit emails should have filled your email inbox nicely by now :-). I think that's all done. Now I just need to update the xdocs to document each of these possible errors...should keep me busy for a while. Of course if you wish to share the fun ... One thing that should now be fairly easy to support if you wish to is adding some stuff to the Ant task to allow users to selectively ignore certain messages. Because each message has a unique id, it should be simple to support tags in the ant file like: <ignore-error class="com.acme.widget" message-id="7001"/> When a build "clirrs" (in your suggested terminology :-), but the user doesn't care about that particular problem, they could add a tag like this to suppress the error-counting for that problem. And it will work for any locale, because the message-ids don't change by locale. Just a thought.... Regards, Simon |