Oops, I missed that when I looked in the manual! Even still, I don't think Ant has the ability to decide which files from the original zip are to be grouped together into the new smaller zips. (I'm assuming that a large zip containing many files needs to be split into smaller zips that 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" <[email protected]> Sent: Tuesday, October 18, 2005 11:19 AM Subject: Re: Size of zip file > Ant >= 1.6.3 includes the <length> 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, 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 appreciated. > > > > Regards, > > Pritesh > > > > > > > > > > > > Confidentiality Notice > > > > The information contained in this electronic message > > and any attachments to this message are intended > > for the exclusive use of the addressee(s) and may > > contain confidential or privileged information. If > > you are not the intended recipient, please notify > > the sender at Wipro or [EMAIL PROTECTED] > > immediately > > and destroy all copies of this message and any > > attachments. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.344 / Virus Database: 267.12.0/134 - Release Date: 14/10/2005 > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.0/134 - Release Date: 14/10/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
