|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| DebugPatterns | Class implements the debug element for the PanCompilerTask object. |
| DependencyChecker | |
| DependencyChecker.DependencyInfo | |
| PanCheckSyntaxTask | An ant task which checks the pan language syntax for a specified list of files. |
| PanCompilerTask | An ant task which permits calling the pan compiler from an ant build file. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||