From bfadd0ccc40a7a3712c173c6a6c703655e32c548 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Mon, 1 Nov 2021 19:21:58 +0300 Subject: [PATCH] Provide Oomph Setup to simplify setup of a BIRT IDE #596 Add information to README.MD Signed-off-by: Alexander Fedorov --- README.md | 70 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index ab56010ab68..a2324362de6 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,37 @@ -# Eclipse BIRT -The open source Eclipse BIRT reporting and data visualization project. - -## Website -https://eclipse.org/birt - -[![Build Status](https://github.com/eclipse/birt/workflows/CI/badge.svg)](https://github.com/eclipse/birt/actions) - -## Building BIRT -BIRT is built with [Apache Maven](http://maven.apache.org) through [Tycho](https://github.com/eclipse/tycho). - -To build BIRT with the latest Eclipse platform, run: - - mvn package -DskipTests - -To build BIRT with Eclipse Neon, run: - - mvn package -Pneon -DskipTests - -To build BIRT with Eclipse Oxygen, run: - - mvn package -Poxygen -DskipTests - -### Building environment -* JDK 11 -* Maven 3.6.3 -* Internet access - -## Latest snapshot repository towards 4.9.0 -https://download.eclipse.org/birt/update-site/snapshot/ - -## Latest designer download towards 4.9.0 -https://ci.eclipse.org/birt/job/birt-master/lastSuccessfulBuild/artifact/build/birt-packages/birt-report-all-in-one/target/products/ +# Eclipse BIRT +The open source Eclipse BIRT reporting and data visualization project. + +## Website +https://eclipse.org/birt + +[![Build Status](https://github.com/eclipse/birt/workflows/CI/badge.svg)](https://github.com/eclipse/birt/actions) + +## Building BIRT +BIRT is built with [Apache Maven](http://maven.apache.org) through [Tycho](https://github.com/eclipse/tycho). + +To build BIRT with the latest Eclipse platform, run: + + mvn package -DskipTests + +To build BIRT with Eclipse Neon, run: + + mvn package -Pneon -DskipTests + +To build BIRT with Eclipse Oxygen, run: + + mvn package -Poxygen -DskipTests + +### Building environment +* JDK 11 +* Maven 3.6.3 +* Internet access + +## Create an Eclipse Development Environment + +[![Create Eclipse Development Environment for Eclipse BIRT](https://img.shields.io/static/v1?logo=eclipseide&label=Create%20Development%20Environment&message=Eclipse%20BIRT&style=for-the-badge&logoColor=white&labelColor=darkorange&color=gray)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse/birt/master/build/org.eclipse.birt.releng/BIRT.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag into your running installer") + +## Latest snapshot repository towards 4.9.0 +https://download.eclipse.org/birt/update-site/snapshot/ + +## Latest designer download towards 4.9.0 +https://ci.eclipse.org/birt/job/birt-master/lastSuccessfulBuild/artifact/build/birt-packages/birt-report-all-in-one/target/products/