Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Build BIRT 4.6.0 from source code(how to do it?)
Build BIRT 4.6.0 from source code [message #1760579] Fri, 28 April 2017 15:07 Go to next message
Marco Bartolini is currently offline Marco BartoliniFriend
Messages: 5
Registered: April 2017
Junior Member
Hi,

I downloaded the source code from https://github.com/eclipse/birt and I switched to the NEON branch, but I'm building the 4.7.0, which branch should i checkout to build the 4.6.0?

thanks in advance Smile
Re: Build BIRT 4.6.0 from source code [message #1760719 is a reply to message #1760579] Tue, 02 May 2017 11:30 Go to previous messageGo to next message
Marco Bartolini is currently offline Marco BartoliniFriend
Messages: 5
Registered: April 2017
Junior Member
No Message Body

[Updated on: Tue, 02 May 2017 14:00]

Report message to a moderator

Re: Build BIRT 4.6.0 from source code [message #1760720 is a reply to message #1760579] Tue, 02 May 2017 11:31 Go to previous message
Marco Bartolini is currently offline Marco BartoliniFriend
Messages: 5
Registered: April 2017
Junior Member
ok i assume that origin/4.6.1RC4 is the right branch because it generates a 4.6.0 version of the JARs, It requires Maven 3.3.3 and jdk 1.7

$ mvn package -DskipTests


tests are failing if i don't skip them... is it normal?

Neon branch origin/Neon compiles version 4.7.0 , It requires Maven 3.3.3 and jdk 1.8 plus a toolchains.xml configuration in the maven home
<?xml version="1.0" encoding="UTF8"?>
<toolchains>
  <!-- place this file in ${user.home}/.m2/toolchains.xml -->
  <!-- adjust the paths to jdkhome -->
  <toolchain>
    <type>jdk</type>
    <provides>
      <version>1.8</version>
	  <id>JavaSE-1.8</id>
    </provides>
    <configuration>
      <jdkHome>/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home</jdkHome>    <!-- MacOSX -->
    </configuration>
  </toolchain>
</toolchains>


same command here

$ mvn package -DskipTests


tests are failing if i don't skip them... is it normal?

somebody can confirm my assumptions?
Previous Topic:Using CSV Data Source in Birt-Report in J2EE-Application
Next Topic:Issue while updating Birt Runtime and generating PDF report
Goto Forum:
  


Current Time: Fri Apr 19 01:39:35 GMT 2024

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

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

Back to the top