Browse Source

bug 14034: doc corrections

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274225 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
12793a5b1d
1 changed files with 9 additions and 5 deletions
  1. +9
    -5
      docs/manual/OptionalTasks/jspc.html

+ 9
- 5
docs/manual/OptionalTasks/jspc.html View File

@@ -25,8 +25,11 @@ in class or taglib dependencies, or <jsp:include> references.
By default the task uses the Jasper JSP compiler. This By default the task uses the Jasper JSP compiler. This
means the task needs jasper.jar and jasper-runtime.jar, which come with means the task needs jasper.jar and jasper-runtime.jar, which come with
builds of Tomcat 4/Catalina from the builds of Tomcat 4/Catalina from the
<a href="http://jakarta.apache.org/tomcat/">Jakarta Tomcat project</a>.
We recommend Tomcat version 4.1.x for the most robust version of jasper.
<a href="http://jakarta.apache.org/tomcat/">Jakarta Tomcat project</a>,
and any other Jar files which may be needed in future versions (it changes)

We recommend (in March 2003) Tomcat version 4.1.x for the most robust version
of Jasper.


<p> <p>
There are many limitations with this task which partially stem from the There are many limitations with this task which partially stem from the
@@ -238,7 +241,7 @@ package heirarchy beginning with com.i3sp.jsp.
package="com.i3sp.jsp"&gt; package="com.i3sp.jsp"&gt;
&lt;include name="**/*.jsp" /&gt; &lt;include name="**/*.jsp" /&gt;
&lt;/jspc&gt; &lt;/jspc&gt;
&lt;depend
&lt;depends
srcdir="interim" srcdir="interim"
destdir="build" destdir="build"
cache="build/dependencies" cache="build/dependencies"
@@ -265,8 +268,9 @@ Even when it does work, changes in
.TLD imports or in compile time includes do not get picked up. .TLD imports or in compile time includes do not get picked up.


<p> <p>
Jasper generates JSP pages against the JSP1.2 specification -an implementation of
version 2.3 of the servlet specification is needed to compile or run the java code.
Jasper generates JSP pages against the JSP1.2 specification -a copy of
version 2.3 of the servlet specification is needed on the classpath to
compile the Java code.


<hr> <hr>
<p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All rights <p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All rights


Loading…
Cancel
Save