Re: Size of zip file

2005-10-21 Thread Matt Benson
--- Dale Anson <[EMAIL PROTECTED]> wrote: > This sounded familiar, so I looked around and found > a split task that > I'd done a while back. It seems to me I wanted to > send a largish log > file by email from Ant (like 4 or 5 megs), but the > mail server had a 1MB > limit. I added the task t

Re: Size of zip file

2005-10-21 Thread Dale Anson
This sounded familiar, so I looked around and found a split task that I'd done a while back. It seems to me I wanted to send a largish log file by email from Ant (like 4 or 5 megs), but the mail server had a 1MB limit. I added the task to Antelope, docs for it are at: http://antelope.tigris.

RE: Size of zip file

2005-10-19 Thread pritesh.saharey
att Benson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 10:35 PM To: Ant Users List Subject: RE: Size of zip file --- Ed Moon <[EMAIL PROTECTED]> wrote: > Here's how to use cat to put a file back together > again: > cat part1 part2 part3 part4 > wholefil

Re: Size of zip file

2005-10-19 Thread Rhino
- Original Message - From: "Matt Benson" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, October 19, 2005 1:05 PM Subject: RE: Size of zip file > --- Ed Moon <[EMAIL PROTECTED]> wrote: > > > Here's how to use cat to put a

RE: Size of zip file

2005-10-19 Thread Matt Benson
--- Ed Moon <[EMAIL PROTECTED]> wrote: > Here's how to use cat to put a file back together > again: > cat part1 part2 part3 part4 > wholefile > > Or > cat part1 > wholefile > cat part2 >> wholefile > cat part3 >> wholefile > cat part4 >> wholefile or, when they are

RE: Size of zip file

2005-10-19 Thread Ed Moon
rom: Rhino [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 9:47 AM To: Ant Users List; Bill Rich Subject: Re: Size of zip file I don't use Linux a lot but I was curious about this issue and found some online man pages that described 'split' and it definitely looks like th

Re: Size of zip file

2005-10-19 Thread Ron Wheeler
to find that on your own :-) Rhino - Original Message - From: "Bill Rich" <[EMAIL PROTECTED]> To: "'Ant Users List'" Sent: Wednesday, October 19, 2005 11:42 AM Subject: RE: Size of zip file No "cat" was not one of the utils I remember for

Re: Size of zip file

2005-10-19 Thread Rhino
al Message - From: "Bill Rich" <[EMAIL PROTECTED]> To: "'Ant Users List'" Sent: Wednesday, October 19, 2005 11:42 AM Subject: RE: Size of zip file > No "cat" was not one of the utils I remember for this job. All they did was > divide a zip f

RE: Size of zip file

2005-10-19 Thread Bill Rich
mm [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 11:59 PM To: Ant Users List Subject: Re: Size of zip file Bill Rich wrote: > Many years ago (when floppies and sneaker net were the tranport method > of > choice) there were two Unix utilities available to split a zip file >

Re: Size of zip file

2005-10-18 Thread Gisbert Amm
Bill Rich wrote: Many years ago (when floppies and sneaker net were the tranport method of choice) there were two Unix utilities available to split a zip file into parts and merge the parts back to a single zip file. I don't remember who supplied them or if they are even still available. Do yo

Re: Size of zip file

2005-10-18 Thread Ron Wheeler
2005 12:41 AM To: Ant Users List Subject: Re: Size of zip file - Original Message - From: "Matt Benson" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, October 18, 2005 2:16 PM Subject: Re: Size of zip file --- Rhino <[EMAIL PROTECTED]> wrot

RE: Size of zip file

2005-10-18 Thread pritesh.saharey
will be highly appreciated. Thanks & Regards, Pritesh -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 12:41 AM To: Ant Users List Subject: Re: Size of zip file - Original Message - From: "Matt Benson" <[EMAIL PROTECTED

Re: Size of zip file

2005-10-18 Thread Rhino
- Original Message - From: "Matt Benson" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, October 18, 2005 2:16 PM Subject: Re: Size of zip file > --- Rhino <[EMAIL PROTECTED]> wrote: > > > Oops, I missed that when I looked in the m

Re: Size of zip file

2005-10-18 Thread Matt Benson
quot;Matt Benson" <[EMAIL PROTECTED]> > To: "Ant Users List" > Sent: Tuesday, October 18, 2005 11:19 AM > Subject: Re: Size of zip file > > > > Ant >= 1.6.3 includes the task which can > get > > file sizes for you. You could prob

Re: Size of zip file

2005-10-18 Thread Rhino
t are less than or equal to a given size and that as few smaller zips should be created as possible.) Rhino - Original Message - From: "Matt Benson" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, October 18, 2005 11:19 AM Subject: Re: Size of zip file

Re: Size of zip file

2005-10-18 Thread Rhino
I don't see anything in the Ant manual that would help you much with what you want to do. Ant's Zip task doesn't seem to have any way to determine the size of a Zip file and I don't see anything that will *directly* help you split a single Zip file into several smaller ones. Somehow or another, I

RE: Size of zip file

2005-10-18 Thread Bill Rich
eveal what you need. Bill -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 8:20 AM To: Ant Users List Subject: Re: Size of zip file Ant >= 1.6.3 includes the task which can get file sizes for you. You could probably (a) write somethi

Re: Size of zip file

2005-10-18 Thread Matt Benson
Ant >= 1.6.3 includes the task which can get file sizes for you. You could probably (a) write something or (b) find something to do the split for you. -Matt --- [EMAIL PROTECTED] wrote: > > Dear All, > I would like to know that if is possible > that I can take a > size of zip file,