diff options
author | Glen Mazza <gmazza@apache.org> | 2003-10-17 22:21:53 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2003-10-17 22:21:53 +0000 |
commit | 453185c2b75494613a6016a13d07bb8f7e38f073 (patch) | |
tree | 7565e5f544c704f068552b8df18214a2b9a9ce4c | |
parent | 76b96af73c57117131df42dee78947bdad922805 (diff) | |
download | xmlgraphics-fop-453185c2b75494613a6016a13d07bb8f7e38f073.tar.gz xmlgraphics-fop-453185c2b75494613a6016a13d07bb8f7e38f073.zip |
Explanation of new "force" attribute in ant task.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196968 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/anttask.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/anttask.xml b/src/documentation/content/xdocs/anttask.xml index b066483bc..b8b93b51c 100644 --- a/src/documentation/content/xdocs/anttask.xml +++ b/src/documentation/content/xdocs/anttask.xml @@ -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> |