You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2004/08/02 13:43:50 UTC

cvs commit: ant/xdocs resources.xml

jhm         2004/08/02 04:43:50

  Modified:    docs     resources.html
               xdocs    resources.xml
  Log:
  Article about 'buildfile' written in Java
  
  Revision  Changes    Path
  1.80      +27 -0     ant/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/resources.html,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- resources.html	21 Jul 2004 07:11:15 -0000	1.79
  +++ resources.html	2 Aug 2004 11:43:49 -0000	1.80
  @@ -510,6 +510,33 @@
         Articles
       </h3>
                                 <h4 class="subsection">
  +        <a name="Keep the Ant, Hold the XML"></a>
  +        Keep the Ant, Hold the XML
  +      </h4>
  +                        <p>Key G. Gauthier talks about writing "buildfiles" in Java.</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">
  +          Key G. Gauthier
  +      </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.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a>
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Ant 1.6 for Task Writers"></a>
           Ant 1.6 for Task Writers
         </h4>
  
  
  
  1.40      +15 -0     ant/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/resources.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- resources.xml	21 Jul 2004 07:11:15 -0000	1.39
  +++ resources.xml	2 Aug 2004 11:43:50 -0000	1.40
  @@ -254,6 +254,21 @@
   
       <section name="Articles">
   
  +      <subsection name="Keep the Ant, Hold the XML">
  +        <p>Key G. Gauthier talks about writing "buildfiles" in Java.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Author:</th>
  +            <td>Key G. Gauthier</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a></td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Ant 1.6 for Task Writers">
           <p>This article talks about XML namespace handling, Ant
           libraries and the newly introduced type polymorphism.</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org