From f2b0b331116447e778cc45c13433ad1db599a3ec Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 7 Aug 2011 02:49:19 +0000 Subject: [PATCH] Cactus => Attic git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154640 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Tasks/jspc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Tasks/jspc.html b/manual/Tasks/jspc.html index cfbe52824..883618679 100644 --- a/manual/Tasks/jspc.html +++ b/manual/Tasks/jspc.html @@ -36,7 +36,7 @@ are known problems with Tomcat 5.x that won't get fixed in Ant, please use Tomcat's jspc task instead.
Instead of relying on container specific JSP-compilers we suggest deploying the raw files (*.jsp) and use the container build-in functions: after deploying run -a test suite (e.g. with Cactus or +a test suite (e.g. with Cactus or HttpUnit) against the deployed web application. So you'll get the test result and the compiled JSPs.