Re: Ant Zip Task

2005-08-04 Thread S I
"Ant Users List" To: "Ant Users List" Subject: Re: Ant Zip Task Date: Thu, 4 Aug 2005 17:26:28 -0400 MIME-Version: 1.0 (Apple Message framework v733) Received: from mail.apache.org ([209.237.227.199]) by mc5-f21.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 4 Aug 2005

Re: Ant Zip Task

2005-08-04 Thread EJ Ciramella
.would those work? Thanks Original Message Follows From: EJ Ciramella <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: Re: Ant Zip Task Date: Thu, 4 Aug 2005 17:06:58 -0400 MIME-Version: 1.0 (Apple Message framework v733) Received

Re: Ant Zip Task

2005-08-04 Thread S I
e Follows From: EJ Ciramella <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: Re: Ant Zip Task Date: Thu, 4 Aug 2005 17:06:58 -0400 MIME-Version: 1.0 (Apple Message framework v733) Received: from mail.apache.org ([209.237.227.199]) by mc5-f38.

Re: Ant Zip Task

2005-08-04 Thread S I
tion imaginable: UPPER CASE, lower case, miXeD mOdE, etc. Is filesonly supposed to work? Original Message Follows From: EJ Ciramella <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: Re: Ant Zip Task Date: Thu, 4 Aug 2005 16:50:23 -0400 M

RE: Ant Zip Task

2005-08-04 Thread S I
Thanks. I will look at it to see if I can get it to work. Original Message Follows From: "Shatzer, Larry" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: 'Ant Users List' Subject: RE: Ant Zip Task Date: Thu, 4 Aug 2005 13:44:32 -0700 MIME-Version

Re: Ant Zip Task

2005-08-04 Thread EJ Ciramella
never mind, neither of my suggestions work - I'm looking into this now. . . How many files and directories? On Aug 4, 2005, at 4:50 PM, EJ Ciramella wrote: so you have the following: /some/path/to/a/file/file1.txt /some/path/to/another/file/file2.txt and in the zip, you want: /file1.txt

Re: Ant Zip Task

2005-08-04 Thread EJ Ciramella
so you have the following: /some/path/to/a/file/file1.txt /some/path/to/another/file/file2.txt and in the zip, you want: /file1.txt /file2.txt Try the task's filesonly attribute and if that isn't enough, try the 's fullpath attribute and set it to "/". ? On Aug 4, 2005, at 12:08 PM, S

RE: Ant Zip Task

2005-08-04 Thread Shatzer, Larry
You might want to look at the mapper. http://ant.apache.org/manual/CoreTypes/mapper.html > -Original Message- > From: S I [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 9:08 AM > To: user@ant.apache.org > Subject: Ant Zip Task > > > Hi > >

RE: Ant Zip Task

2005-08-04 Thread S I
. Ant has been self-deprecated & replaced by something else? 6. None of the above? 7. All of the above? Sorry, guys! Just being silly. :) Original Message Follows From: "S I" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: user@ant.apache.org Subject: Ant Zi

Ant Zip Task

2005-08-04 Thread S I
Hi I'm trying to zip up bunch of files in many subdirectories undrer their parents directory but all the subdir names and paths are getting included in the zip file. The include attribute is not doing it for me. Is there a trick to this? I just want the files w/o any paths. Thanks Steve