Using ELIDE with the Ant build tool: The Ant task for ELIDE is ca.ubc.cs.elide.ant.ElideTask, and is contained within elide.jar. It takes three properties: srcdir: the source directory destdir: the directory in which to output processed files (defaults to "output") transformpackage: the name of a package within which to look for Transform subclasses. Must be on the classpath. Can be used multiple times. ElideTask is a subclass of MatchingTask, and so handles the "includes" property as, for example, javac does. A simple target using ELIDE might look like: