Package net.sf.antcontrib.logic


package net.sf.antcontrib.logic
  • Classes
    Class
    Description
    Subclass of Ant which allows us to fetch properties which are set in the scope of the called target, and set them in the scope of the calling target.
    Subclass of CallTarget which allows us to fetch properties which are set in the scope of the called target, and set them in the scope of the calling target.
     
    Task definition for the foreach task.
    Task definition for the for task.
    Perform some tasks based on whether a given condition holds true or not.
     
    Task to help in calling tasks if generated files are older than source files.
    Enumerated type for collection attribute
    Wrapper for mapper - includes dir
     
    Relentless is an Ant task that will relentlessly execute other tasks, ignoring any failures until all tasks have completed.
    Ant task that runs a target without creating a new project.
    Task definition for the ANT task to switch on a particular value.
    Extension of <fail> that can throw an exception that is a reference in the project.
    Task definition for the foreach task.
    A wrapper that lets you run a set of tasks and optionally run a different set of tasks if the first set fails and yet another set after the first one has finished.