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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to