198199200201202203204205206207208
while (i.hasNext()) { final ObjectOrdering o = (ObjectOrdering) i.next(); Action a = new DefaultAction() { public void performAction() { _orderedObjects.add(o.getObject()); }
111112113114115116117118119120121
true ); goal.setDescription( this.description ); addPrereqs( goal ); Action action = new DefaultAction() { public void performAction() throws Exception { log.debug("Running action of target: " + getName() ); invokeBody(output); } };