No Such Method Error [message #1152909] |
Thu, 24 October 2013 04:49  |
Eclipse User |
|
|
|
I my extension of org.eclipse.dltk.ui.preferences.CodeAssistConfigurationBlock I'm seeing
Error
Thu Oct 24 11:35:20 EEST 2013
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
java.lang.NoSuchMethodError: org.eclipse.dltk.ui.preferences.CodeAssistConfigurationBlock.<init>(Lorg/eclipse/jface/preference/PreferencePage;Lorg/eclipse/dltk/ui/preferences/OverlayPreferenceStore;)V
....
It's occuring in my call to super.
public class MyContentAssistConfigurationBlock extends
CodeAssistConfigurationBlock
{
/**
* @param mainPreferencePage
* @param store
*/
public MyContentAssistConfigurationBlock(PreferencePage mainPreferencePage,
OverlayPreferenceStore store)
{
super(mainPreferencePage,
store);
}
}
Our plugin is being built with the latest from the update site at http://download.eclipse.org/technology/dltk/updates-dev/5.0/
This is dltk 5 on Eclipse Kepler. This problem is not occurring on Juno.
I'm seeing it on windows xp, windows 7, mac os, and ubuntu 12.04
Brand new installs of eclipse kepler with our plugin and also existing kepler installs with our plugin being updated.
|
|
|
|
|
Re: No Such Method Error [message #1158848 is a reply to message #1157920] |
Mon, 28 October 2013 02:12  |
Eclipse User |
|
|
|
I was able to add the kepler update site to our maven tycho build as one of the maven repos to use.
It seems Juno can run with DLTK 5, so we can build with it, package with it etc, our customers still using Juno are able to run, when they update plugins they get our product with dltk 5.
Inside Eclipse I removed the dltk 4 update site, replacing it with the dltk 5 update site.
|
|
|
Powered by
FUDForum. Page generated in 0.24703 seconds