gmazza 2003/10/17 15:21:53 Modified: src/documentation/content/xdocs anttask.xml Log: Explanation of new "force" attribute in ant task. Revision Changes Path 1.7 +8 -4 xml-fop/src/documentation/content/xdocs/anttask.xml Index: anttask.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/anttask.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- anttask.xml 15 Sep 2003 20:54:01 -0000 1.6 +++ anttask.xml 17 Oct 2003 22:21:53 -0000 1.7 @@ -69,11 +69,15 @@ <td>Output directory</td> <td>Required if a fileset is used to specify the files to render; optional for fofile. (Can alternatively specify the full path in the fofile value.)</td> </tr> - <!--tr Commented out; implemented only in 1.0 currently> + <tr> <td>force</td> - <td>If <code>true</code>, always generate target file, even if source file has not changed.</td> + <td>Recreate target files, even if they are newer than their corresponding + source files. Note: This attribute is available in post-0.20.5 + versions (0.20.x nightly build and 1.0dev) only; target files are + always generated (i.e., force=true) in 0.20.5 release. + </td> <td>No, default is <code>false</code></td> - </tr--> + </tr> <!--tr Commented out; attribute is currently unimplemented according to the code> <td>basedir</td> <td>Directory to work from</td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]