Skip to content

Commit

Permalink
Provide Oomph Setup to simplify setup of a BIRT IDE #596
Browse files Browse the repository at this point in the history
Add information to README.MD

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Nov 1, 2021
1 parent 370b9dd commit bfadd0c
Showing 1 changed file with 37 additions and 33 deletions.
70 changes: 37 additions & 33 deletions 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/

0 comments on commit bfadd0c

Please sign in to comment.