You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2004/12/10 18:10:08 UTC

cvs commit: ant/docs/manual/CoreTasks uptodate.html

peterreilly    2004/12/10 09:10:08

  Modified:    docs/manual/CoreTasks uptodate.html
  Log:
  doc for use of filenamemaper in uptodate
  
  Revision  Changes    Path
  1.15      +4 -0      ant/docs/manual/CoreTasks/uptodate.html
  
  Index: uptodate.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/uptodate.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- uptodate.html	19 Nov 2004 09:07:09 -0000	1.14
  +++ uptodate.html	10 Dec 2004 17:10:07 -0000	1.15
  @@ -74,6 +74,10 @@
         The mapper "to" attribute is relative to the target file, or to
         the "dir" attribute of the nested srcfiles element.
      </p>
  +  <p>
  +    <em>Since Ant 1.6.3</em>,
  +    one can use a filenamemapper type in place of the mapper element.
  +  </p>
   <h3>Examples</h3>
   <pre>  &lt;uptodate property=&quot;xmlBuild.notRequired&quot; targetfile=&quot;${deploy}\xmlClasses.jar&quot; &gt;
       &lt;srcfiles dir= &quot;${src}/xml&quot; includes=&quot;**/*.dtd&quot;/&gt;
  
  
  

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