/intellij-jasper-report-support

:scroll: Jasper reports viewing and compiling support for Intellij Idea IDE

Primary LanguageJavaOtherNOASSERTION

Intellij Jasper Report Support plugin

Build Version Downloads

This plugin enables jasper reports viewing and compiling support for IntelliJ IDEA IDE. It comes with xml syntax support through the official XSD (updated to the latest version), and includes a "Compile JR XML file" action that helps you produce a jasper report binary report, which is useful for performance purposes.

Installation & Usage

  1. Install from Marketplace Open Settings > Plugins > Marketplace in your IntelliJ IDEA IDE, search for Jasper Report Support and install the plugin.

  2. Build from source Clone the repository and run buildPlugin gradle task in project root. After that plugin jar file will be generated at <PROJECT_ROOT>/build/libs directory

    git clone https://github.com/kLeZ/intellij-jasper-report-support.git
    cd intellij-jasper-report-support
    gradle buildPlugin
    

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

License

Copyright © 2023 Alessandro 'kLeZ' Accardo (kLeZ)
Copyright © 2019-2023 Chathura Buddhika (chathurabuddi)
This project is MIT licensed.