always when I open some project(which already exists) in eclipse I get this question
should referenced projects also be opened where applicable
what does it mean, thanks in advance
1 Answer 1
You can define dependencies between projects in your workspace. Go to a project's properties and then to "Project references".
Using this feature only makes sense if projects are connected to each other. For example if you have different Django sites and you have one project for each installed app. When opening the site project, you could have Eclipse automatically open the apps projects, too. (For want of a better example...)
answered Sep 30, 2010 at 22:07
AndiDog
70.6k21 gold badges166 silver badges208 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
AndiDog
@rookie: Just tick the checkbox and it won't annoy you again.