name;
}
}
}
Thanks.
David
scabbage wrote:
>
> I'm trying to create my own customized task in Ant 1.7.1. I would like to
> use my task this way:
>
>
>
> xxx
> yyy
> zzz
>
>
>
> My class looks like:
>
> public class My
/apache/tools/ant/
>
>
> Jan
>
>
>>-Ursprüngliche Nachricht-
>>Von: scabbage [mailto:guans...@gmail.com]
>>Gesendet: Donnerstag, 4. Februar 2010 22:41
>>An: user@ant.apache.org
>>Betreff: Question about simple nested text el
I'm trying to create my own customized task in Ant 1.7.1. I would like to use
my task this way:
xxx
yyy
zzz
My class looks like:
public class MyTask extends Task {
private String a;
private String b;
private List things = new ArrayList();
// setting and