I have 3 XSLT and I want to use those 3 to generate 3 reports. I want to able to do it with ANT and not manually. I have been doing it manually. Thanks
________________________________ From: Deepak Shetty <[email protected]> To: JMeter Users List <[email protected]> Sent: Wed, February 10, 2010 3:20:39 PM Subject: Re: How can generate multiple reports with one .jtl file sure so long as you know what report you want to generate and are willing to write XSLTs for them. You can also parse the log files to generate reports (when the file may be too big). There are no out of the box additional reports that you can generate offline... regards deepak On Wed, Feb 10, 2010 at 3:15 PM, Maya Hague <[email protected]> wrote: > Hi, > I am able to generate the 2 standard reports (summary and detailed report) > with 1 jtl file using ant (My ant script runs the test and uses xslt to > transform the jtl). Is there a way to generate more than these 2 standard > reports? > > Thanks, > Maya > > >

