]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updated anttask documentation
authorGlen Mazza <gmazza@apache.org>
Sat, 20 Mar 2004 18:00:57 +0000 (18:00 +0000)
committerGlen Mazza <gmazza@apache.org>
Sat, 20 Mar 2004 18:00:57 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197465 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/anttask.xml

index 0d68cd51213d7ae738c858de40d1a91cd4827ec1..51623f4a35cf4c2e60ca646c0a265fb998ed2727 100644 (file)
        </td> 
        <td>No, default is <code>false</code></td> 
       </tr> 
-      <!--tr  Commented out; attribute is currently unimplemented according to the code
+      <tr
        <td>basedir</td> 
-       <td>Directory to work from</td> 
-       <td>Yes</td> 
-      </tr--> 
+       <td>Base directory to resolve relative references (e.g., graphics files) within the 
+            FO document.
+       </td> 
+       <td>No, for single FO File entry, default is to use the location 
+            of that FO file.
+       </td> 
+      </tr> 
+      <tr> 
+       <td>relativebase</td> 
+       <td>For fileset usage only.  A value of <code>true</code> specifies using the location
+        of each .fo file as the base directory for resolving relative file references located
+        within that .fo file.  A value of <code>false</code> specifies using the value of 
+        basedir for all files within the fileset, or just the current working directory
+        if basedir is not specified.
+       </td> 
+       <td>No, default is <code>false</code>.
+       </td> 
+      </tr> 
       <tr> 
        <td>userconfig</td> 
        <td>User configuration file (same as the FOP "-c" command line option)</td>