Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 90113 invoked from network); 24 Feb 2003 21:19:48 -0000 Received: from ember.morinda.com (66.236.69.61) by daedalus.apache.org with SMTP; 24 Feb 2003 21:19:48 -0000 Received: from usmail01.morinda.com (mail.morinda.com [66.236.69.100]) by ember.morinda.com (8.11.6/8.9.3) with ESMTP id h1OLJsf30231 for ; Mon, 24 Feb 2003 14:19:54 -0700 Received: from USMAIL03.morinda.com ([172.16.6.206]) by usmail01.morinda.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 24 Feb 2003 14:19:30 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: JMeter Ant task X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 24 Feb 2003 14:19:30 -0700 Message-ID: <783A3EE2AA17B349B869477606E922A6175E17@USMAIL04.morinda.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Flattening files in task Thread-Index: AcLcL5qAPvoHqx4fRwOSC788cx4h/gACI5CAAADFbeAAAzoq0A== From: "Nathan Christiansen" To: "Ant Users List" X-OriginalArrivalTime: 24 Feb 2003 21:19:30.0877 (UTC) FILETIME=[6B7BEED0:01C2DC4A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am not aware of one, however, there is a library called JUnitPerf that = will allow you to do load testing, and performace testing. It is = produced by Clarkware Consulting, Inc. and licenced under the BSD = License. What you do is you write a JUnit Test that uses JUnitPerf as a wrapper = around the test. This allows you to use the JUnit task in ant and = therefore have the nice reports. You can use the two tests in combination to automatically fail your ant = build if under a specific simulated user load, the response is not under = a certian amount of time. Info, downloads, and such are found here: (Pay special attention to the = "Limitations" section.) http://www.clarkware.com/software/JUnitPerf.html A good introduction to integrating JUnitPerf and JUnit is in the book = "Java Tools for Extreme Programming: ..." listed in the "Resources" = section of the above web page. -- Nathan Christiansen Tahitian Noni International http://www.tahitiannoni.com -----Original Message----- From: Woo, Chen Ching [mailto:cwoo@spss.com] Sent: Monday, February 24, 2003 12:32 PM To: Ant Users List Subject: JMeter Ant task Is there any Ant task available out there for used with JMeter to = produce JUnit style report ? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org