next up previous contents index
Next: SignJar Up: Sequential Previous: Description   Contents   Index

Example

<parallel>
  <wlrun ... >
  <sequential>
    <sleep seconds="30"/>
    <junit ... >
    <wlstop/>
  </sequential>
</parallel>
This example shows how the sequential task is used to execute three tasks in sequence, while another task is being executed in a separate thread.



Andrew Marlow 2003-07-08