rookie
rookie

Reputation: 7843

question from Eclipse

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

Upvotes: 1

Views: 664

Answers (1)

AndiDog
AndiDog

Reputation: 70108

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...)

Upvotes: 1

Related Questions