Hi, There are still 2 issues with the checkstyle report (when my patch is applied) :
* it doesn't handle default packages, but that's very easy to solve * it will create links to xref/... even for classes for which there is no xref generated report ... That's because we have a discrepancy between maven.src.dir (used by checkstyle) and maven.src.set (that comes from the POM def of <sourcedirectory>) which is used by jxr. Of course, I can modify the checkstyle report to only create links for classes that are in maven.src.set but I guess the general problem is that we have 2 ways of defining source directories. I believe dIon is going to send soon a vote for solving this source directory definition issue. Thanks -Vincent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
