Hi a would like to intall ada plugin in eclipse, but i get always this error:
"An error occurred while collecting
items to be installed session
context was:(profile=epp.package.java,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=). Artifact not
found:
osgi.bundle,com.aonix.a...
like this "download the plug-in’s .zip or other archive file and
look at its contents. Some plug-ins provide the eclipse directory structure and
the .eclipseextension file for you, others do not"
...
As an exercise my team is looking at learning functional programming. One of the factors to choose a language is its support in Eclipse. Any language with Eclipse plug-in is fine but what language offers the best free plug-in?
Bonus question: the best online/book tutorial for this language.
...
I am getting this error in an eclipse plugin. Here is the code :
ICompilationUnit testCU = findTestUnit(type);
// add some stuff to testCU
testCU.commitWorkingCopy(false, null); // error happens here.
...
Hi,
I have a Blackberry project developed in Eclipse using the Blackberry Plugin for Eclipse. The app works 100% fine in the simulators.
I have a signing key set from Blackberry, and I can sign the application package fine (it goes off and does 70 odd signings with Blackberry, I get back no errors).
However, when I try and use the OT...
My wizard isn't rendering correctly in Eclipse 3.6.1. It's leading me to wonder: when does one have to use Composite.pack()? Some SWT examples have it, and some don't.
How my wizard pages renders depends on the target platform. If I run my plugins in 3.5.2, they render correctly as soon as I open them. But in 3.6.1, their contents areas...
We usually do this to make changed to a CompilationUnit. Question is do we alway have to call becomeWorkingCopy and then followed by discardWorkingCopy to make any changes to the CompilationUnit?
ICompilationUnit testCU = findUnit();
testCU.becomeWorkingCopy();
// Do someting to testCU
testCU.discardWorkingCopy();
...
I hava a Java process that spawns a new JVM using ProcessBuilder etc. While debugging this, is it possible to have Eclipse attach a debugger to the new sub-process? Even better, is there any plugin that will do this automatically when it notices the new child process?
I'm told (though haven't seen) that VisualAge used to be able to do t...
All,
I have created a repository on Unix server and trying to connect it using Subclipse on my local machine. When I try to add a repository in Eclipse, I get the following error:
RA layer request failed
svn: OPTIONS of 'https://XXX/<my repository>': 200 OK (https://XXX)
I am using Subclipse as a plugin. on Windows XP machine. Is ...
I have implemented an eclipse plugin that it launches a java application when the user clicks at a button.The bug is that the java application stops(the user clicks the exit button) the whole eclipse framework stops working.
Here is the code i am using to launch the java code.
java.awt.EventQueue.invokeLater(new Runnable() {
publi...
I cant find any eclipse plugins to publish to Sharepoint. I wish to write a plugin for TIBCO Business Modeler (based on Eclipse) which publishes exported HTMLs to Sharepoint.
I cant also find the right API for Sharepoint to do this. Does Sharepoint have a REST API to enable publishing? Can someone point me in the right direction?
Thank...
I am creating an Eclipse plug-in for it to support a new language. The problem I have is with the content type/file association and its respective editor.
The language has no base in Java or XML and let's say its extension is '.xyz'
From what I understood of research online, I would need to create a new Content Type with file extension...
I'm using WebSvn on top of my SVN repository.
WebSvn supports RSS notification (on directory level) for changes made in the repository.
Is there an eclipse plug-in that checks WEbSVN RSS and notifies whenever someone commits and changes the code in the SVN repository. I'm looking for a nice integration within the eclipse package viewer...
We are building an Eclipse RCP plugin that is based on an Eclipse target platform (also developed internally in our company, by a different department). We would like to compile the plugin using MAVEN2 (we also use NEXUS for repository management).
The target platform consists of about 130 JARs (most of them org.eclipse.*). One way to ...
I've added a plugin to the target platform of my RAP application. I can reference it without issue without any problems while working on the project, and the compile happens without errors. The plugin also shows up in the plugin dependiencies library of my build path. However, when I run the application, the osgi framework gives me the e...
I tried to install a prolog plugin called Prolog Development Tool from http://sewiki.iai.uni-bonn.de/public-downloads/update-site/site.xml in eclipse. I was able to install it successfully but when I tried creating a prolog project, I got an error Could not open the editor: An unknown exception was thrown.
java.lang.NullPointerExcept...
Hi all,
i need a complete tutorial about Eclipse plugin.
My plugin has not a graphical interface, but i need to use his function insiede another plugin or java app. I use eclipse ONLY to load this plugin, but must work in eclipse.
It should be easy, but i don't know how to do this.
...
How to add Browser object into editor?
...
I'm trying to install new plugin but when I choose the update site I got this error
!ENTRY org.eclipse.equinox.p2.core 4 0
2010-10-07 08:57:56.153 !MESSAGE
Provisioning exception !STACK 1
org.eclipse.equinox.p2.core.ProvisionException:
Bad HTTP Request:
http://download.eclipse.org/eclipse/updates/3.6/compositeContent.xml
...
Hi folks,
I've just finished installing Hadoop 0.20.2 under Cygwin on Windows 7 with Eclipse Helios (3.6). Hadoop is now fully started, and I'm trying to run a test application within a newly created MapReduce test project in Eclipse. I'm using the Hadoop 0.20.2 plugin from the Hadoop download.
The Map/Reduce Location perspective opera...