Package aQute.bnd.ant

Class ProjectTask

    • Field Detail

      • basedir

        java.io.File basedir
      • underTest

        boolean underTest
    • Constructor Detail

      • ProjectTask

        public ProjectTask()
    • Method Detail

      • 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​(java.io.File basedir)
        Set the base directory of the project. This property MUST be set.
        Parameters:
        basedir -
      • setUnderTest

        public void setUnderTest​(boolean underTest)