Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 1.04 KB

BUILD.md

File metadata and controls

37 lines (22 loc) · 1.04 KB

Build Rosetta using gradle

Use the gradle wrapper (gradlew, gradlew.bat) included in this repository for building Rosetta.

Clean-up previous builds

To clean-up any previous builds of rosetta, run:

./gradlew clean

Build and skip tests

To compile and package the rosetta war file while skipping the tests, run:

./gradlew build -x test

This will result in the creation of the rosetta war file in the build/lib/ directory.

Build the docs

To build the rosetta documentation, the following packages must be installed on your system:

To install these dependencies on a Mac using homebrew:

brew install graphviz doxygen

change directories to docs and execute:

bash buildDocs.sh

Note that the documentation for Rosetta is available online: http://www.unidata.ucar.edu/software/rosetta/dox/html/