gpt4 book ai didi

maven - 使用 Tycho 构建产品时出现 "Icon(s) not replaced"错误

转载 作者:行者123 更新时间:2023-12-04 15:01:12 24 4
gpt4 key购买 nike

我正在使用 Tycho 0.16.0,但出现以下错误:

Error - 7 icon(s) not replaced in C:\Users\weich01\AppData\Local\Temp\p2.brandingIron8219115442087687624\launcher.exe using C:\Development\Workspaces\Workspace RCP SR2\de.mycompany.myproduct.product\target\products\MyProduct\de.mycompany.myproduct.feature\logo_pms_2011.ico

使用 Eclipse 中的导出向导,一切正常,因此产品定义是正确的。图标文件包含各种尺寸的位图。

最佳答案

您应该检查您的产品配置文件 (*.product)。图标的路径应该是相对于产品项目的。因此,例如与项目:

com.myapplication.product/
myProduct.product
icons/
application.ico

您的 myProduct.product 文件应如下所示:

 ...
<launcher name="executable">
<linux icon="icons/application.xpm"/>
<macosx icon="icons/application_32.icns"/>
<solaris/>
<win useIco="true">
<ico path="icons/application.ico"/>
<bmp/>
</win>
</launcher>
...

检查此第谷产品配置示例:
https://github.com/jsievers/tycho-demo/tree/master/tychodemo.product

关于maven - 使用 Tycho 构建产品时出现 "Icon(s) not replaced"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13931518/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com