Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Sysdeo Eclipse Preferences Now Broken?
Sysdeo Eclipse Preferences Now Broken? [message #157390] Wed, 05 May 2004 23:57 Go to next message
R.J. Lorimer is currently offline R.J. LorimerFriend
Messages: 21
Registered: July 2009
Junior Member
Has anyone else noticed that in the recent Eclipse builds the preferences
page for the Sysdeo tomcat plugin no longer works?

I investigated; here is the log statement:
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogF ield.setElements
(Ljava/util/List;)V
at
com.sysdeo.eclipse.tomcat.editors.ProjectListEditor.updatePr ojectsList(Proje
ctListEditor.java:65)
at
com.sysdeo.eclipse.tomcat.editors.ProjectListEditor.<init>(ProjectListEditor
..java:39)
at
com.sysdeo.eclipse.tomcat.TomcatPreferencePage.createContent s(TomcatPreferen
cePage.java:123)
at
org.eclipse.jface.preference.PreferencePage.createControl(Pr eferencePage.jav
a:217)
...... // etc.

The strange thing is that the latest revisions of ListDialogField in Eclipse
CVS still has the setElements(java.util.Collection) method which should
support the above perfectly fine. I thought it may be because Eclipse is
starting on JRE 1.5 on my local environment, so I started with JRE 1.4 using
the -vm tag - no luck though.

Does anyone have any bright ideas? As a workaround I installed Eclipse 2.1
in another directory and copied the Tomcat pref_store info over to the
..plugins directory under my .metadata directory. The 2.1 -> 3.0 conversion
code picked up the changes from there.

Thanks,

R.J.
Re: Sysdeo Eclipse Preferences Now Broken? [message #157432 is a reply to message #157390] Thu, 06 May 2004 08:30 Go to previous message
Eclipse UserFriend
Originally posted by: thomas_maeder.ch.ibm.com

I figure the change is not binary compatible. The sysdeo plugin is using
internal classes; you'll have to wait for an updated version of the
plugin, sorry.

Thomas

R.J. Lorimer wrote:

> Has anyone else noticed that in the recent Eclipse builds the preferences
> page for the Sysdeo tomcat plugin no longer works?
>
> I investigated; here is the log statement:
> java.lang.NoSuchMethodError:
> org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogF ield.setElements
> (Ljava/util/List;)V
> at
> com.sysdeo.eclipse.tomcat.editors.ProjectListEditor.updatePr ojectsList(Proje
> ctListEditor.java:65)
> at
> com.sysdeo.eclipse.tomcat.editors.ProjectListEditor.<init>(ProjectListEditor
> .java:39)
> at
> com.sysdeo.eclipse.tomcat.TomcatPreferencePage.createContent s(TomcatPreferen
> cePage.java:123)
> at
> org.eclipse.jface.preference.PreferencePage.createControl(Pr eferencePage.jav
> a:217)
> ..... // etc.
>
> The strange thing is that the latest revisions of ListDialogField in Eclipse
> CVS still has the setElements(java.util.Collection) method which should
> support the above perfectly fine. I thought it may be because Eclipse is
> starting on JRE 1.5 on my local environment, so I started with JRE 1.4 using
> the -vm tag - no luck though.
>
> Does anyone have any bright ideas? As a workaround I installed Eclipse 2.1
> in another directory and copied the Tomcat pref_store info over to the
> .plugins directory under my .metadata directory. The 2.1 -> 3.0 conversion
> code picked up the changes from there.
>
> Thanks,
>
> R.J.
>
>
Previous Topic:Debugger not working
Next Topic:Eclipse Ant Tasks don't work on using the Ant Launcher in M8
Goto Forum:
  


Current Time: Sat Jul 13 20:14:17 GMT 2024

Powered by FUDForum. Page generated in 0.03381 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top