I am trying to use the anteater.report ant task to
generate HTML file of my XML logs. I am able to
successfully create the XML log files, but I am stuck
in getting the HTML report part.
I get this error:
[java]
file:C:/AntEater/anteater-0.9.16/resources/scripts/report.xml:109:
Errors while applying transformations:
javax.xml.transform.TransformerException:
java.lang.ClassNotFoundException: net/URLDecoder
I have tried changing the xalan.jar to 2.6, I have
tried changing the JRE to 1.3, no luck.
Please advice what I am missing here.
Thanks
Mani
maniperia@yahoo.com
Logged In: NO
I had a same problem and fixed with instructions in bug
report 721053
"Report styleshhets broken (URLDecoder)
In both the frames and no-frames xsl sheets, there
are 2 occurrences of java:net.URLDecoder
all four should be java:java.net.URLDecoder"