>>>>> "AK" == Arun Katkere <[EMAIL PROTECTED]> writes:
AK> Is there a way in at to say, execute a task if file X older than AK> file Y? Something like foo.o: foo.c type rule in make? This kind of "do I need to work" checking is done by the task in Ant. javac and copydir are examples that follow exactly the same logic you describe. Stefan
