yoavs 2005/03/30 08:52:52
Modified: webapps/docs changelog.xml jasper-howto.xml
Log:
Bugzilla 33522.
Revision Changes Path
1.275 +8 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- changelog.xml 29 Mar 2005 21:54:14 -0000 1.274
+++ changelog.xml 30 Mar 2005 16:52:52 -0000 1.275
@@ -27,6 +27,14 @@
</section>
<section name="Tomcat 5.5.10 (yoavs)">
+ <subsection name="General">
+ <changelog>
+ <update>
+ <bug>33522</bug>: Update jasper-howto to reflect use of javac
switch. (yoavs)
+ </update>
+ </changelog>
+ </subsection>
+
<subsection name="Catalina">
<changelog>
<fix>
1.25 +2 -1 jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
Index: jasper-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- jasper-howto.xml 3 Dec 2004 15:17:34 -0000 1.24
+++ jasper-howto.xml 30 Mar 2005 16:52:52 -0000 1.25
@@ -148,7 +148,8 @@
<p>Apache Ant, which was used in previous Tomcat releases, can be used
instead instead of
the new compiler by simply removing the
<code>common/lib/jasper-compiler-jdt.jar</code> file,
and placing the <code>ant.jar</code> file from the latest Ant distribution
in the
-<code>common/lib</code> folder.</p>
+<code>common/lib</code> folder. If you do this, you also need to use the
"javac"
+argument to catalina.sh.</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]