Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Gradle is a free project automation tool. Zong! includes a Gradle build script, which allows to build, run and test the projects on the command line, without any IDE like Eclipse.

For installation instructions, see the documentation.

Build

To build Zong! and create the packages for distribution, run In the project's root folder

gradle dist

Please note, that currently the Android project can only be built using Eclipse.

Run

Zong! has no runnable components yet. This page will be updated as soon as the Zong! ViewerEditorPlayer or Converter is available.

Test

To run the automated JUnit tests in all modules, run

gradle test

 

  • No labels