>
> If not, what's the easiest way to specify additional actions when "clean"
> is run?


I use

clean.doLast { ant.delete(dir: "exploded") }

(as a complement of "creation of exploded war" from Cookbook wiki page). I
must have found it on the wiki too.

LT

Reply via email to