我已经尝试为 Sametime 插件开发设置开发环境一周了,但我遇到了某种形式的问题。我面临的问题是
- 设置环境后,扩展点模式丢失,我只得到“通用”一词,而不是实际的扩展。
- 上述问题让我手动编辑 Plugin.xml 并添加了扩展 Sametime 红皮书中给出的说明。插件本身没有加载,更不用说我的自定义了。
我对如何从这里继续感到困惑。我被困住了,我尝试下载从 3.2 到 3.5 的不同版本的 eclipse,但没有一个有效。
如果有人能帮助我,我将不胜感激,这真的令人沮丧:(
I have been trying to setup a Dev environment for Sametime Plugin Development for a week now but I am facing issues in one form or the other. The issues that I am facing are
- After setting up the Env, the extension point schemas are missing and i am getting only the word "Generic" instead of the actual extension.
- The above issue made me edit Plugin.xml manually and added the instructions given in the Extending Sametime Redbook. The plugin itself is not loading let alone my customizations.
I am in quandry as to how to proceed from here. I am stuck, i have tried download different versions of eclipse from 3.2 to 3.5 and none of them have worked.
I would appreciate if someone could help me on this, its really frustrating :(
发布评论
评论(2)
只是为了更新是否有人试图找到上述“通用”问题的解决方案。您需要将目标平台更改为Eclipse。运行客户端时,您需要将其更改回同一时间。
Just to update if anyone is trying to find a solution to the "Generic" issue mentioned above. You need to change the target platform to Eclipse. While running the client, you need to change it back to sametime.
扩展点模式只是 Eclipse 源代码构建的一部分。
Eclipse RCP 包含 Eclipse 的源代码,因此也包含扩展点模式。此版本的 Eclipse 用于开发基于 Eclipse 的富客户端应用程序以及开发 Eclipse 插件。
The extension point schemas are only part of source builds of eclipse.
The Eclipse RCP contains the source code of Eclipse and for this reason also the extension point schemas. This version of Eclipse is used for developing rich client applications based on Eclipse and for developing Eclipse plugins.