问题标签 [eclipse-mars]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
121 浏览

php - 具有 php 语言支持的 eclipse 声纳插件

我已经成功安装了声纳服务器和 sonarqube eclipse 插件。由于 Sonar eclipse 插件不支持 PHP 语言。我无法使用此插件。SonarQube 团队有计划推出支持语言的 eclipse 插件吗?

0 投票
0 回答
485 浏览

eclipse - Sonarqube eclipse 插件问题

我一直在尝试为 Eclipse 测试 SonarQube 插件,但 Luna 和 Mars 似乎都不起作用,当转到首选项并尝试打开声纳设置时,我收到此错误:

无法创建选定的首选项页面。自动激活捆绑包 org.sonar.ide.eclipse.ui (1065) 时出错。

有任何想法吗?

0 投票
2 回答
5361 浏览

eclipse - Eclipse:Maven 项目构建器在构建工作区时生成 NullPointerException

我正在使用 STS,具有以下版本信息

我已经导入了一些 Maven 项目。当 Eclipse 自动构建我的工作空间时,会弹出这个对话框

当我查看我的工作区/.metadata/.log 文件时,我看到

我不知道这意味着什么或如何解决它。感谢您的帮助, - 戴夫

0 投票
1 回答
749 浏览

c++ - 如何让 Eclipse 控制台显示与终端中相同的 GoogleTests 输出?

我广泛使用GoogleTest,在 cosole 中的输出如下所示:

GoogleTest 控制台输出

当我在 Eclipse 中运行相同的程序时(使用今天最新的 Eclipse Mars),我得到以下输出,没有颜色和垃圾字符(仅在此处粘贴输出不可见):

如何将其修复为具有相同的输出?

0 投票
1 回答
1269 浏览

javascript - 编辑 JS/JSP 文件时加速 Eclipse

我正在使用 STS(Eclipse Mars 的衍生产品):

当我在编辑器中打开 JSP 或 JS 文件时(通过右键单击包资源管理器中的文件名),当我开始编辑文件时 Eclipse/STS 最终挂起,然后它会吐出这样的消息

在我开始解决这个问题之前,我想看看是否有任何不必要的插件或其他我可以关闭的东西,以加快对这些类型文件的简单文本编辑。

0 投票
2 回答
2666 浏览

eclipse - 将 JBoss 服务器运行时环境添加到 Eclipse Mars

我尝试将我的 JBoss AS 7.1“服务器运行时环境”添加到我新安装的 eclipse mars 中。

但是在 Server > Runtime Environment 下没有可供选择的 Jboss 服务器!同样在“下载其他服务器适配器”中没有可供选择的 jboss...

没有 jboss 的新服务器运行时环境

我已经安装了 JBoss Tools 4.3.0.Beta2 但没有任何效果。

我有什么问题还是eclipse中有错误?

我的日食版本:

面向 Web 开发人员的 Eclipse Java EE IDE。版本:火星发布 (4.5.0) 内部版本号:20150621-1200

0 投票
1 回答
50 浏览

windows-7-x64 - Eclipse mars 未显示表达式视图

我点击了Windows->Show View->Expressions in eclipse mars。但它没有显示表达式视图。

0 投票
0 回答
163 浏览

eclipse - Eclipse Mars 没有启动

我安装了 Eclipse Mars 和一些插件。当我尝试打开一个新工作区(如图 1 所示)时,eclipse 停止并且不启动。如果我在计算机中使用另一个创建的工作区,有时它会起作用。

在此处输入图像描述

Eclipse 在这个初始化阶段停止:

在此处输入图像描述

带有消息:正在加载 org.eclipse.emf.edit

0 投票
2 回答
8638 浏览

eclipse - 如何使用 Eclipse Mars 连接到 Subversion

如何从 Eclipse Mars 版本连接到 SVN 存储库?

0 投票
0 回答
654 浏览

spring - Eclipse Mars + Wildfly 9 + deployment not working

I have a Java Spring application, configured in Eclipse Mars and I am running Wildfly 9 from within Eclipse. I am using the wildfly-maven-plugin to deploy to server.

These are the steps I follow:

  1. Start the server from Eclipse and do maven build which also deploys the application to server. I can see whole lot of logs on server of "successful deployment"and I can access my application in browser. It creates a folder under "/standalone/data/content" but no war or exploded WAR under "standalone/deployments"

  2. If I change some code and save it in Eclipse, (I have checked Automatically publish check box and build on save), the server logs says:

Replaced deployment "myApp.war" with deployment "myApp.war"

Content removed from location "standalone\data\content..."

And I see the prev folder created during step 1 is removed and myApp.war is added to deployment folder. But now I can not access my application in browser.

That is in the section of standalone.xml.