Tim Dawson <[EMAIL PROTECTED]> wrote: > I'd like to submit a change for Ant 1.4 to add a "value" attribute > to the <uptodate> task.
Well, available has one, so it would be fair enough to give uptodate one as well. > The reason is that there is a case where I'd like a variable to set > to "false" (rather than "true") if the given target file is up to > date. But you know that Ant's if/unless attributes of various kinds won't make any difference here? They don't check the value of a property. Stefan
