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
what will be the name of the zip file 5.3. Size of zip file: After splicing the splitted zip what will be the size of the final zip file. 5.4. No. of files uploaded: How many splitted files are uploaded to FTP server? This is my basic idea, so can anyone advice me all these 5 points are

RE: Size of zip file

2005-10-18 Thread pritesh.saharey
a mail will be send to all concern people with details like 5.1. Path on FTP server where the files are uploaded 5.2. Name of the file: after splicing what will be the name of the zip file 5.3. Size of zip file: After splicing the splitted zip what will be the size of the final zip file

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
t there that does what you want. Rhino - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, October 18, 2005 10:23 AM Subject: Size of zip file Dear All, I would like to know that if is possible that I can take a size of zip file, is there any such task in

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

2005-10-18 Thread pritesh.saharey
Dear All, I would like to know that if is possible that I can take a size of zip file, is there any such task in ANT by using which I can know the size of a zip file or folder. And also want to know that is I can split any zip file into desirable equal size? Any help will be highly