Hello,
run your build with ant -debug to figure out exactly which directories
are scanned by ant.
the second zipfileset might be better rewritten
meaning :
I want all the files located under reports/daily/install
what you wrote
means :
I want to have all the folders called instal
, 'right', and 'whathaveyou' and ANT does not
complain! Any suggestions?
Thank you,
Steve
Original Message Follows
From: "S I" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: user@ant.apache.org
Subject: Zipfileset problem. Help!
On Tue, 26 Jul 2005 13:09:30 -0700, S I wrote:
>to be included in the final zip file. I want the .rdl files to sit at the
>root of the zip file w/o exporting their subfolder names. But I'm not
>successful. This is the way I have written the Ant script now:
if nothing else works, the files t
Hi
I'm trying to create a zip file of a parent folder with many subfolders with
many different file types in each subfolder. However, I'm only interested
in the *.rdl files in each subfolder and one subdir under the parent folder
to be included in the final zip file. I want the .rdl files to