Re: AW: Two targets with the same depends-target

2005-02-14 Thread Alexey N. Solofnenko
- Alexey. Kasparek, Bernadette wrote: I need the following behavivor: Ant all --> common, one, common, two What can I do? Bernadette -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ /

AW: Two targets with the same depends-target

2005-02-14 Thread Kasparek, Bernadette
I need the following behavivor: Ant all --> common, one, common, two What can I do? Bernadette -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14. Februar 2005 13:44 An: user@ant.apache.org Betreff: AW: Two targets with the same depe

AW: Two targets with the same depends-target

2005-02-14 Thread Jan . Materne
Maybe you´re expecting the wrong thing ... The current behaviour is that: Common one two ant one --> common, one ant one two --> common, one, common, two ant all --> common, one, two What do you expect? Jan > -Ursprüng