Sylvain Wallez wrote:
With dependencies fetched from a repository, we can provide 3 different distros:
- source, with no dependent libraries included. This is basically a snapshot of the svn tree

- full source (jdk1.3 for 2.1 and jdk1.4 for 2.2)

- small binary, with no dependent libraries included. It's up to the user to download the libraries that are needed for the blocks he chooses to use (can be automated with blocks.properties), if they aren't already present in his local cache.
- full binary, with all dependent libraries included.

(jdk1.3 for 2.1 and jdk1.4 for 2.2)


+1

Vadim


There are a lot of projects that do this, e.g. Spring [1]. This reduces download size, especially when there is a local repository used by a number of different projects.

Sylvain

[1] http://sourceforge.net/project/showfiles.php?group_id=73357

Reply via email to