Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Maven dependencies
jokrasa
Hello to All1
I'm trying to figure out how to use/integrate BIRT for webApp that will use Maven.
I tried using the following..
<dependencies>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.report.engine</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.core</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.report.data.adapter</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.report.model</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.report.engine.fonts</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.ow2.orchestra.eclipse.birt</groupId>
<artifactId>org.ow2.orchestra.eclipse.birt.report.engine.script.javascript</artifactId>
<version>3.7.0</version>
</dependency>
</dependencies>
But getting the following error that leads me to believe something is still missing...
SEVERE: Report engine fails to initialize html emitter, please make sure required libraries for this emitter are installed.
org.eclipse.birt.report.engine.api.EngineException: Report engine fails to initialize html emitter, please make sure required libraries for this emitter are installed.
at org.eclipse.birt.report.engine.api.impl.EngineTask.createContentEmitter(EngineTask.java:1593)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:105)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77)
at report.ReportGenerator.generatePDF(ReportGenerator.java:181)
at report.ReportGenerator.buildBills(ReportGenerator.java:150)
at report.ReportGenerator.main(ReportGenerator.java:98)
Any Ideas as to what is is ??
Thanks!
Find more posts tagged with
Comments
jhelbling
The following might help :
http://www.birt-exchange.org/org/devshare/deploying-birt-reports/1122-how-to-use-maven-with-birt/
jokrasa
Hi jhelbling,
Yes that's the track I'm following.. setting up the dependencies as local in Maven
Thanks for your reply,... btw the Maven repo for 3.7.0 out there lacks certain deps ( emitters for example ) so using the libs in a downloaded engineRuntime should work!
Cheers.
jokrasa
Hi jhelbling,
I'm looking for the Maven Dependencies (POM.xml) I could use for the attached image of jars I would use in my report.
So jar I just can't find something that would work.
I get a generic error ( which doesn't tell me which dependency to look for ,... unless it is in fact the pdf emitter I would need).
Thanks for all your help!
John.
jokrasa
Actually I just need to be able to find the Maven dependency that holds the :
org.eclipse.birt.runtime_3.7.0. ... jar
for some reason I can't find it !