Re: how to add customized classes to ant, customize report generated by junitreport

2005-06-24 Thread Steve Loughran
suganya subramanian wrote: Hi, I have a couple of questions 1. How do I add another class file to the ant bundle, so that it can be deployed as a single bundle along with the jar files of ant? you dont, you create a new JAR which can go on the classpath of Ant, containing your new tasks, t

how to add customized classes to ant, customize report generated by junitreport

2005-06-23 Thread suganya subramanian
Hi, I have a couple of questions 1. How do I add another class file to the ant bundle, so that it can be deployed as a single bundle along with the jar files of ant? 2. I have modified the XMLJunitResultFormatter to generate certain extra information on the xml file. How do I propagate these