Ah. Thats a bad way of measuring, of course....
The dependencies don't squash, whereas the documentation does! derr...
so the 4.5 meg tar.gz breaks down to:
1 meg doc/
600k hibernate.jar
200k src/
3 meg lib/
So its the dependencies killing us. We *could* externalise optional jars:
jcs.jar,
commons-lang.jar,
c3p0.jar,
commons-dbcp.jar,
commons-pool.jar,
commons-collections.jar
but Hibernate wouldnt compile without them
----- Original Message -----
From: "Gavin King" <ga...@ap...>
To: <hib...@li...>
Sent: Sunday, September 15, 2002 5:53 PM
Subject: [Hibernate] 5 meg worth of hibernate.....
> Hmmm. The latest filesizes have got a bit out of hand:
>
> hibernate-1.1rc2.tar.gz 4649334
> hibernate-1.1rc2.zip 5300474
>
> unzipped its over 10 meg:
>
> * 1.1 meg src/
> * 3.1 meg lib/
> * 6 meg doc/
> * 600k hibernate.jar
>
> I was going to suggest a seperate source distribution, but thats not
really
> going to be much help. The real killer is all the doco (and note we aren't
> even distributing the documentation source).
>
> If anyone has a problem with it being a 5 meg download, please let me
> know....
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> hibernate-devel mailing list
> hib...@li...
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
|