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*.
[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