Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] build input directories

Looking for comments.

We recently discussed on IRC standardizing on location of 
input(dependency) jars to ./lib
Currently we point to them via a variable - but maintaining these are 
difficult and once we can redist permission we can just check them into 
./lib.
Additionally, I'd like to suggest we put all our source code into ./src.

As was discussed in the F2F, this will eventually result in each project 
potentially duplicating jars that other projects also use.
The alternative discussed during the F2F was to create separate projects 
in CVS for each dependent jar.
Using a large PSF file we could ensure that each project downloaded what 
they needed and each jar would only be checked in once.
Additionally, the Eclipse Orbit project could hold these dependent jar 
projects for us.

Thanks,
Mike


Back to the top