Dependencies
Required
- JUEL for expression language support
Optional
- Restlet if using xtc-restlet
- Restlet-JPA if using xtc-restlet
Installation
For standalone (non-Restlet) usage, simply add juel.jar and xtc.jar to the classpath.
For Restlet integration, you also need xtc-restlet.jar.
Compilation
Build dependencies are managed using Ivy. Dependency on Restlet-JPA requires Restlet-JPA to be built and published to local Ivy repository prior to building XTC.
Build scripts require Ant 1.6 or later.
To build:
ant bootstrap ant package
The jars are available in dist.
To publish to local Ivy repository (for use in other Ivy projects which depend on XTC):
ant publish
