David,

I have tested this with both the ant 1.2 release and the current CVS code
and it works OK for me. Can you give us more info about how it fails?

Cheers
Conor

----- Original Message -----
From: "David Corbin" <[EMAIL PROTECTED]>
To: "Ant User" <[EMAIL PROTECTED]>
Sent: Wednesday, December 20, 2000 12:07 PM
Subject: <uptodate> halts ant.


> Consider this example:
>
> <target name="chkFoo">
> <uptodate property="Foo.done" targetfile="dest/foo.out">
> <srcfiles dir="src" includes="foo.in"/>
> </uptodate>
> </target>
>
> The build fails and ant stops, because the directory "dest" doesn't
> exist.  I can imagine no sound reason for this.
>
> --
> David Corbin
> Mach Turtle Technologies, Inc.
> http://www.machturtle.com
> [EMAIL PROTECTED]

Reply via email to