bodewig     2004/06/25 00:39:29

  Modified:    docs     resources.html
               xdocs    resources.xml
  Log:
  Another Ant 1.6 article
  
  Revision  Changes    Path
  1.77      +31 -0     ant/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/resources.html,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- resources.html    25 Jun 2004 07:00:15 -0000      1.76
  +++ resources.html    25 Jun 2004 07:39:29 -0000      1.77
  @@ -510,6 +510,37 @@
         Articles
       </h3>
                                 <h4 class="subsection">
  +        <a name="Managing Build Complexity with Apache Ant 1.6"></a>
  +        Managing Build Complexity with Apache Ant 1.6
  +      </h4>
  +                        <p>As Apache Ant is applied to increasingly 
difficult tasks,
  +        its users are creating more complex and less legible build
  +        files. This is due, in part, to the limited tools for
  +        decomposition and code reuse within previous versions of
  +        Ant.</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Author:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Geoffrey Wiseman
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1";>http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a>
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="New Ant 1.6 Features for Big Projects"></a>
           New Ant 1.6 Features for Big Projects
         </h4>
  
  
  
  1.37      +20 -0     ant/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/resources.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- resources.xml     25 Jun 2004 07:00:15 -0000      1.36
  +++ resources.xml     25 Jun 2004 07:39:29 -0000      1.37
  @@ -254,6 +254,26 @@
   
       <section name="Articles">
   
  +      <subsection name="Managing Build Complexity with Apache Ant 1.6">
  +
  +        <p>As Apache Ant is applied to increasingly difficult tasks,
  +        its users are creating more complex and less legible build
  +        files. This is due, in part, to the limited tools for
  +        decomposition and code reuse within previous versions of
  +        Ant.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Author:</th>
  +            <td>Geoffrey Wiseman</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1";>http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="New Ant 1.6 Features for Big Projects">
           <p>This article describes the &lt;macrodef&gt;, &lt;import&gt;
             and &lt;subant&gt; in detail and shows how they help in
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to