> mykola.nickishov: issue 83 (yaml) is almost ready. could you check this?
>
> Check what out? This?
> http://code.google.com/p/architecturerules/source/detail?r=694
Yes, you are right.
> Do you want to change the issue from Milestone-Release3.1 to
> Milestone-Release3.0?
I'm not sure about this. There are two issues:
- default configuration should be handled in a different way (not urgent though).
- excluded listeners for YAML are not yet supported.
> An update for anyone else, Mykola has been working on an API to
> support many different configuration formats to include yaml.
API was implemented with
http://code.google.com/p/architecturerules/source/detail?r=686
--
MAN-UANIC
> mykola.nickishov: what do you think about excluded listeners? are they practically usefull?
>
> That is a good question. Lets look at default-architecture-rules.xml
[skip]
> Since we include the two default listeners, we should have a way to
> remove those listeners. So for that reason I do believe that the
> answer to your question is YES. We should be able to exclude
> listeners.
Ok, org.architecturerules.listeners.LoggerListener implements
logging. But do we really need this enabled by default? And in this case
why its removal should be allowed?
org.architecturerules.listeners.ReportListener is empty and may be
safely removed.
Here is my -1 for excluded listeners.
--
MAN-UANIC
Ok, org.architecturerules.
listeners.LoggerListener implements
logging. But do we really need this enabled by default? And in this case
why its removal should be allowed?
org.architecturerules.listeners.ReportListener is empty and may be
safely removed.