You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COAT is a web-services front end to Apache Velocity.
To build the COAT project using Apache Maven, open a command prompt and change your working directory to the root of the XE project. Enter the following commands:
mvn clean install
cd service
mvn clean compile assembly:single
COAT needs the full JDK, not just the JRE, since it programatically invokes the Java compiler. Other dependencies will be automatically downloaded and managed by Maven.