and empty directories

2010-11-02 Thread Daniel Becroft
Hi, I'm using the / combination to construct an archive for distribution. However, given the following directory structure: \alpha A.txt B.txt C.txt \beta foo.c bar.c If I want to zip up everything in this directory, but exclude any .c files, it will include an empty 'beta' directory.

Re: AW: ant-contrib: ispropertytrue

2010-11-02 Thread sappu83
I am using lower case . Still I get the error, "if doesn't support the nested "ispropertytrue" element." Following is my code: -- View this message in context: http://ant.1045680.n5.nabble.com/ant-contrib-ispropertytrue-tp1354587p3245701.html Sent from the

Re: Copy from A -> B based on file structure of C?

2010-11-02 Thread Dominique Devienne
On Mon, Nov 1, 2010 at 7:03 PM, kerryland wrote: > I'd like to copy files from one directory to another, but only those files > that exist in a given directory. Look at the file mapper, as David suggested. --DD - To unsubscribe