|
@@ -139,6 +139,9 @@ |
|
|
<li> |
|
|
<li> |
|
|
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a> |
|
|
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a> |
|
|
</li> |
|
|
</li> |
|
|
|
|
|
<li> |
|
|
|
|
|
<a href="http://ant.apache.org/manualdownload.cgi">Ant Manual</a> |
|
|
|
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
</li> |
|
|
</li> |
|
|
<li class="menuheader">Contributing |
|
|
<li class="menuheader">Contributing |
|
@@ -842,7 +845,7 @@ Apache Ant version 1.6.2 compiled on July 16 2004 |
|
|
<a name="precompile-jsps"></a> |
|
|
<a name="precompile-jsps"></a> |
|
|
How to I precompile Java Server Pages (JSPs)? |
|
|
How to I precompile Java Server Pages (JSPs)? |
|
|
</p> |
|
|
</p> |
|
|
<p>Ant has a built in optional task <a href="/manual/OptionalTasks/jspc.html"><jspc></a> |
|
|
|
|
|
|
|
|
<p>Ant has a built in optional task <a href="/manual/Tasks/jspc.html"><jspc></a> |
|
|
which was intended for that. <b>But this task is deprecated.</b> |
|
|
which was intended for that. <b>But this task is deprecated.</b> |
|
|
Here the alternative suggested by the manual:</p> |
|
|
Here the alternative suggested by the manual:</p> |
|
|
<p><i>Instead of relying on container specific JSP-compilers we suggest deploying |
|
|
<p><i>Instead of relying on container specific JSP-compilers we suggest deploying |
|
@@ -1169,7 +1172,7 @@ shell-prompt> m4 foo.m4 > foo |
|
|
course, comes with the overhead of adding JAR files to support |
|
|
course, comes with the overhead of adding JAR files to support |
|
|
the language, to say nothing of the added maintenance in requiring |
|
|
the language, to say nothing of the added maintenance in requiring |
|
|
two languages to implement a single system. See the |
|
|
two languages to implement a single system. See the |
|
|
<a href="manual/OptionalTasks/script.html"> |
|
|
|
|
|
|
|
|
<a href="manual/Tasks/script.html"> |
|
|
<code><script></code> task documentation</a> for more |
|
|
<code><script></code> task documentation</a> for more |
|
|
details.</p> |
|
|
details.</p> |
|
|
<p class="faq"> |
|
|
<p class="faq"> |
|
|