Search code examples
tycho

How to solve runtime error "No entry could be found" during Tycho?


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?


Solution

  • The resources source folder is missing from the bin.includes section of its build.properties, add it.