stevel 2003/01/30 23:14:13
Modified: docs/manual/OptionalTasks jspc.html
Log:
and the docs
Revision Changes Path
1.14 +9 -4 jakarta-ant/docs/manual/OptionalTasks/jspc.html
Index: jspc.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jspc.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jspc.html 16 Jan 2003 12:06:57 -0000 1.13
+++ jspc.html 31 Jan 2003 07:14:12 -0000 1.14
@@ -75,8 +75,9 @@
</tr>
<tr>
<td valign="top">compiler</td>
- <td valign="top">class name of a JSP compiler adapter</td>
- <td valign="top" align="center">No</td>
+ <td valign="top">class name of a JSP compiler adapter,
+ such as "jasper" or "jasper41"</td>
+ <td valign="top" align="center">No -defaults to "jasper"</td>
</tr>
<tr>
<td valign="top">ieplugin</td>
@@ -220,6 +221,7 @@
<jspc srcdir="${basedir}/src/war"
destdir="${basedir}/gensrc"
package="com.i3sp.jsp"
+ compiler="jasper41"
verbose="9">
<include name="**/*.jsp" />
</jspc>
@@ -232,6 +234,7 @@
destdir="interim"
verbose="1"
srcdir="src"
+ compiler="jasper41"
package="com.i3sp.jsp">
<include name="**/*.jsp" />
</jspc>
@@ -255,8 +258,10 @@
Using the <code>package</code> attribute it is possible to identify the
resulting
java files and thus do full dependency checking - this task should only
rebuild
java files if their jsp file has been modified. However, this only works
-with some versions of jasper (specifically tomcat version 4.0.x), as
-the naming scheme changed after that. Even when it does work, changes in
+with some versions of jasper. By default the checking supports tomcat 4.0.x
+with the "jasper" compiler, set the compiler to "jasper41" for the
tomcat4.1.x
+dependency checking.
+Even when it does work, changes in
.TLD imports or in compile time includes do not get picked up.
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]