Plugins with problems?

Are there any plugins that still haven't reverted over to the new
"descriptor" requirements, so they are loaded into the plugin manager and
correctly installed on IDEA 4.0?

David


0
Avatar
Permanently deleted user

"David Stennett" <david@intellij.com> wrote in message
news:c1d98b$2i8$1@is.intellij.net...

Are there any plugins that still haven't reverted over to the new
"descriptor" requirements, so they are loaded into the plugin manager and
correctly installed on IDEA 4.0?

>

David

>
>

SerialVersionUID plugin has this problem:

Error message: Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(78,127),button=1,modifiers=Button1
,clickCount=1] on ###overrideRedirect###
java.lang.NoClassDefFoundError:
com/intellij/openapi/projectRoots/ProjectRootManager
at
org.intellij.plugins.serial.GenerateSerialVersionUIDAction$GenerateSerialVer
sionUIDHandler.executeWriteAction(GenerateSerialVersionUIDAction.java:85)
at
com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler$1.run(Edit
orWriteActionHandler.java:2)
at com.intellij.openapi.application.a.b.runWriteAction(b.java:68)
at
com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler.execute(Ed
itorWriteActionHandler.java:6)
at
com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.jav
a:2)
at com.intellij.openapi.command.impl.a.executeCommand(a.java:62)
at
com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(Editor
Action.java:9)
at
com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(Editor
Action.java:20)
at com.intellij.openapi.actionSystem.b.n$b_.actionPerformed(n$b_.java:0)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at com.intellij.openapi.actionSystem.b.n.fireActionPerformed(n.java:22)
at com.intellij.ui.c.a.h.doClick(h.java:134)
at com.intellij.ui.c.a.h.access$300(h.java:31)
at com.intellij.ui.c.a.h$a_.mouseReleased(h$a_.java:5)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.q.b(q.java:80)
at com.intellij.ide.q.a(q.java:91)
at com.intellij.ide.q.dispatchEvent(q.java:63)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)


0
Avatar
Permanently deleted user

What kind of "descriptor" requirements?

Well my plugin Generate toString() has disappered from the list. Could it be the "descriptor" thing?

/Claus

0

请先登录再写评论。