Which version of BIRT and maven works well together in Eclipse Oxygen or Photon?

vknowth
edited February 11, 2022 in Analytics #1

Hi,

I have been given a task to build a project with Maven, BIRT and Spring Boot all-together. So I am in need of suggestions.

My requirement is to use JDK 10, Eclipse Oxygen or Photon, BIRT, Maven, Spring Boot and Oracle 12c.

Please help me out to identify the requirements that work together.

Comments

  • I will qualify my comment by saying that I have not used Spring Boot or Maven. However, I found documentation (https://spring.io/guides/gs/spring-boot/) stating that Spring Boot works with Maven 3.2+. The Eclipse Maven Integration 1.9 documentation states that it includes Maven 3.5.3 and Eclipse Photon. BIRT 4.8 runs in Photon.

    Warning No formatter is installed for the format ipb
  • Hi Jeff,

    Thanks for your response.

    Just to add up on my question, I tried integrating the plugins of Maven and BIRT into Eclipse Photon. But it throw error while installing.

    I tried with following combinations:

    1. Eclipse IDE for Java and Report Developers for Photon, in this IDE BIRT is part of Eclipse already, so tried installing Maven into it. The same issue occured here too.
    2. Eclipse Java EE IDE for Web Developers for Photon, I installed Maven first and tried installing BIRT. There was a conflict on 8 jars between Maven and BIRT plugins, so it failed to install.

    A small snippet of error that threw while installing is below:

    Software being installed: m2e-wtp - Maven Integration for WTP 1.2.1.20150819-2220 (org.eclipse.m2e.wtp.feature.feature.group 1.2.1.20150819-2220)
    Software currently installed: BIRT Report Designer All-in-one 4.8.0.v201806261756 (org.eclipse.birt.report.designer.all 4.8.0.v201806261756)
    Only one of the following can be installed at once:
    Structured Source XML Model 1.1.1101.v201711080222 (org.eclipse.wst.xml.core 1.1.1101.v201711080222)
    Structured Source XML Model 1.2.0.v201805022129 (org.eclipse.wst.xml.core 1.2.0.v201805022129)
    Cannot satisfy dependency:
    From: BIRT Report Designer All-in-one 4.8.0.v201806261756 (org.eclipse.birt.report.designer.all 4.8.0.v201806261756)
    To: org.eclipse.equinox.p2.iu; org.eclipse.wst.xml_core.feature.feature.group [3.9.2.v201711080222,3.9.2.v201711080222]
    Cannot satisfy dependency:
    From: m2e-wtp - Maven Integration for WTP 1.2.1.20150819-2220 (org.eclipse.m2e.wtp.feature.feature.group 1.2.1.20150819-2220)
    To: org.eclipse.equinox.p2.iu; org.eclipse.wst.web_ui.feature.feature.group 3.2.0
    Cannot satisfy dependency:
    From: JSDT Web Support Core 1.1.0.v201804162113 (org.eclipse.wst.jsdt.web.core 1.1.0.v201804162113)
    To: osgi.bundle; org.eclipse.wst.xml.core [1.2.0,2.0.0)
    Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.10.0.v201805161856 (org.eclipse.wst.web_ui.feature.feature.group 3.10.0.v201805161856)
    To: org.eclipse.equinox.p2.iu; org.eclipse.wst.jsdt.web.core [1.1.0.v201804162113,1.1.0.v201804162113]
    Cannot satisfy dependency:
    From: WST XML Core 3.9.2.v201711080222 (org.eclipse.wst.xml_core.feature.feature.group 3.9.2.v201711080222)
    To: org.eclipse.equinox.p2.iu; org.eclipse.wst.xml.core [1.1.1101.v201711080222,1.1.1101.v201711080222]

    Thanks in advance.

    Vinoth V

  • i don't know if this is useful, but In BIRT Designer you can run the Help > About menu command and click the "Installation Details" button highlighted below.

    It shows everything that got installed when you installed the Designer.

    Warning No formatter is installed for the format ipb