These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Building XAP requires

xap / xap

submited by
Style Pass
2021-07-22 21:30:16

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Building XAP requires Java 8 or later (The core requires Java 6, but some optional components and integrations depend on features from higher Java version, so building the entire product requires Java 8).

To build the entire product, simply run the build script (either .sh or .bat) located at the root folder. This builds all the modules and generates a product zip file at /xap-dist/target.

If this is your first experience with XAP, we recommend you check out the hello-world example located at the examples folder. Once you're done, check out the docs to learn more, and if you have any questions visit our community forum.

We're using standard versioning schema (major.minor.service-pack.build). The master branch reflects the current state, and each release is tagged in git (tags on this repository).

Leave a Comment
Related Posts