/cts2-framework

The CTS2 Development Framework is a toolkit for rapidly creating CTS2 implementations.

Primary LanguageJava

CTS2 Development Framework

Build Status

What is the CTS2 Development Framework?

The CTS2 Development Framework is a toolkit for rapidly creating CTS2 implementations.

Visit the website for more information.
Track and submit issues and bugs on the issue tracker.

Source

The source code can be found on GitHub.

Compiling

CTS2 Development Framework uses Maven to handle its dependencies.

  • Install Maven 3 (http://maven.apache.org/download.html)
  • Checkout this repo and run: mvn clean install
  • NOTE: It may be necessary to configure MAVEN_OPTS to allow Maven more memory for the compilation. For example: MAVEN_OPTS="-Xmx500m -XX:MaxPermSize=256m"

Contributing

Contributions are welcome. To contribute, fork this repository, create an issue on the on the issue tracker, and send a pull request.