I am hoping there are some people who have seen and have a solution for the problem that I am having right now with ant script. I am using an ant script to compile my java c
It was stated in https://bugs.eclipse.org/bugs/show_bug.cgi?id=384757#c18 that the fix for this was in Ant 1.9 but unfortunately it seems to be sechduled for 1.9.1 now. So in the mean time this worked for me.
You can use the style sheets from http://svn.apache.org/viewvc?view=revision&revision=1453414.
Then add "stledir" to the report tag. example: styledir="c:\utils"