Kev Jackson, gave a neat example of an exec listener in his presentation = http://people.apache.org/~kevj/ossummit/extending-ant.html , sources of the exec listener included
You can run certain tasks depending on the result of the assembly after the assembly is completed.
<exec-listener onSuccess="true|false"> .. your stuff goes here .. </exec-listener>
Rebse source share