如何解决 Tycho 期间的运行时错误 "No entry could be found"?

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

我有一个 Eclipse 插件测试想要访问另一个插件的 resources 源文件夹中的资源。但是,当我使用 Tycho 构建它们时,测试失败并显示:

No entry could be found or if the caller does not have the appropriate AdminPermission[this,RESOURCE] and the Java Runtime Environment supports permissions.

可能是什么问题?

build.propertiesbin.includes 部分缺少 resources 源文件夹,添加它。