Author: bodewig
Date: Sun Aug 7 02:49:19 2011
New Revision: 1154640
URL: http://svn.apache.org/viewvc?rev=1154640&view=rev
Log:
Cactus => Attic
Modified:
ant/core/trunk/manual/Tasks/jspc.html
Modified: ant/core/trunk/manual/Tasks/jspc.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/jspc.html?rev=1154640&r1=1154639&r2=1154640&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/jspc.html (original)
+++ ant/core/trunk/manual/Tasks/jspc.html Sun Aug 7 02:49:19 2011
@@ -36,7 +36,7 @@ are known problems with Tomcat 5.x that
use Tomcat's jspc task instead.<br/>
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 <a href="http://jakarta.apache.org/cactus/">Cactus</a>
or
+a test suite (e.g. with <a
href="http://attic.apache.org/projects/jakarta-cactus.html">Cactus</a> or
<a href="http://httpunit.sourceforge.net/">HttpUnit</a>) against the deployed
web
application. So you'll get the test result <i>and</i> the compiled JSPs.
</p>