* then run all the current targets
*/
public void doTag(final XMLOutput output) throws Exception {
getGoal(getName()).addPostActionCallback(
new PostActionCallback() {
public void firePostAction(Goal goal) throws Exception {
// lets run the body
log.info( "Running post action: " + getName() );
invokeBody( output);
}