On May 13, 2010, at 12:48 PM, Bruno Medeiros wrote:
Hello. If I do something like this:
and projects.dir has some empty directories, then those directories
will be copied to destination.dir .
Is this normal behavior?
Isn't there a new task named resourcecount. Maybe you could use this in
conjunction with a test and if the resourcecount is 0 then echo it is empty. Or
am I missing what you are trying to do?
Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries
-Original Message-
From: Br
Hello. If I do something like this:
and projects.dir has some empty directories, then those directories
will be copied to destination.dir .
Is this normal behavior? (It seems strange to me that a fileset would
contain em
There is a bug with the task. It is unable to handle
begin and end being the same.
I cannot push a fix, since I forgot my ant-contrib username/password.
Here is a patch:
Index: src/main/java/net/sf/antcontrib/logic/ForTask.java
===