Category: | Bug report |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
iReport 3.0.0 builder for OpenDocument exports files as OpenDocument Text file.
However the file exported has 'odf' as extension instead of 'odt'.
'odf' is the extension for OpenDocument Formulas.
'odt' is the extension for OpenDocument Text.
This confuses the user desktop since the desktop will display the generated report as a formula icon instead of a text document icon.
to correct this, you should change the following accordingly (line 1469):
src/it/businesslogic/ireport/IReportCompiler.java: fileName = Misc.changeFileExtension(fileName,"odf");
and replace odf by odt.
Regards