- 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/
/
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
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