Skip to content

Commandline Jasper compiler with AbraFlexi custom reports support

Notifications You must be signed in to change notification settings

VitexSoftware/jaspercompiler

Repository files navigation

Commandline Jasper Compiler

logo

wakatime

Simple tool able to comple FlexiBee customs reports into given destination

jaspercompiler is used in https://github.com/VitexSoftware/FlexiBee-Tools by its report uploader upreport

Usage

call it like this:

    jaspercompiler /path/to/report.jrxml

to build /path/to/report.jasper

also you can specify another destination (directory or filepath) as second parameter.

Installation

sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.com/keyring.gpg
sudo apt update
sudo apt install jaspercompiler