You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2001/01/03 09:12:47 UTC

Running the JSP-XML Tests

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