You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/11/21 22:29:57 UTC

DO NOT REPLY [Bug 24906] New: - [PATCH] Added relativebase parameter to Ant Task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24906>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24906

[PATCH] Added relativebase parameter to Ant Task

           Summary: [PATCH] Added relativebase parameter to Ant Task
           Product: Fop
           Version: 1.0dev
          Platform: All
               URL: http://joedevivo.com/AntTaskPatch.txt
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: fop@joedevivo.com


The relativebase parameter adds the following functionality:

If set to true, fop will use the .fo's path as the base directory for rendering. This is the current  
behavior when only rendering one file, unless the baseDir parameter is specified. When using 
Filesets, it currently uses the baseDir parameter or ant's working directory. Setting relativebase to 
true will change the base directory for each file in the fileset, which is very useful when working 
with relative uri's for images.

false results in the traditional behavior, and the default value is false.