eclipse-plugin

Eclipse - AonixADT: "Artifact not found"

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...

how can i export a eclipse plug-in to a zip file with "eclipse" directory structure and the .eclipseextension file

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" ...

Which Functional programming language offers best support in Eclipse?

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. ...

Operation not supported for specified element type

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. ...

Blackberry Code Signing and OTA distribution

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...

SWT Composite needs pack() in 3.6.1

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...

When to use becomeWorkingCopy in an eclipse plugin

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(); ...

automatically attach a debugger to a new Java sub-process in Eclipse

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...

Adding repository to Eclispe using Subclipse

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 ...

Why my eclipse framework stops working when through a plugin a java application starts and when i exit this application the Eclipse stops

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...

Publishing to Sharepoint from Eclipse

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...

Eclipse plug-in: Create a new file extension for a language not supported by Eclipse

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...

Is there a way to integrate WebSVN RSS into eclipse

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...

MAVEN / Eclipse TargetPlatform

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 ...

Eclipse rcp plugin added to the target can be resolved at compile time, but not run time.

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...

Problem in using Prolog Plugin (PDT) with eclipse

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...

How to create an Eclipse plugin

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. ...

Eclipse plugin. Browser in Editor.

How to add Browser object into editor? ...

Eclipse helios install new plugin problem

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 ...

Hadoop 0.20.2 Eclipse plugin not fully functioning - can't 'Run on Hadoop'.

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...