https://github.com/vitexsoftware/jaspercompiler
Commandline Jasper compiler with AbraFlexi custom reports support
https://github.com/vitexsoftware/jaspercompiler
abraflexi debian-package flexibee jasper-reports
Last synced: 4 months ago
JSON representation
Commandline Jasper compiler with AbraFlexi custom reports support
- Host: GitHub
- URL: https://github.com/vitexsoftware/jaspercompiler
- Owner: VitexSoftware
- Created: 2020-04-17T15:33:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T20:43:34.000Z (4 months ago)
- Last Synced: 2025-02-04T21:30:59.546Z (4 months ago)
- Topics: abraflexi, debian-package, flexibee, jasper-reports
- Language: Java
- Homepage:
- Size: 17.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Commandline Jasper Compiler
===========================
[](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/dd9822ba-7b9b-4130-a157-ef66b3da1675)
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:
```shell
jaspercompiler /path/to/report.jrxml
```
to build **/path/to/report.jasper**also you can specify another destination (directory or filepath) as second parameter.
Installation
------------```shell
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
```