简体   繁体   English

在哪里可以找到旧的“开发者协作”插件?

[英]Where can I find the old “Developer Collaboration” plugin?

Once upon a time there is netbeans plugin called "Developer Collaboration" which allows you make remote pair programming. 从前有一个名为“ Developer Collaboration”的netbeans插件,可用于进行远程对编程。

Now, in Netbeans 6.7, there is no more this "Developer Collaboration" but there something called "Kenai support". 现在,在Netbeans 6.7中,不再有这种“开发人员协作”,而是有一个称为“ Kenai支持”的东西。 Unfortunately Kenai does not seems to have a real time editor and it seems to be usable only for opensource project, but my project is closed source. 不幸的是,Kenai似乎没有实时编辑器,它似乎仅可用于开源项目,但我的项目是封闭源代码。

I switched back to the Netbeans 6.5 but I discovered that the "Developer Collaboration" plugin is no more available for download through the Plugin Manager (from Tools > Plugins) and I'm not able to find it from the plugin portal 我切换回Netbeans 6.5,但是我发现“开发人员协作”插件不再可通过插件管理器下载(从“工具”>“插件”),并且无法从插件门户中找到它。

Where can I find the old "Developer Collaboration" plugin? 在哪里可以找到旧的“开发人员协作”插件? Or which alternative I have? 还是我有哪个选择?

The user msmart posted this on the NetBeans Forums, explaining how to install the Developer Collaboration plugin on NetBeans 6.7: 用户msmart发布在NetBeans论坛上,解释了如何在NetBeans 6.7上安装Developer Collaboration插件:

For those of you who want to connect to an XMPP server for collaboration but cannot (or do not want to) use Kennai. 对于那些想要连接到XMPP服务器进行协作但不能(或不想)使用Kennai的用户。 The old Developer Collaboration plugin still works for 6.7 but you have to download and install the NBM files manually. 旧的Developer Collaboration插件仍适用于6.7,但您必须手动下载和安装NBM文件。

Here is how I got it to work: 这是我的工作方式:
1. Download the following NBM files from the Netbeans 6.5.1 repository. 1.从Netbeans 6.5.1存储库下载以下NBM文件。
com-sun-collablet-moxc.nbm com-sun-collablet-moxc.nbm
com-sun-collablet.nbm com-sun-collablet.nbm
org-netbeans-libs-xmlbeans.nbm org-netbeans-libs-xmlbeans.nbm
org-netbeans-modules-collab-channel-chat-html.nbm org-netbeans-modules-collab-channel-chat-html.nbm
org-netbeans-modules-collab-channel-chat-java.nbm org-netbeans-modules-collab-channel-chat-java.nbm
org-netbeans-modules-collab-channel-chat-text.nbm org-netbeans-modules-collab-channel-chat-text.nbm
org-netbeans-modules-collab-channel-chat-xml.nbm org-netbeans-modules-collab-channel-chat-xml.nbm
org-netbeans-modules-collab-channel-chat.nbm org-netbeans-modules-collab-channel-chat.nbm
org-netbeans-modules-collab-channel-filesharing.nbm org-netbeans-modules-collab-channel-filesharing.nbm
org-netbeans-modules-collab-channel-output.nbm org-netbeans-modules-collab-channel-output.nbm
org-netbeans-modules-collab-kit.nbm org-netbeans-modules-collab-kit.nbm
org-netbeans-modules-collab-provider-im.nbm org-netbeans-modules-collab-provider-im.nbm
org-netbeans-modules-collab-ui.nbm org-netbeans-modules-collab-ui.nbm

They are currently located at the following URL: http://updates.netbeans.org/netbeans/updates/6.5.1/uc/final/stable/patch4/extra/ 它们当前位于以下URL: http : //updates.netbeans.org/netbeans/updates/6.5.1/uc/final/stable/patch4/extra/

  1. Put all these files in the same directory. 将所有这些文件放在同一目录中。
  2. Open Netbeans 6.7. 打开Netbeans 6.7。
  3. Click Tools->Plugins 单击工具->插件
  4. Select the "Downloaded" Tab 选择“已下载”标签
  5. Click the "Add Plugins" button 点击“添加插件”按钮
  6. Browse to the folder you saved the NBM files in. 浏览到保存NBM文件的文件夹。
  7. Select all 13 files (CTRL A). 选择所有13个文件(CTRL A)。
  8. Click OK. 单击确定。
  9. Click Install. 单击安装。

Enjoy. 请享用。

I have tryed on 6.9 and it doesn't work. 我已经尝试过6.9,但是它不起作用。 Editor Library 1.27 is required, 6.9 has 2+ 需要编辑器库1.27,6.9具有2+

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

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