Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from eclipse-birt/birt

The open source Eclipse BIRT reporting and data visualization project.

License

Notifications You must be signed in to change notification settings

kiranmenon/birt

 
 

Eclipse BIRT Build Status

The open source Eclipse BIRT reporting and data visualization project.

Website

https://eclipse.org/birt

Create a BIRT Development Environment

  • yt

  • Create Eclipse Development Environment for Eclipse BIRT

Building BIRT

BIRT is built with Apache Maven through Tycho on Eclipse CI.

To build BIRT with the latest Eclipse platform, run:

mvn clean verify -DskipTests=true

Building environment

Latest Version 4.21.0

Latest Snapshots towards 4.22.0

Runtime Requirements

The current version of BIRT 4.21 is runnable with JDK:

  • JDK 21 (LTS)

Tomcat version support:

  • Tomcat 9.0.7x, 9.0.8x, 9.0.9x, 9.0.10x (incl. 9.0.109)
    • BIRT 4.21.0 requires Tomcat to be launched with JVM argument -add-opens=java.base/java.net=ALL-UNNAMED.
      • This can be accomplished by setting the following environment variable before starting Tomcat.
        • CATALINA_OPTS="-add-opens=java.base/java.net=ALL-UNNAMED"
      • See issue 2271.
      • See discussion 2278.
  • Tomcat 10 & 11 is not supported due to Jakarta EE dependencies

About

The open source Eclipse BIRT reporting and data visualization project.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.7%
  • HTML 5.0%
  • PostScript 4.6%
  • JavaScript 0.6%
  • CSS 0.1%
  • XSLT 0.0%