* then run all the current targets
*/
public void doTag(final XMLOutput output) throws Exception {
AttainTag attainTag = (AttainTag) findAncestorWithClass( AttainTag.class );
Session session = null;
if ( attainTag == null ) {
session = new JellySession( output );
} else {
session = attainTag.getSession();