I am trying to build Eclipse BIRT (Oxygen/4.7.0 Release). But I am having difficulties and unable to proceed.
Steps I used:
- Install Apache Maven 3.3.3 - since the build requires this version
- Cloned the birt repository from Github
- Checked out BIRT_4_7_0_Release_201706222054 tag
- Executed mvn -DskipTests package in the root folder
Repositories on my local machine:
- I have a clean m2 local repository (nothing in the repository)
- I do use Eclipse Oomph to install various IDE (not projects) so bundle pools are present on my machine
Environment:
- I am using JDK 1.8 (build 144) on macOS (10.11.6).
Result:
Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.birt.designer 4.7.0.qualifier
[ERROR] Missing requirement: org.eclipse.birt.feature.group 4.7.0.qualifier requires 'org.eclipse.gef.feature.group 3.2.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.eclipse.birt.designer 4.7.0.qualifier depends on: org.eclipse.birt.feature.group 0.0.0
[ERROR]
Miscellaneous:
I also tried building for neon but that fails because the release milestones have moved and resolution fails (even after I change the release milestones URL).
Any help would be much appreciated. Thanks!