> No, actually I was referring to the optional task named script, > which is so underdocumented that I'd have to read the code (and > probably the docs of BSF and a few other things) to know how to > do it.
Ouch! ;-) The script task simply lets you write a task in a language other than Java. Such tasks can be inline to the build.xml or separate. They have full access to all the information that a Java task would, and in many cases, have access provided in a more convenient fashion. - Sam Ruby
