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.
The source code can be found on GitHub.
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"
Contributions are welcome. To contribute, fork this repository, create an issue on the on the issue tracker, and send a pull request.