org.antmod.tasks |
Ant tasks which can be used in the core Ant buildfiles, build plugin's Ant files or "local.build.xml" Ant files inside modules.
|
Java Source File Name | Type | Comment |
ConditionalAnt.java | Class | A task that conditionally calls a target in another build file,
and if the other buildfile or target do not exist it invokes
a 'defaulttarget' in the existing buildfile. |
FileIteratorTask.java | Class | Allow buildfiles to execute some things per file, by invoking a target in
the buildfile per file in the given fileset. |
FileName.java | Class | |
GsubTask.java | Class | Easy string replacements. |
MergeToBranchTask.java | Class | Ant task that merges changes from a checked out trunk
to the latest branch or the other way around (but than from any branch you want to the trunk).
Important: this task does not handle multiple merges to the same branch properly yet,
read this merge question e-mail
for example;
this task would have to create merge-tags to remember from where the last merge happened
to the target trunk/branch. |
MessageOutputLevel.java | Class | Sets the message output level of the Ant project. |
ModuleInfo.java | Class | Task for checking and displaying module information. |
ModuleIteratorTask.java | Class | Allow buildfiles to execute some things per module, by invoking a target in
the buildfile per module in the given release. |
PromoteToBranchTask.java | Class | Ant task that does "MergeToBranch" to the latest branch
and promotes the patch-level version of the latest branch. |
PromoteVersion.java | Class | Promotes the version of a module. |
ReplacePropertyTask.java | Class |
Task to replace "${}" constructs more than one level deep. |
SetPropertyTask.java | Class | Ant task allowing to set a property in the Ant project, even if it was set before. |
Soffice2Html.java | Class | |
Targets.java | Class | Targets extends the Echo task by printing information about the
available targets (names and descriptions, if available) in the
current project. |