简体   繁体   English

DTP功能缺少相关性

[英]Missing dependency in DTP feature

I have dependency on some DTP features including org.eclipse.datatools.sqltools.parsers.sql.lexer. 我依赖一些DTP功能,包括org.eclipse.datatools.sqltools.parsers.sql.lexer。 During the build I get error 在构建过程中出现错误

Missing requirement: Eclipse Data Tools Platform Lexer Plug-in 1.0.1.v201107221520 (org.eclipse.datatools.sqltools.parsers.sql.lexer 1.0.1.v201107221520) requires 'bundle net.sourceforge.lpg.lpgjavaruntime [1.1.0,2.0.0)' but it could not be found 缺少要求:Eclipse数据工具平台Lexer插件1.0.1.v201107221520(org.eclipse.datatools.sqltools.parsers.sql.lexer 1.0.1.v201107221520)需要'捆绑net.sourceforge.lpg.lpgjavaruntime [1.1.0 ,2.0.0)',但找不到

When I check target platform I see net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar there, however it's not in p2 repository. 当我检查目标平台时,在那里看到net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar,但是它不在p2存储库中。 How can I satisfy this missing dependency? 我如何满足这种缺失的依赖性?

Looks like I had to package this plugin in my feature as I couldn't find other feature that was providing it. 好像我必须将此插件打包在我的功能中,因为我找不到提供它的其他功能。 But clearly this is wrong way to do it. 但是显然这是错误的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM