Package com.lutris.ant.taskdefs

Class Summary
DefaultXmlcUtilsImpl Default implementation of the XmlcUtils class
ForEach Simulate a looping control structure.
Iterate through a list of values specified directly, in a nested , or as lines of another file.
Typically made visible to an Ant build file with the following declaration: <taskdef name="foreach" classname="com.lutris.ant.taskdefs.ForEach"/> Parameters

values - The list of values to process, with the separator character, indicated by the separator attribute, separating each value.
Jddic Invoke the Jddic compiler to generate Java code from markup files.
Typically made visible to an Ant build file with the following declaration:

<taskdef name="jddic" classname="com.lutris.ant.taskdefs.Jddic"/>

Parameters destdir - The destination directory root for compiled classes. srcdir - The source directory root. verbose - Displays the Jddic command and all of the arguments. keep - If true, keep the Java files generated by Jddic. javasorsdir - The destination directory for generated .java files. force - If true, build allways .class files. classpath - The CLASSPATH for javac. exedir - The directory for java.
Jddic.BooleanAttribute  
Xmlc Invoke the XMLC compiler to read markup files and generate Java code for DOM manipulation.
Typically made visible to an Ant build file with the following declaration: <taskdef name="xmlc" classname="com.lutris.ant.taskdefs.Xmlc"/> Parameters

srcdir - The source directory root.
Xmlc.BooleanAttribute  
XmlcUtils Abstract base xmlc utilities class