Re: How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
also a task or something like that. Havent used > it > > > Jan > > > >-Ursprüngliche Nachricht- > >Von: Konstantinos Karadamoglou [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 15. März 2006 17:51 > >An: Ant Users List > >Betreff:

AW: How to avoid redundat path and fileset declerations

2006-03-15 Thread Jan.Materne
z 2006 17:51 >An: Ant Users List >Betreff: Re: How to avoid redundat path and fileset declerations > >Thanks Matt for your help, > >Is it possible to share the way that you avoid that kind of >redundancy? What's your approach when you compose build.xml files > >O

Re: How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
Thanks Matt for your help, Is it possible to share the way that you avoid that kind of redundancy? What's your approach when you compose build.xml files On 15/03/06, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Konstantinos Karadamoglou <[EMAIL PROTECTED]> > wrote: > [SNIP] > > What I could do is

Re: How to avoid redundat path and fileset declerations

2006-03-15 Thread Matt Benson
--- Konstantinos Karadamoglou <[EMAIL PROTECTED]> wrote: [SNIP] > What I could do is > to have a global but this cannot be done > regarding the > nature of the project I am involved with. There is > not a starting > directory for . > This use will be covered in more than one way in Ant 1.7 with

How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
Hello all, I am new to this mailing list. I have a question about avoiding redundancy when declaring paths and filesets. A lot of times I declare a and then I reference it from other targets. That's OK, but what about targets like . How can I reuse the defined ? As far as I know I cannot set a