Invoke DODS to generate a set of java classes from a doml file
The files will only be regenerated/compiled if the date on the doml file is
newer than at least one of the generated files
This taskdef extends Ant's task; refer to that documentation for
parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
<taskdef name="dods" classname="org.enhydra.ant.taskdefs.Dods"/>
Parameters
doml - The doml input file describing data object mapping.
Invoke DODS to generate a set of java classes from a doml file
The files will only be regenerated/compiled if the date on the doml file is
newer than at least one of the generated files
This taskdef extends Ant's task; refer to that documentation for
parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
<taskdef name="dods" classname="org.enhydra.ant.taskdefs.Dods"/>
Parameters
doml - The doml input file describing data object mapping.
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.
ForEach() -
Constructor for class com.lutris.ant.taskdefs.ForEach
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.
Generates support for automatic class recompilation; the information is
stored in a file with an .xmlc suffix appended to the class name, as
specified with the -class option.
Specifies what XMLC generates:
class: XMLC generates a class that does not depend on an interface
(default).
interface: XMLC generates only an interface.
both: XMLC generates both an interface and an implementation class.
The valuesfile attribute of the foreach task should be a string that is
an absolute or relative path to a file, which contains loop-variant
property values
Invoke DODS to generate a set of java classes from a doml file
The files will only be regenerated/compiled if the date on the doml file is
newer than at least one of the generated files
This taskdef extends Ant's task; refer to that documentation for
parameters that affect compilation.
Typically made visible to an Ant build file with the following declaration:
<taskdef name="dods" classname="org.enhydra.ant.taskdefs.Dods"/>
Parameters
dir - The base SQLSplitter directory.
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