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)
BIRT 4.6.0 runtime in Maven
sanisaif
When will the BIRT 4.6.0 runtime be available in a maven repository?
Find more posts tagged with
Comments
sanisaif
<p>Hi! I am unable to create a ReportEngine Factory object when I include BIRT runtime library via MAVEN.</p>
<div><strong><em>IReportEngineFactory reportEngineFactory = (IReportEngineFactory) Platform</em></strong></div>
<div><strong><em>.createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY );</em></strong></div>
<div> </div>
<div>But when I download the BIRT runtime Library and include the lib manually everything works fine.</div>
<div>Aso BIRT runtime 4.6.0 doesn't generate report only 4.5.0 works. This is quite wierd.</div>
<div>Can you please help me with these issues?</div>
Clement Wong
<blockquote class="ipsBlockquote" data-author="sanisaif" data-cid="145003" data-time="1471902391">
<div>
<p>When will the BIRT 4.6.0 runtime be available in a maven repository?</p>
</div>
</blockquote>
<p> </p>
<p>We are looking into this, whether to provide the runtime via the current Eclipse PDE or updated via Maven Tycho.</p>
sanisaif
<blockquote class="ipsBlockquote" data-author="Clement Wong" data-cid="145090" data-time="1472154769">
<div>
<p>We are looking into this, whether to provide the runtime via the current Eclipse PDE or updated via Maven Tycho.</p>
</div>
</blockquote>
<p>Thanks Clement! I have tried to use Maven dependency for previous version of BIRT like 4.5.0 and have found issues like security exception etc. Can you please make sure that 4.6.0 doesn't have this issue. Maven makes its pretty to include any dependency in the project including the transitive dependencies.</p>
<p> </p>
<p>Thanks!</p>
fvdgeest
<p>We just ran into a problem with Birt runtime 4.5.0 at acceptance test before going to production.<br><br>
Due to a bug <a data-ipb='nomediaparse' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=461258'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=461258</a>or
<a data-ipb='nomediaparse' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=481003'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=481003</a>
; we have some problems with a number of important reports. <br><br>
So we need to make a new release with Birt runtime 4.6.0. <strong>Can you please give us an estimate </strong>when the Birt-runtime will be available in a repository(prefer maven central) so we can get it as dependency with gradle/maven.</p>
sanisaif
<blockquote class="ipsBlockquote" data-author="fvdgeest" data-cid="145198" data-time="1473069669">
<div>
<p>We just ran into a problem with Birt runtime 4.5.0 at acceptance test before going to production.<br><br>
Due to a bug <a data-ipb='nomediaparse' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=461258'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=461258</a>or
<a data-ipb='nomediaparse' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=481003'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=481003</a>
; we have some problems with a number of important reports.<br><br>
So we need to make a new release with Birt runtime 4.6.0. <strong>Can you please give us an estimate </strong>when the Birt-runtime will be available in a repository(prefer maven central) so we can get it as dependency with gradle/maven.</p>
</div>
</blockquote>
<p>Any update regarding availability of BIRT runtime 4.6.0 in Maven?</p>
bgamble
<blockquote class="ipsBlockquote" data-author="sanisaif" data-cid="145003" data-time="1471902391">
<div>
<p>When will the BIRT 4.6.0 runtime be available in a maven repository?</p>
</div>
</blockquote>
<p>The long-awaited answer (sorry) is: today! The 4.6.0 runtime is available today. This is all you need:</p>
<p> </p>
<div> <dependency></div>
<div> <groupId>org.eclipse.birt.runtime</groupId></div>
<div> <artifactId>org.eclipse.birt.runtime</artifactId></div>
<div> <version>4.6.0-20160607</version></div>
<div> </dependency></div>
<div> </div>
<div>Apologies for the delay and gratitude for your patience!</div>
sanisaif
<p>Can you please post the link to BIRT Maven repository?</p>
Clement Wong
<p>Are you referring to <a data-ipb='nomediaparse' href='
http://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.birt.runtime/4.6.0-20160607/'>this</a>?</p>
;
<pre class="_prettyXprint">
http://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.birt.runtime/4.6.0-20160607/</pre>
Ronin_J
<blockquote class="ipsBlockquote" data-author="bgamble" data-cid="146030" data-time="1479491466">
<div>
<p> </p>
<p>The long-awaited answer (sorry) is: today! The 4.6.0 runtime is available today. This is all you need:</p>
<p> </p>
<div> <dependency></div>
<div> <groupId>org.eclipse.birt.runtime</groupId></div>
<div> <artifactId>org.eclipse.birt.runtime</artifactId></div>
<div> <version>4.6.0-20160607</version></div>
<div> </dependency></div>
<div> </div>
<div>Apologies for the delay and gratitude for your patience!</div>
<p> </p>
</div>
</blockquote>
<p> </p>
<p>Will viewservlets.jar be available in a maven repository?</p>