Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT 4.6.0 on Maven ?(where is 4.6.0 on Maven?)
icon5.gif  BIRT 4.6.0 on Maven ? [message #1744683] Thu, 29 September 2016 13:28 Go to next message
Michele Rossi is currently offline Michele RossiFriend
Messages: 1
Registered: July 2009
Junior Member
hi,

I am using BIRT in my Java server-side application and I obtain the dependencies using Maven.

The last build of BIRT found on the Maven Central repo is 4.5.0a.

As this is my first message I can not post the link
(h t t p : // repo1.maven.org) /maven2/org/eclipse/birt/runtime/org.eclipse.birt.runtime/

Can I find 4.6.0 on any Maven repo?

How come it hasn't be put on Maven?

Is there anything I can do to help uploading the distro on Maven?


thanks,
Michele
icon9.gif  Re: BIRT 4.6.0 on Maven ? [message #1747000 is a reply to message #1744683] Tue, 08 November 2016 13:06 Go to previous messageGo to next message
Ulrich Wielant is currently offline Ulrich WielantFriend
Messages: 14
Registered: January 2015
Junior Member
4.6.0 is still not available on Maven central.
Please check and fix that.

Thanks!

[Updated on: Tue, 08 November 2016 13:11]

Report message to a moderator

Re: BIRT 4.6.0 on Maven ? [message #1747476 is a reply to message #1744683] Tue, 15 November 2016 10:00 Go to previous messageGo to next message
James McQuiggan is currently offline James McQuigganFriend
Messages: 6
Registered: March 2014
Junior Member
+1

Could really use a working maven distro of 4.6.0.

I'd like to know why the maven release of BIRT always seems to be either missing, delayed, or bugged like 4.50 and others before it have been.
Re: BIRT 4.6.0 on Maven ? [message #1748377 is a reply to message #1744683] Tue, 22 November 2016 15:16 Go to previous messageGo to next message
James McQuiggan is currently offline James McQuigganFriend
Messages: 6
Registered: March 2014
Junior Member
Looks like this made it into maven on nov18th:

http://developer.actuate.com/community/forum/index.php?/topic/39517-birt-460-runtime-in-maven/

Thanks!
Re: BIRT 4.6.0 on Maven ? [message #1749309 is a reply to message #1748377] Mon, 05 December 2016 10:30 Go to previous messageGo to next message
Melissa Palmer is currently offline Melissa PalmerFriend
Messages: 2
Registered: December 2016
Junior Member
I found a repo here

<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
<artifactId>org.eclipse.birt.runtime</artifactId>
<version>4.6.0-20160607</version>
</dependency>


BUT it looks corrupt and has incorrect versions ... is there a better repo what is the best way to use BIRT runtime embedded with Maven?
Re: BIRT 4.6.0 on Maven ? [message #1782964 is a reply to message #1749309] Mon, 05 March 2018 17:19 Go to previous messageGo to next message
Andrew Somerville is currently offline Andrew SomervilleFriend
Messages: 1
Registered: March 2018
Junior Member
I can confirm that the artifact in maven is non-functional and that all versions later than 4.4.2 in maven are also nonfunctional.

Any chance a working 4.6.0 will be added to maven? Should we file a new bug? Is there a different maven repo to pull from? Or maybe they prefer we get it through another route.
Re: BIRT 4.6.0 on Maven ? [message #1791062 is a reply to message #1782964] Fri, 22 June 2018 11:11 Go to previous messageGo to next message
Thirumal m is currently offline Thirumal mFriend
Messages: 10
Registered: March 2014
Junior Member
Found any answer ?
Re: BIRT 4.6.0 on Maven ? [message #1793398 is a reply to message #1791062] Tue, 07 August 2018 13:43 Go to previous message
Pedro Pascoal is currently offline Pedro PascoalFriend
Messages: 2
Registered: July 2018
Junior Member
Lately I'm trying to use this framework, but like most people here, I face with dependency problems..

In right moment I'm using the version 4.6.0, download from Birt WebSite because the maven dependency it's corrupted, and give me the "java.lang.ClassNotFoundException", for class EngineExceptio.
I'm also use the servlets and Tidy dependency:

<!-- https://mvnrepository.com/artifact/org.eclipse.birt.runtime/viewservlets -->
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
<artifactId>viewservlets</artifactId>
<version>4.5.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.birt.runtime.3_7_1/Tidy -->
<dependency>
<groupId>org.eclipse.birt.runtime.3_7_1</groupId>
<artifactId>Tidy</artifactId>
<version>1</version>
</dependency>

With this my project with Spring boot works fine.

I hope this information is useful for someone
Previous Topic:Can we sum two different values from different data sets in BIRT??
Next Topic:Summarising Group totals in separate table
Goto Forum:
  


Current Time: Fri Apr 19 20:47:58 GMT 2024

Powered by FUDForum. Page generated in 0.03598 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top