The way I have always done this is to explicitly test projects as peers. eg:
~ / myworkspace / goodproject
~ / myworkspace / 3rdparty
then import only the βgood projectβ into eclipse. If "3rdparty" is a goodproject subdirectory, you can fake it ... Let's say, for example, your svn project looks like this:
project /
src /
main /
3rdparty /
You can create the project / src / then checkout locally only in the main directory, and eclipse rely on the packaged version (for example, point to the jar if your project is java).
inanutshellus Jul 27 '09 at 12:40 2009-07-27 12:40
source share