Replies: 1 comment 4 replies
-
I cannot help you with the configuration/setup, but are you actually sure that you still need a custom emitter for DOCX? What are the intended differences of the custom emitter in comparison to the output with the standard 4.13 DOCX emitter? I know it was quite difficult to participate in the BIRT open source community long ago, but since the re-BIRTh this has become much easier. So perhaps you'd be better off by describing the differences, compare the code and create PRs to integrate your changes into the standard DOCX emitter to get rid of the custom emitter. I know what I'm talking about because I was in a similar situation. Still, it is a significant amount of work to merge the changes from here to my fork to keep it up-to-date. The idea of actually selling plugins is dead anyway IMHO. So, anyone who thinks they need something fixed or improved in BIRT, I heartly recommend to participate in the development here instead of creating custom software. It is simply more efficient in the long run. |
Beta Was this translation helpful? Give feedback.
-
Hi,
until now we were using BIRT 3.2. We need to generate DOCX documents. For multiple reasons we could not use the DOCX emitter included in the BIRT development environment. So we wrote our own DOCX-emitter. The emitter works nice with BIRT 3.2. But unfortunately I was not able to integrate our emitter in the new BIRT version 4.13.
So I checked out the source from the original emitter (org.eclipse.birt.report.engine.emitter.docx_4.13.0.v202303021806.jar) from the repository and tried to install it in the BIRT plugin directory, just to figure out the emitter deployment. Replacing the original emitter. I used the steps which worked before with BIRT 3.2.
This does not work. I'm not an experienced Eclipse developer and the colleague who wrote our plugin is not available any more. What steps am I missing? Is there a step by step guide how to set up my environment to write a new emitter with the new BIRT version?
I'm using the environment found in birt-report-designer-all-in-one-4.13.0-20230302-win32.win32.x86_64.zip
EclipseConfiguration.txt
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions