On Mon, 2 Dec 2002, Andersson Jan <[EMAIL PROTECTED]>
wrote:

> xyz = project.createTask("CallTarget"); 
> xyz.setTarget("apply.patch_file"); //xyz seems to be null here...

Sure it is.  createTask takes the name of the task, not the name of
the class implementing the task.

xyz = project.createTask("antcall"); 

should work.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to