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 i开发者_如何转开发t mean, thanks in advance
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...)
精彩评论