Hi All, I had to disable a couple of JUnit tests temporarly. In order to remind myself of these disabled tests, I put an "IgnoredTest" tag into a comment close to the test method. Even though I configured the <tags> section of my taglist plugin properly (I'm sure about that because other custom tags are reported properly), no "IgnoredTest" tags are found. I put some additional "ToDo" tags in my test sources and these are not found too. So my question is: Is there any way how I can configure the taglist plugin, so that it also processes my test sources. I tried to use the <sourceDirectory> parameter, but that didn't work at all.
Any help would be appreciated, thanks in advance Ulf
