1:
take a look at the logic in compile.xsl. You'll see that it filters out
the messages based on their priority. If you remove that filtering you'll
get what I think you're asking for.
2: CC
doesn't have that information available. Your best bet would be to write a
custom ant task to generate the info in an .xml file, merge the .xml file into
the log, and then modify unittests.xsl to display that
information.
Jtf
Hi,
My requirement is that :
1) I want a HTML report of the compilation result produced by Ant
(irrespective of whether the compilation is successful or not ).
2) I want to print the version no. of the java file ( for which the
junit test case is executed ) in the HTML report generated by Ant.
This version no. is the same as the one in VSS or CVS.
Could you help me with this ?
Regards,
Yogesh S. Pandit
Do you Yahoo!?
Protect
your identity with Yahoo! Mail AddressGuard
|