You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Conor MacNeill <co...@cortexebusiness.com.au> on 2003/02/19 10:40:12 UTC

Re: CVS snapshots

Stefan Bodewig wrote:
> On Tue, 18 Feb 2003, Brian Behlendorf <br...@collab.net> wrote:
> 
> 
>>BTW, I don't know why, but the CVS snapshots for ant are going to be
>>huge, 30MB in size.
> 
> 
> Before compression?  As the directory listing says 8 MB.
> 
> 
>>Folks might want to consider if all that is needed...
> 
> 
> I'm just downloading the latest snapshot to see what is in there (and
> what could be removed).
> 

Moving to ant-dev for now. The largest items are a large tar test file, 
Appendix E PDF, some large test images, Xerces and the the XDoclet jars.

What would we want to eliminate from the snapshot (We are currently double 
size of httpd and 4x Tomcat).

Conor



Re: CVS snapshots

Posted by Stefan Bodewig <bo...@apache.org>.
On 19 Feb 2003, Stefan Bodewig <bo...@apache.org> wrote:
> On Wed, 19 Feb 2003, Conor MacNeill <co...@cortexebusiness.com.au>
> wrote:
> 
>> The largest items are a large tar test file,
> 
> gzip -9 would reduce the size from 3MB to 300K.

should look closer, from 3MB to 30K.

Stefan

Re: CVS snapshots

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 19 Feb 2003, Conor MacNeill <co...@cortexebusiness.com.au>
wrote:

> The largest items are a large tar test file,

I don't think we can do much about it (well, we could gzip it, maybe
and gunzip it in the test that needs it) as we need an input as big for
the bzip2 regression test.  gzip -9 would reduce the size from 3MB to
300K.

> Appendix E PDF,

bzip2 it and <bunzip2> it in the distribution target?  Doesn't gain
much, about 350K out of 2.5MB.

> What would we want to eliminate from the snapshot

I feel inclined to drop the complete proposal directory, if possible.

Stefan

Re: CVS snapshots

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
On Wednesday, February 19, 2003, at 04:40  AM, Conor MacNeill wrote:
> Moving to ant-dev for now. The largest items are a large tar test 
> file, Appendix E PDF, some large test images, Xerces and the the 
> XDoclet jars.
>
> What would we want to eliminate from the snapshot (We are currently 
> double size of httpd and 4x Tomcat).
>
> Conor

Since two of these are mine:

- Appendix E doesn't need to be in snapshots.  It doesn't even need to 
be in distributions, but it'd be nice if it was in the release 
distributions.  If its removed from distributions, lets link it from 
the website at least so folks can get to it easier than through CVS.

- XDoclet JAR's - I'm assuming in proposal/xdocs/lib, right?  The xdocs 
directory can be removed from snapshots/distributions as far as I'm 
concerned - its still a work-in-progress, and the results are posted 
online through Gump now anyway.

	Erik