RE: fail task if subdirectories do not exist.

2009-04-12 Thread Matt Benson
That's because you should have specified the xmlns on the child of the in the macrodef. --- On Sun, 4/12/09, Lucas Albers wrote: > From: Lucas Albers > Subject: RE: fail task if subdirectories do not exist. > To: "'Ant Users List'" > Date: Sunday, Apr

RE: fail task if subdirectories do not exist.

2009-04-12 Thread Lucas Albers
riginal Message- From: Matt Benson [mailto:gudnabr...@yahoo.com] Sent: Friday, April 10, 2009 9:32 PM To: Ant Users List Subject: RE: fail task if subdirectories do not exist. Sorry--in Ant trunk this works as posted--I thought maybe in 1.7.1 as well, so upgrade if you're on 1.7.0! :) Ot

RE: fail task if subdirectories do not exist.

2009-04-10 Thread Matt Benson
Sorry--in Ant trunk this works as posted--I thought maybe in 1.7.1 as well, so upgrade if you're on 1.7.0! :) Otherwise, you can use: Regards, Matt --- On Fri, 4/10/09, Lucas Albers wrote: > From: Lucas Albers > Subject: RE: fail task if subdirectories do not exist. > T

RE: fail task if subdirectories do not exist.

2009-04-10 Thread Lucas Albers
[mailto:gudnabr...@yahoo.com] Sent: Thursday, April 09, 2009 4:21 PM To: Ant Users List Subject: Re: fail task if subdirectories do not exist. Here's a cool example i

RE: fail task if subdirectories do not exist.

2009-04-10 Thread Lucas Albers
[mailto:gudnabr...@yahoo.com] Sent: Thursday, April 09, 2009 4:21 PM To: Ant Users List Subject: Re: fail task if subdirectories do not exist. Here's a cool example i

Re: fail task if subdirectories do not exist.

2009-04-09 Thread Matt Benson
wrote: > From: Lucas Albers > Subject: fail task if subdirectories do not exist. > To: "'Ant Users List'" > Date: Thursday, April 9, 2009, 4:35 PM > How can I a fail task for a directory > resource count? > I can see the syntax for failing if a file does no

fail task if subdirectories do not exist.

2009-04-09 Thread Lucas Albers
How can I a fail task for a directory resource count? I can see the syntax for failing if a file does not exists as part of a resource. I do not know the syntax to fail if a directory that is part of a resource does not exist: See sample code: Item 1: