> 1. I was going to write a patch for the Checkstyle guys so their Ant > task would not only accept a single directory, but alternatively a > reference instead (this lets us use our src.set reference). In > addition, I was going to modify their task so that absolute paths > weren't generated but rather relative ones. This would then > generate an hierarchy identical to the jxr output and thus make > linking to the jxr output trivial. As discussed on IRC, this just would help for the checkstyle task... Might be faster to implement, but is not that helpful for future purposes...
> > 2. Try to convince people that <sourceDirectories> in the POM should > only point to one directory instead of one or more. This change was > made to the unit test and integration test elements (only one > directory can be specified), so I was going to try and push for > consistency. If the source directory is limited to a single > directory then all of these linking issues becomes trivial as well > because all these Ant tasks use the same directory when they start > processing. +1 Prefer this implementation... It would result in a more generic implementation without encountering the same problem several times, like pete mentioned. Greets, --Rainer -- Rainer Hermanns [EMAIL PROTECTED] Woperstr. 34 tel: +49 (0)170 - 3432 912 D-52134 Herzogenrath fax: +49 (0)2406 - 7398
