From: Christian Geisert Date: Tue, 11 Mar 2003 09:03:51 +0000 (+0000) Subject: Doh committed wrong file X-Git-Tag: Alt-Design-integration-base~49 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=863a06207962f6b522c085ef80833e5cadfd9174;p=xmlgraphics-fop.git Doh committed wrong file (I blame forrest because when running as webapp you have to edit the files in build ;-) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196059 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/anttask.xml b/src/documentation/content/xdocs/anttask.xml index ba2b2a25c..84a71ee6f 100644 --- a/src/documentation/content/xdocs/anttask.xml +++ b/src/documentation/content/xdocs/anttask.xml @@ -8,32 +8,107 @@

- FOP has also an ANT task for integration into your build process. -

-
Parameter + FOP provides an Ant task for integration into the build process.

+
Description +

+ FOP Ant task converts xsl-fo documents to PDF/PS/PCL/MIF/RTF output + (see Output formats for available formats).

+

+ FileSets are used to select files to render.

+
+ +
Parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
parameters for FOP Ant task
AttributeDescriptionRequired
fofileXSL-FO file to be renderedOnly if there's no fileset
outfileOutput filenameOnly when fofile is used (if there's no fileset)
formatPossible ouput formats:
+ application/pdf
+ application/postscript
+ application/vnd.mif
+ application/rtf
+ application/vnd.hp-PCL
+ text/plain
+ text/xml
+ Defaults to application/pdf +
No, default is application/pdf
outdirOutput directoryYes
basedirDirectory to work fromYes
userconfigFile with user configuration (same as the "-c" command line option)No
messagelevelLogging level
+ Possible values: error, warn, info, verbose, debug
No; defaults to verbose
logFilesControls whether the names of the files that are processed are logged or notNo; default is true
+
Parameters specified as nested elements +
fileset +

+ FileSets are used to select files that will be rendered to the + selected output format.

+
+
Examples

- + Converts one XSL-FO file to PDF:

- - - - - - - - - ]]> -

- See the full text of the announcement. -

+ + + + + + + + ]]> +

+ Converts a whole directory of XSL-FO files to PostScript: +

+ + + + + + ]]>