]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Explanation of new "force" attribute in ant task.
authorGlen Mazza <gmazza@apache.org>
Fri, 17 Oct 2003 22:21:53 +0000 (22:21 +0000)
committerGlen Mazza <gmazza@apache.org>
Fri, 17 Oct 2003 22:21:53 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196968 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/anttask.xml

index b066483bc2689879b64a15adfec83c974ff8e876..b8b93b51ccc6b46170fc50405b21efe1468ff0ac 100644 (file)
        <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>