声纳插件 Eclipse

发布于 2024-10-31 04:34:42 字数 241 浏览 1 评论 0原文

我可以在不安装其他 Sonar 的情况下使用 Sonar 插件吗?我正在尝试按照 sonar doc 的步骤使用,但它不工作。当我尝试关联我的项目时,会出现消息“IDgroup 为空”,并且当我尝试“测试连接”时无法连接。有人知道一些更好的教程或更具体的教程吗?谢谢

Can I use Sonar plugin without others installations of Sonar ? I'm trying to use following the steps of sonar doc but it don't work. When I try to associate my projects the message "IDgroup empty" appears, and I can't connect when I try 'test connection'. Someone knows some better tutorial , or more specific? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

夕色琉璃 2024-11-07 04:34:42

你必须在某个地方运行 Sonar,localhost:9000 就可以了。然后您必须使用该声纳来构建该项目。如果你使用的是Maven,右键单击项目->运行方式-> Maven 构建,并放入 sonar:sonar 作为目标。这也可以使用 Ant 来完成,但您需要在 build.xml 中添加声纳目标。然后,当您执行“与声纳关联”对话框时,如果 GroupId 和 ArtifactId 为空,请在这些列中键入正确的值。

You have to be running Sonar somewhere, localhost:9000 is fine. Then you have to do a build of this project using that Sonar. If you are using Maven, right click on the project -> Run As -> Maven build, and put in sonar:sonar as the Goal. This can also be done using Ant instead, but you will need a sonar target in your build.xml. Then when you do the "Associate with Sonar" dialog, if GroupId and ArtifactId are empty, type in the correct values in those columns.

饮惑 2024-11-07 04:34:42

要使用该插件,您需要在某处安装声纳服务器。如果您没有集中安装,请立即在本地计算机上安装声纳服务器。设置服务器进行本地测试/使用非常简单

To use the plugin you need a sonar sever somewhere. Do not hesitate to install the sonar server on your local machine if you do not have a central installation. It is very simple to setup the server for local testing/usage.

苹果你个爱泡泡 2024-11-07 04:34:42

您需要安装声纳。没有它,您将无法使用该插件。

You need a sonar installation. Without it you won't be able to use the plugin.

樱花细雨 2024-11-07 04:34:42

声纳用户指南应该澄清这个问题。如果没有正在运行的声纳实例,则无法在任何地方使用该插件。您需要将其安装在某处,然后使用声纳运行器、ant 或 maven 分析项目一次。
完成此过程后,您就可以在本地分析您的项目。造成这个前提的原因是声纳的中心配置。

Sonar 用户指南(在 Eclipse 中配置 Sonar)

The Sonar user guide should clarify this question. It is not possible to use the plugin without an running sonar instance anywhere. You need to install it somewhere an analyse the project once with the sonar runner, ant or maven.
After this procedure you are able to analyse your project locally. The reason for this precondition is the central configuration of Sonar.

Sonar User Guide (Configuring Sonar in Eclipse)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文