Re: Question about simple nested text elements

2010-02-05 Thread scabbage
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

Re: AW: Question about simple nested text elements

2010-02-05 Thread scabbage
/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

Question about simple nested text elements

2010-02-04 Thread scabbage
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