* then run all the current targets
*/
public void doTag(final XMLOutput output) throws Exception {
getGoal(getName()).addPreActionCallback(
new PreActionCallback() {
public void firePreAction(Goal goal) throws Exception {
// lets run the body
log.debug( "Running pre action: " + getName() );
invokeBody( output);
}