Package org.quattor.ant

Provides an ant task and supporting files to allow the pan compiler to be called from an ant build script.

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.
 

Package org.quattor.ant Description

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.



Copyright © 2011 Quattor. All Rights Reserved.