<p>Hi,</p><p> </p><p>Its my first time with BIRT, I'm using maven and BIRT Report Engine to embed the engine on a webapp to automatically generate reports, in my first try I used the version 4.3.1 from maven, but on run I get this error:</p><pre class="_prettyXprint">SEVERE: An error happened while running the report. Cause:org.eclipse.birt.report.engine.api.EngineException: Report engine fails to initialize null emitter, please make sure required libraries for this emitter are installed. at org.eclipse.birt.report.engine.api.impl.EngineTask.createContentEmitter(EngineTask.java:1770) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:106) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77)</pre><p>Then I followed this <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/devshare/_/deploying-birt-reports/using-birt-430-with-maven-r1483'>article</a> and used version 4.3.1 for version element, but still getting above exception, using version 4.3.0 as is in the article works, but as I'm starting with BIRT I think that using newer version is better than using the old one, then what are the plans for maven and birt? have any test cases to avoid this type of errors? have a plan to release 4.3.2 on maven? What are the better form are you using to embed BIRT?</p><p> </p><p>ps: I read the book Integrating and Extending BIRT (3rd Edition) (Eclipse Series) but in that time they dont use maven, and for this project I must use maven for build.</p><p> </p><p>Thanks for any tip or help</p><p>Clóvis</p>