View | Details | Raw Unified | Return to bug 54461
Collapse All | Expand All

(-)webapps/docs/jasper-howto.xml (-1 / +1 lines)
Lines 96-102 Link Here
96
classpath is created dynamically based on the current web application.</li>
96
classpath is created dynamically based on the current web application.</li>
97
97
98
<li><strong>compiler</strong> - Which compiler Ant should use to compile JSP
98
<li><strong>compiler</strong> - Which compiler Ant should use to compile JSP
99
pages.  See the Ant documentation for more information. If the value is not set,
99
pages.  See the <a href="http://ant.apache.org/manual/Tasks/javac.html">Ant documentation</a> for more information. If the value is not set,
100
then the default Eclipse JDT Java compiler will be used instead of using Ant.
100
then the default Eclipse JDT Java compiler will be used instead of using Ant.
101
No default value.</li>
101
No default value.</li>
102
102

Return to bug 54461