我使用maven和jenkins构建我的xtext eclipse插件项目,并使用tycho surefire进行junit测试。 Jenkins在64位ubuntu上运行,测试失败了:
java.lang.IllegalStateException: Unresolved proxy http://url/from/mydsl#//element. Make sure the EPackage has been registered.
我尝试使用StandaloneSetup类中的重叠注册函数解决此问题,如Switching from an inferred Ecore model to an imported one in your Xtext grammar所述,但这对我没有用。
我尝试在ubuntu 32位上运行测试,并且令人惊讶地工作而没有失败。
我希望有人可以帮助我