bodewig 01/03/15 05:54:04
Modified: webpage/docs external.html
webpage/xdocs external.xml
Log:
Add Martin's Configure Task.
Revision Changes Path
1.6 +68 -0 jakarta-ant/webpage/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/external.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- external.html 2001/03/15 10:31:35 1.5
+++ external.html 2001/03/15 13:53:59 1.6
@@ -200,6 +200,74 @@
</blockquote>
</td></tr>
</table>
+ <table border="0"
cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <strong>Configure</strong>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Recursive build support (call ant on
every package level,
+ and only build files in that package or in that package and
+ everything below) with seperation of source and output.</p>
+ <p>The task generates build
files in any subdirectory (except
+ for CVS-directories) for you. Only place one build.xml file in
+ the top and call target 'setup' or
+ 'rescan'.</p>
+ <table>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Compatibility:
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Ant 1.2 and 1.3
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ URL:
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a
href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a>
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Contact:
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="mailto:[EMAIL PROTECTED]">M.J.P. van Leeuwen</a>
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License:
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License derived from Apache Software License
+ </font>
+</td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
</blockquote>
</td></tr>
</table>
1.5 +31 -0 jakarta-ant/webpage/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/external.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- external.xml 2001/03/13 14:48:28 1.4
+++ external.xml 2001/03/15 13:54:02 1.5
@@ -47,6 +47,37 @@
</table>
</subsection>
+ <subsection name="Configure">
+
+ <p>Recursive build support (call ant on every package level,
+ and only build files in that package or in that package and
+ everything below) with seperation of source and output.</p>
+
+ <p>The task generates build files in any subdirectory (except
+ for CVS-directories) for you. Only place one build.xml file in
+ the top and call target 'setup' or
+ 'rescan'.</p>
+
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.2 and 1.3</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">M.J.P. van
Leeuwen</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>License derived from Apache Software License</td>
+ </tr>
+ </table>
+ </subsection>
+
</section>
<section name="IDE/Editor Integration">