My usage of the srcdir attribute in the mergestat task
are causing me headaches and I need to know more about
how it works. I've read the web info, but its not enough.
I've passed the the following as my srcdir attribute:
C:/tmp/ebldtool/ecordav/20060530/ARNE
The source itself does not begin at that level, but is
contained within seperate subdirectories of that file.
There is a succesful merge, then when I build my charts
and run the html wrapper xsl, I get the following (a
sample) link to one of the files.
C:/tmp/ebldtool/ecordav/20060530/ARNE/ARNE_CLIENT/src/com/ericsson/nms/arne/client/entries/AreaInputEntry.java
I mean the above is literally highlighted as a link.
I'm attaching a screen grab to show you what I mean.
I'd like to have the links at the package level
(starting at com/) but don't know how.
screenshot of package link error
Logged In: YES
user_id=1025393
OK, had a further look at this issue, and realised what was
happening. My PMD task was running with the shortFilenames
attribute set to false. Setting it to true fixes the problem.
I'm going to file a bug report, which you can close if you
so choose regarding the problem.