--- "Macey, Ian" <[EMAIL PROTECTED]> wrote:
> I need to be able to say:
> 
>   IF a.class NEWER THAN b.class THEN compile b.java

You could use the <uptodate> task. It's kind of roundabout, since you have
to use two separate targets -- one to check the timestamps of the files
and (potentially) set a property, and one to (conditionally) run the task
that depends on that property -- but if you only need to do it for those
two files, it shouldn't be all that cumbersome.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to