Package aQute.bnd.ant

Class ProjectTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
aQute.bnd.ant.BaseTask
aQute.bnd.ant.ProjectTask
All Implemented Interfaces:
Report, Reporter, Cloneable

public class ProjectTask extends BaseTask
  • Field Details

    • basedir

      File basedir
    • underTest

      boolean underTest
  • Constructor Details

    • ProjectTask

      public ProjectTask()
  • Method Details

    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Overrides:
      execute in class org.apache.tools.ant.Task
      Throws:
      org.apache.tools.ant.BuildException
    • setBasedir

      public void setBasedir(File basedir)
      Set the base directory of the project. This property MUST be set.
      Parameters:
      basedir -
    • setUnderTest

      public void setUnderTest(boolean underTest)