On Feb 14, 2005, at 5:56 PM, Anderson, Rob (Global Trade) wrote:
I think this should say...
public class HelloWorld extends org.apache.tools.ant.Task {
An Ant task only needs a "public void execute()" method though. Extending from Task is handy (to get the Project instance and log things) but not necessary.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]