I have a project A that depends on project B. The poject B is a subproject of A and works as a part of project A. The project B has its own resources that it must access to bootstrap itself. So, when I start the project A, it fails with the exception that the assets for project B cannot be found.
This setup worked just perfectly in Kepler, it did not have any issues with finding the files, so all paths and source folders are intact.
Looks like something has changed in Luna, comparing to Kepler. Does anyone have an idea on how to fix this?
EDIT: I also must add that the folder named "assets" exists in both project A and project B (they contain different assets). When I try to manually add the assets folder of project B to project A, Eclipse says that this folder already exists. Could this be the source of the problem? How do I resolve it then? Again, Kepler had no issues with that..