我有带有 MyEclipse 10 Java 企业开发插件的 Eclipse Indigo 3.7 基础:
I have Eclipse Indigo 3.7 base with MyEclipse 10 Java enterprise development plug-in:
我的问题是将项目与声纳相关联.当我右键单击我的项目时,配置 > 与声纳关联,我得到一个没有任何反应的屏幕.
My issue is with Associating the project to Sonar. When i right click on my project, Configure > Associate with Sonar, I get a screen where nothing happens.
屏幕基本上有 2 个字段,Project 和 Sonar Project.Project 字段包含我的项目的名称,Sonar Project 字段列出了此消息 - 单击此处开始搜索远程 Sonar 项目"
Basically the screen has 2 fields,Project and Sonar Project. The Project field contains the name of my Project and Sonar Project field lists this message - "click here to start searching for a remote Sonar project"
当我右键单击我的项目时,在上下文菜单中我无法看到声纳"选项.
When i right click on my project, In the context menu i am unable to see 'Sonar' option.
帮助我将我的项目与 Eclipse 中的 Sonar 关联起来.请让我知道我错过了什么.提前致谢.
Help me associate my project to Sonar in eclipse. Please let me know what i am missing. Thanks in advance.
我在 Eclipse (liferay-plugins-sdk.6.2.0) 中的 Liferay 项目遇到了同样的问题,下面是我如何让它工作的:
I had the same issue with my Liferay project in Eclipse (liferay-plugins-sdk.6.2.0) and here is how I got it working:
yourhost:9000
上)yourhost:9000
并登录(管理员/管理员,除非您更改它)+Create
)yourhost:9000
)yourhost:9000
and login (admin/admin unless you changed it)+Create
in the top right corner)完成上述步骤后,我回到了我的 eclipse 项目并在 Configure > Associate with Sonar
中搜索/找到了 liferay 项目.
After the above steps I went back to my eclipse project and in Configure > Associate with Sonar
I was able to search/find the liferay project.
这篇关于在 Eclipse 中将项目关联到 Sonar的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!