IBM Notes:Eclipse插件部署到框架目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IBM Notes:Eclipse插件部署到框架目录相关的知识,希望对你有一定的参考价值。
我不完全确定,如果这个问题出现在正确的论坛中,但由于它是关于开发环境和部署开发的,我认为可以省略。
我有一个IBM Notes客户端的插件,我需要在后台静默安装。
我使用“CustomizeAddon.exe”创建了一个包,并使用以下内容创建了一个install.addon.xml:
<?xml version="1.0" encoding="UTF-8"?>
<ibm-portal-composite>
<domain-object name="com.ibm.rcp.installmanifest">
<object-data>
<install>
<installfeature id="Jabber4Notes" required="true">
<requirements>
<feature id="com.endava.jabber4notes.feature"
version="2.11.8.298" match="compatible"
shared="true" mergeaction="add"
url="jar:${installer.root}/updateSite.zip!/" />
<feature id="com.endava.jabber4notes.IMPFragmentFeature"
version="2.11.8.298" match="compatible"
shared="true" mergeaction="add"
url="jar:${installer.root}/updateSite.zip!/" />
</requirements>
</installfeature>
</install>
</object-data>
</domain-object>
</ibm-portal-composite>
但是,虽然我使用参数shared =“true”,但插件总是安装到工作空间目录而不是feature-目录。
我该如何改变这种行为?
以上是关于IBM Notes:Eclipse插件部署到框架目录的主要内容,如果未能解决你的问题,请参考以下文章
如何将适用于 Android 的 Pushwoosh 插件添加到 Cordova IBM Worklight (@Eclipse)?
使用 IBM Worklight 6 (juno eclipse) 安装 jazz 4.0.2 插件会导致 Worklight 中的功能退化
IBM Worklight - Win7/Eclipse“Juno”中的插件安装失败