I have recently upgraded from 7.5 to 8.5. I am now getting an error message when trying to launch a java app.
Specifically it says –
<b>
‘Launching XXX’ has encountered a problem.
Resouce ‘YYY’ is not open.
</b>
The project does not reference resouce YYY, nor, apparently, do any of it’s dependencies. However, if I open project YYY, then the launch works correctly. This worked properly in 7.5. It launched without having YYY open.
Is there some way to find out where YYY is being referenced? How do I find the phantom dependency? I do not want to have to open an obsolete project just to make this work when I did not have to do this with 7.5.
Is there not some simple way to get a dependency graph or even just a list of what references what? The error message is rather useless without telling me who is requiring the resouce.