For more information about NextReports Designer see the product page link.
Requirements:
- Git
- JDK 7 (test with
java -version
) - Apache Ant (test with
ant -version
)
Steps:
- create a local clone of this repository (with
git clone https://github.com/nextreports/nextreports-designer.git
) - go to project's folder (with
cd nextreports-designer
) - build the artifacts (with
ant clean release
)
After above steps a folder artifacts is created and all goodies are in that folder.
It's very simple to run the nextreports-designer. First, you must build the project using above steps. After building process go to dist folder and execute the script:
- run.bat (for windows)
- run.sh (for linux/unix)