Provides an ant task and supporting files to allow the pan compiler to be called
from an ant build script. To define the ant task, add the following to the
ant build file:
<taskdef resource="org/quattor/ant/panc-ant.xml">
<classpath>
<pathelement path="${panc.jar}" />
</classpath>
</taskdef>
where the ant property panc.jar contains the absolute path to the jar file containing
the pan compiler ant task, PanCompilerTask
.
Related Documentation
More information about ant can be obtained from the web.