在 Eclipse 3.5 上安装较旧的 TestNG 插件时出现问题
这两个问题都很老了,所以那里的链接不再起作用。我有 Eclipse 3.5,我想安装 Eclipse TestNG 插件。更新站点的位置是什么?我正在迁移到 TestNG,所以我可以迁移最新版本的 TestNG
PS:我试过http://beust.com/eclipse/但它给我一个 NPE,如下所示
在 Eclipse 3.5 上安装较旧的 TestNG 插件时出现问题
这两个问题都很老了,所以那里的链接不再起作用。我有 Eclipse 3.5,我想安装 Eclipse TestNG 插件。更新站点的位置是什么?我正在迁移到 TestNG,所以我可以迁移最新版本的 TestNG
PS:我试过http://beust.com/eclipse/但它给我一个 NPE,如下所示
Try to download TestNG plugin from Market Place.
Eclipse - > Help - > Eclipse MarketPlace -> TestNG..
Install it. After restarting Eclipse use it.
尝试 jar 来自的 URL:http: //beust.com/eclipse/ 使用上面的链接作为位置,确保包含 http://。
我使用了以下页面http://beust.com/eclipse-old/上发布的最新网址
那是http://beust.com/eclipse-old/eclipse-6.7.0.20120825_1316/
它工作得很好。
您的 URL 看起来不错(http://beust.com/eclipse),因此我怀疑与此无关的问题,也许您的 Eclipse 安装有错误或配置不正确(虽然我的 Eclipse 安装不需要任何特殊配置)。
在 windows 如何在 Eclipse 中安装 testng 插件:
1. Open Eclipse
2. Click on Help at top menu
3. Click on Install New Software... sub-menu
4. Click on Add button
Do the following at Add Repository pop-up:
5. Enter name as (Example - testng)
6. Enter URL as your requirement:
For Eclipse 3.4 and above, enter http://beust.com/eclipse
For Eclipse 3.3 and below, enter http://beust.com/eclipse1
7. Click on OK button
8. Check process bar is displayed because plugin is installed in eclipse
安装后按照以下步骤操作:
i) 重新启动 eclipse
ii) 转到 Window-> Preferences 并观察左侧面板
iii) TestNG 已登记
我注意到它是在配置代理后停止安装的代理,它像奶油一样安装。
较早的评论:经过大量尝试并尝试不同的 URL 后,终于发现该 URL 对我有用:http: //beust.com/eclipse-old/eclipse-6.7.0.20120825_1316/
对于 MD5 示例,所有其他 URL 不断给出错误:收集要安装的项目时发生错误会话上下文是:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect , 操作数=, 动作=)。下载工件时出现问题:osgi.bundle,org.testng.eclipse,6.9.11.201604020423。MD5 哈希值不如预期。预期:da03b0c2cd24e2636ad05a151538b195 并找到 60ea74539d11470e704c4210de6e5573。下载工件时出现问题:osgi.bundle,org.testng.eclipse.maven,6.9.11.201604020423。MD5 哈希值不如预期。预期:91946a86a2a3ae80d8583be62a9fe068 并找到 0f70e9fd8a1bb2564f26bc4730a58922。
For eclipse Luna - http://marketplace.eclipse.org/content/testng-eclipse/metrics Drag and drop the install icon to the eclipse workspace and follow instructions.
Works like charm.
如果链接:http ://beust.com/eclipse/不适用于 3.4 及更高版本,则 Eclipse 的网络连接可能存在问题。转到窗口-> 首选项-> 搜索 SSL 或网络连接。检查是否根据您的 Internet/Intranet 进行了相同的设置。
打开 Eclipse 单击顶部导航器的帮助 单击安装新软件 单击添加按钮 添加存储库弹出窗口已打开 输入名称为(示例 - TestNG) 输入 URL - http://beust.com/eclipse 单击确定按钮 检查过程显示栏是因为插件安装在 ecplise 重新启动 eclipse 检查 Testng 是否安装在 ecplise
就我而言,似乎 Eclipse 的更新是问题所在。
我刚刚为我的 Eclipse 安装了更新(Luna Service Release 2 (4.4.2) Build id: 20150219-0600)并重新启动了 Eclipse。然后,去帮助-> Eclipse Marketplace-> 搜索TestNG 并安装它。
这对我有用。
给定站点“ http://beust.com/eclipse ”被重定向到 http://dl.bintray.com/testng-team/testng-eclipse-release/
因为那个 Eclipse 无法在原始 URL 中获取插件。
要解决此问题,请转到帮助-> 安装新软件现在使用“ https://dl.bintray.com/testng-team/testng-eclipse-release/ ”添加新站点
它是“https”,这样做会列出 URL 中可用的插件,
选择TestNG,继续安装。
它对我有用,希望它也对你有用。