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> <uptodate property="xmlBuild.notRequired" targetfile="${deploy}\xmlClasses.jar" > <srcfiles dir= "${src}/xml" includes="**/*.dtd"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]