Home
Analytics
emitter nativexls in BIRT Runtime 3.7.2
hugoscp
Hello, I am sorry if i didn?t put the topic in the correct place.
I download org.eclipse.birt.report.engine.emitter.nativexls_1.0.0.201110122114.jar and put it in eclipse\plugins\ folder and delete the org.eclipse.birt.report.engine.emitter.excel.config_myversion.jar
and org.eclipse.birt.report.engine.emitter.prototype.excel_myversion.jar. I did this because my XLS files were too big and it worked.
Then i put the org.eclipse.birt.report.engine.emitter.nativexls_1.0.0.201110122114.jar file in the C:\birt-runtime-3_7_2\ReportEngine\lib\. I then create it a script with genReport.bat in birt runtime 3.7.2 but it continue to generate large xls files. Then i try to extracted the org.eclipse.birt.runtime.version.jar comment the edited plugin.xml
<!--import from org.eclipse.birt.report.engine.emitter.prototype.excel
<extension name="excel emitter" point="org.eclipse.birt.report.engine.emitters">
<emitter class="org.eclipse.birt.report.engine.emitter.excel.ExcelEmitter" format="xls" id="org.eclipse.birt.report.engine.emitter.prototype.excel" mimeType="application/vnd.ms-excel" pagination="no-pagination"/>
</extension>-->
And
<!--import from org.eclipse.birt.report.engine.emitter.config.excel
<extension name="Excel Emitter Descriptor" point="org.eclipse.birt.report.engine.emitter.config">
<descriptor class="org.eclipse.birt.report.engine.emitter.config.excel.ExcelEmitterDescriptor" id="org.eclipse.birt.report.engine.emitter.prototype.excel">
</descriptor>
</extension>-->
but i get an Error: Could not find or load main class org.eclipse.birt.report.engine.api.ReportRunner
Please help me is urgent
Thank you
Find more posts tagged with
Comments
mwilliams
So, it's working from the designer, but not with the runtime? Is this what you're saying? The file sizes are smaller when you run to XLS from the designer, but not through genReport? Let me know.
hugoscp
yes that is correct, after i substitute and delete the jar files that i said, the xls files became smaller in design, but the problem is that the birt runtime folders C:\birt-runtime-3_7_2\ReportEngine\lib\ doesn?t have the same jar files i delete in the design (eclipse\plugins\). I copy the jar file to the c:\birt-runtime-3_7_2\ReportEngine\lib\ has i sad but that didn?t work. And then i try to extracted the org.eclipse.birt.runtime.version.jar comment the edited plugin.xml has i wrote below but i get error has i sad below. If you need the plugin.xml i will copy to here.
Thank you
mwilliams
Sorry for the delay. It looks like Jason got further into this with you, on the Eclipse Newsgroup. I'll post a link to that post:
http://www.eclipse.org/forums/index.php/t/441699/