On 24/05/07, Jonathan Goldstein <[EMAIL PROTECTED]> wrote:
I tried the Ant task. I have some questions about that:

  1. I understand it uses the JMeter log, and not listeners that I
  configure in JMeter. What is the difference between the two?

No difference, except that the Ant task sets certain properties that
it needs for the logfile analysis.

It's equivalent to using the -l command-line flag (which picks up the
config from jmeter.properties).

  2. The generated HTML report I'm getting is empty, although the log
  file has information in it. What am I doing wrong?

Perhaps using the wrong XSL file?

You can also use the XSL on an existing log file (so long as it is XML
and has the required fields) by using the following command:

ant -Dtest=script report

Have a look at the build.xml file in the extras directory.

Thanks,
Jonathan


On 5/24/07, sebb <[EMAIL PROTECTED]> wrote:

> There's also the Ant task and some stylesheets in the "extras" directory.
>
> S.
> On 24/05/07, Jonathan Goldstein <[EMAIL PROTECTED]> wrote:
> > Thanks. What about the report components - can I use them? Are they at
> all
> > functional? In the user manual (section
> > 18.10<
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Reports
> >),
> > there is no information about them.
> >
> > Jonathan
> >
> >
> > On 5/21/07, aidy lewis <[EMAIL PROTECTED]> wrote:
> > >
> > > On 21/05/07, Jonathan Goldstein <[EMAIL PROTECTED]> wrote:
> > > >  Hi,
> > > >
> > > > How can I create an HTML report after a test run? Do I need to use
> HTML
> > > > Report Writer for this?
> > >
> > > I will post some code on the faq when I get home. I use REXML to log
> > > to XML then XSLT to create an HTML test run page.
> > >
> > > aidy
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to