https://issues.apache.org/bugzilla/show_bug.cgi?id=53400
Priority: P2
Bug ID: 53400
Assignee: [email protected]
Summary: [PATCH] new ODT render
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.1dev
Component: general
Product: Fop
Created attachment 28913
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28913&action=edit
PATCH for ODT render
Hi,
I integrated the new render into my local checkout of FOP's trunk.
>From the list gave by Glenn:
(+) I provided some tests that basic implemented functionalties.
(+/-) org.apache.fop.cli.CommandLineOptions were extended to execute odt
rendering incuding info. I didn't need to change fop.sh to make it run. I don't
know if there is something to do (as well in js)
To try, please do:
fop foo.fo -odt foo.odt
(+) I added the documentation in:
* src/documentation/content/xdocs/trunk/output.xml
* src/documentation/content/xdocs/trunk/running.xml
(+) run 'ant checkstyle', and fix all warnings found in
build/report_checkstyle.htm
(+/-) run 'ant findbugs', and fix all warnings found in
build/report_findbugs.html (due to odt render) Still left one:
rg.apache.fop.render.odf.ODTFOEventHandlerMaker.getSupportedMimeTypes() may
expose internal representation by returning ODTFOEventHandlerMaker.MIMES but I
don't undestand its porpuse.
(+) run 'ant javadocs', and fix any warnings that I have introduced
(+) I have sent the ICLA to [email protected]
(+) I created the patch.
Regards,
Marek
--
You are receiving this mail because:
You are the assignee for the bug.