Wrapping an existing core Ant task

2004-12-13 Thread Tony Morris
I am attempting to write an Ant task that wraps the org.apache.tools.ant.taskdefs.Java task. I am having a problem in determining how it is intended by the Ant API to execute tasks manually. For example, if I call org.apache.tools.ant.tasksdefs.Java.execute(), I receive a NullPointerException*.

AW: Wrapping an existing core Ant task

2004-12-13 Thread Jan . Materne
[EMAIL PROTECTED] > Gesendet am: Montag, 13. Dezember 2004 10:39 > An: [EMAIL PROTECTED] > Betreff: Wrapping an existing core Ant task > > I am attempting to write an Ant task that wraps the > org.apache.tools.ant.taskdefs.Java task. > I am having a problem in determining how it is int