Hi guys, I'm trying to configure
ant to generate
jUnit report , I was able to create HTML file in my reports folder. but the problem is the html that was generated has no text on summary of the
test case performed.
Generating jUnit reports in ANT need xalan jar for transforming XML documents into HTML, I already included xalan.jar in my ANT lib folder.. But still doesn't work..
Any clue or suggestion what might be the cause of the problem? Thanks
Below is the code of my junit report:
BTW, Im using ant 1.8 version.
Thanks in advance..