How To Contribute #723
Replies: 3 comments 9 replies
-
I got as far as the 2 minute point. When I run the eclipse installer it pops up that java 1.8 is not compatible. After much searching I found java 11.0.12, installed it, disabled java 1.8 and set JAVA_HOME=C:\Program Files\Java\jdk-11.0.12. Found that the BIRT 4.4 report generator works fine with this setting:
|
Beta Was this translation helpful? Give feedback.
-
The installer has a built-in JRE so that it runs even if no JRE is installed. But the instructions don't link to those, so I fixed that in the instructions. If the clicking the launch button doesn't work with some particular browser, read the other instructions to use copy and apply or drag and drop. |
Beta Was this translation helpful? Give feedback.
-
No, it's fine to use a JRE or JDK installed on your computer. They keep changing the registry keys where they store the things so that yet again we don't find it automatically.... |
Beta Was this translation helpful? Give feedback.
-
Here is a video that explains the full cycle of contributing to BIRT.
https://youtu.be/FqfrG2I0AIw
00:00 Intro
00:40 Fork the main BIRT repository
02:00 Download the Eclipse Installer
03:10 Start Installation
05:20 Start Eclipse
05:50 Automatically configure the development environment
09:00 Running BIRT with your changes
12:00 Running Unit Tests
14:00 Making and pushing a change
16:00 Creating a Pull Request
Beta Was this translation helpful? Give feedback.
All reactions