how to get the configured nested tasks from Macrodef?

2007-02-19 Thread Xu Xin
Hellow everyone, I am working with ANT 1.6.5, have a question for MacroDef: how can I get the configured nested tasks from ? suppose I have the following macrodef template, and I have a following target: what I want is

Re: Nested Tasks

2003-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2003, Christopher Bender <[EMAIL PROTECTED]> wrote: > This is stumping me pretty good and Im hoping someone has experience > something similar and found a solution. You probably have to load the task classes via the same classloader. To do so, either write a small Java properties f

Nested Tasks

2003-10-14 Thread Bender, Christopher
Hey, i am developing some of my own tasks and I am running into the following problem. I have the two task defs below Now, if I invoke each of these tasks in