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