eclipse-plugin

Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

不想你离开。 提交于 2020-01-09 19:56:06
问题 Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with this version of eclipse. Find the versions details. Spring Tool Suite Version: 3.7.2.RELEASE Build Id: 201511261048 Platform: Eclipse Mars.1 (4.5.1) 回答1: Hi you can download sonar lint from the follwing URL http://www.sonarlint.org/eclipse/ then follow the steps given below Make sure the download location, Don't unpack the archive file(for windows) Go to install new software option in

Error when try install plugin

不想你离开。 提交于 2020-01-09 04:14:16
问题 I'm trying to install a plugin in Eclipse Luna. I installed Papyrus and am trying to install SWT designer, but before the download/installation is completed I get an error: An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.standard, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. error in opening zip file After this error I can't install

Is there an Eclipse plugin to run system shell in the Console? [closed]

和自甴很熟 提交于 2020-01-08 16:44:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Do you know of any Eclipse plugin to run a system shell in the included console? It would be awesome. Dolphin, KDE's file navigator, has this feature, you can press F4 and a console shows located on the directory you are standing. It would be awesome to have a similar feature on Eclipse, with the shell located

How to copy files created after ant run

旧城冷巷雨未停 提交于 2020-01-07 05:02:09
问题 My Ant code <?xml version="1.0" encoding="UTF-8"?> <project default="plugin_export" name="build"> <target name="plugin_export"> <pde.exportPlugins destination="C:\" exportSource="false" exportType="directory" plugins="MyPlugin" useJARFormat="true" allowbinarycycles="true" filename="MyPlugin.jar" qualifier="X" /> <waitfor maxwait="15" maxwaitunit="minute"> <copy todir="j:\eclipse-rcp-juno-SR1-win32\dropins\"> <fileset dir="c:\plugins\"> <include name="*" /> </fileset> </copy> </waitfor> <

Programmatically setting a Xtend class as super class of a Java class

拈花ヽ惹草 提交于 2020-01-06 19:31:20
问题 I am currently working on an Eclipse plugin. I want to set programmatically a Xtend class as super class of a Java class. If both classes were Java classes I would do that with the JDT API. The problem is that I cannot access the Xtend classes through the Java AST or the Java Model. This is what I tried to access the Xtend classes: using an ASTParser using IJavaProject.findType() Is there a way to set a Xtend class as super class? Is there a way to set a superclass with a string (package +

eclipse Custom Incremental Build Process

天涯浪子 提交于 2020-01-06 15:18:57
问题 I just want to tap into the eclipse build process (java projects), where that will do some custom validations and processing when a relevant class file (eg. A class with a special custom annotation is touched) ? -Malinga 回答1: You write a plug-in that uses the org.eclipse.core.resources.builders extension point to declare your own incremental builder. See the Eclipse help: Incremental project builders 来源: https://stackoverflow.com/questions/20141311/eclipse-custom-incremental-build-process

Maven Tycho Plugin and Eclipse Babel

帅比萌擦擦* 提交于 2020-01-06 15:18:09
问题 How can I use Maven Tycho Plugin with Eclipse Babel ? I didn't find information about it. 回答1: Now I find solution. For that require simple add babel repository in pom file. For example: <repository> <id>p2-babel</id> <layout>p2</layout> <url>http://download.eclipse.org/technology/babel/update-site/R0.11.1/kepler</url> </repository> and add to file .product necessary locale library from babel. 来源: https://stackoverflow.com/questions/22171167/maven-tycho-plugin-and-eclipse-babel

Eclipse Listener to detect File changes?

自古美人都是妖i 提交于 2020-01-06 13:56:20
问题 I am searching a listener in Eclipse, that will detect if a file is changed externally by third party software, like MKS. I used IResourceChangeListener and it worked. But problem is, it also listens other changes of the file. For example, when I delete the markers, it also listens and execute the codes I wanted after listening. Is there any Listener, which listens only if the file is changed (newly opened/refreshed) by third party software? Updated: My code: public class Startup implements

java.lang.LinkageError while using JGit and Jsch for Eclipse plugin development

狂风中的少年 提交于 2020-01-06 09:05:40
问题 I am trying to develop an Eclipse plugin. This plugin uses jgit to accecc git repositories over ssh with ubuntu username and password. (Clone git repository over ssh with username and password by Java) Using jgit in this with NetbBeans works just fine. Without a problem it can clone, commit and push projects. However when I move the same code fragment into Eclipse jsch of jgit plugin and the jsch I've added to the project conflicts. If I remove the one I've I added then I cannot compile the

ADT update to 22.6.2 failed on Eclipse Helios Service Release 2

这一生的挚爱 提交于 2020-01-06 08:28:09
问题 Going to Help -> Install New Software -> already installed? Clicked Android Development Tools -> Update . Update failed with the following error trace ---- Cannot complete the install because of a conflicting dependency. Software being installed: Android Development Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.feature.group 22.6.2.v201403212031-1085508) Software currently installed: Eclipse IDE for Java EE Developers 1.3.2.20110301-1807 (epp.package.jee 1.3.2.20110301-1807)