I have an Eclipse plug-in test that wants to access the resources in another plug-in's resources
source folder. However, when I build them with Tycho, the test fails with:
No entry could be found or if the caller does not have the appropriate AdminPermission[this,RESOURCE] and the Java Runtime Environment supports permissions.
What could the problem be?
The resources
source folder is missing from the bin.includes
section of its build.properties
, add it.