I have a project with two dependencies which I want to be built when I build my project. I did this by going to Project Properties->Project References and selected the two dependencies. When I make a change to one of the dependencies I can rebuild my project for them to be built, but if I just run my project, the referenced dependencies are not rebuilt. How can I fix this?
EDIT:
I have the following Eclipse settings as asked:
- Project->"Build Automatically" is checked
- Window->Preferences->General->Workspace->"Build Automatically" and ->"Save automatically before Build" both checked
- Window->Run/Debug->Launching->GeneralOptions->"Build (if required) before launching" is checked
The last point seems to be what isn't working correctly. Having this checked will build my project before launching, but it will not build the dependencies.