BusyB: The Once Trigger


Introduction

News

Reference

Installation

Quick Start

Download

The once trigger is the simplest of the bunch – just the element <once/> with no subelements.

<project>

    <once/>

    <build>
      ... build sub elements...
    </build>

</project>

The once trigger tells BusyB to simply build the project immediately and exit.