Return-Path: Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 51460 invoked from network); 3 Jan 2001 08:11:23 -0000 Received: from lukla.sun.com (192.18.98.31) by h31.sny.collab.net with SMTP; 3 Jan 2001 08:11:23 -0000 Received: from centralmail1.Central.Sun.COM ([129.147.62.10]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id BAA11167 for ; Wed, 3 Jan 2001 01:11:26 -0700 (MST) Received: from esun1as-mm. (esun1as-mm.Central.Sun.COM [129.147.34.144]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id BAA04468; Wed, 3 Jan 2001 01:11:26 -0700 (MST) Received: from eng.sun.com by esun1as-mm. (SMI-8.6/SMI-SVR4) id BAA18865; Wed, 3 Jan 2001 01:27:07 -0700 Message-ID: <3A52DEFF.D51AB63A@eng.sun.com> Date: Wed, 03 Jan 2001 00:12:47 -0800 From: "Craig R. McClanahan" X-Mailer: Mozilla 4.76 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: watchdog-dev@jakarta.apache.org CC: Pierre Delisle Subject: Running the JSP-XML Tests Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N The process by which the "jsp-gtest-xml.xml" test script is generated seems really flaky and error prone. For example, consider the case where you have done a fresh checkout of jakarta-watchdog-4.0, you install it on a Tomcat 4.0 installation, and you try to execute: $WATCHDOG_HOME/bin/watchdog.sh all The "jsp-gtest-xml.xml" file is not generated, because it is only created if you specifically ask for "jsp-xml" as the test suite to be run. I would *strongly* recommend that the "jsp-gtest-xml.xml" file be generated as part of the original Watchdog build script, so that it is always available. Craig McClanahan