thank you adam.
it helped, as the "task" instance is no longer null. however, i'm still
getting a null error when i try to call one of the methods of the "task"
instance.
what is the standard way/code for calling another custom task from your own
custom task?
thank you very much.
At 13:01 02/04/19 +1000, you wrote:
>On Fri, 19 Apr 2002 02:43, tek1 wrote:
> > hello.
> >
> > i've written 2 custom ant tasks and am trying to have one (say "ATask")
> > call the other ("BTask")
> >
> > i tried the following in ATask (to reference BTask):
> >
> >
> > someMethod() {
> >
> >
> this.project.addDataTypeDefinition("atask",Class.forName("com.test.ATask")
>
>Shouldn't that be project.addTaskDefinition()?
>
> >
> > ATask task = (ATask)this.project.createTask("atask");
> >
>
>--
>Adam
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>