Rev | Line | |
---|
[412] | 1 | |
---|
| 2 | This project is built with Maven (https://maven.apache.org/), the relatively old version 3.0.4 is known to |
---|
| 3 | work, newer versions might also work. |
---|
| 4 | |
---|
| 5 | The project uses ZK Enterprise libraries that require an agreement with ZK. The corresponding ZK repo's |
---|
| 6 | are NOT public, however the agreement with ZK grants access to them. |
---|
| 7 | |
---|
| 8 | How to build the project |
---|
| 9 | ======================== |
---|
| 10 | |
---|
| 11 | 1. Use a recent java version, 1.7 and 1.8 versions are known to work |
---|
| 12 | |
---|
| 13 | 2. Install Maven as described on https://maven.apache.org/ |
---|
| 14 | |
---|
| 15 | 3. Build the project with 'mvn clean install', this command will download a bunch of libraries into |
---|
| 16 | your local repository and build the entire project |
---|
| 17 | |
---|
| 18 | The build produces the following artefacts: |
---|
| 19 | - a zip'ed Flarmradar server in server/target/flarmradar-<version>.zip |
---|
| 20 | - a zip'ed Flarmradar client in client/target/flarmradar-client-<version>.zip |
---|
| 21 | - the ear file that can be deployed into a running server installation |
---|
| 22 | in assembly/target/flarmradar.ear |
---|
| 23 | |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.