-
Notifications
You must be signed in to change notification settings - Fork 1
Build Instruction
The LIMO application requires the following software to be installed on your system:
- Maven
- Netbeans 8.*
- JDK 7.*
The LIMO application is Maven projet which is based on the Netbeans Platform, but it does not require that the Netbeans IDE is installed. It can be opened with any IDE, which understands Maven based Java Projects.
For building the complete LIMO project, the install goal of Maven must be called on the LIMO-parent project. This goal will then aslo trigger the build of the other projects. The other projects are modules and child projects of the LIMO-parent projects, and Maven builds these child projects and modules when building the parent.
The building process may take some time, because all dependencies must be downloaded. Especcially the download of the Netbeans dependencies takes some time.
When changes are made in a project, you must rebuild the project. In some cases you must also rebuild the projects which are using the project in which you made changes.
For starting the application you must select the LIMO-App project and select afterwards the run action of your IDE.