Hello!
I come from the "make" school of building a system and have a few
questions on how the same could be achieved using ant.
(a) In Make, I could use the if [ -r *.xyz ] do blah blah blah...How can
I do the same using ant?
(b) How can I set ant up so that one can simulate the recursive make?
(c) I have a rules.mk when I build stuff using Make - how can one
include an ant rules file(if one can be created) ? Basically what I have
in my rules file is how to process certain files based on a sequence.
TIA
Manoj Nair