Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Adding Multiple B-unit and B-suite to an Ant Script

Adding Multiple B-unit and B-suite to an Ant Script

Ant provides many ways to specify resource collections, such as a group of B-unit and B-suite files. One example is the following.
<path> <fileset dir="${test.dir}" includes="**/*.bunit"/> </path>
For examples, refer to the
resource collections
section of the Ant 1.7 (or later) documentation.

0 COMMENTS

We’d like to hear from you!