docplugin0.9.1 doesn't work on #633
I get the following exception when including docplugin 0.9.1 into #633. I
did look at the open api documentation and it appears that
com.intellij.openapi.wm.PreferredFocusedComponentProvider no longer
exists. There isn't any suggestion as to what replaces it.
Bill U.
ERROR - ellij.project.impl.ProjectImpl -
ERROR - ellij.project.impl.ProjectImpl - IntelliJ IDEA
(Ariadna) 3.0
Build #633
ERROR - ellij.project.impl.ProjectImpl - JDK: 1.4.0_01
ERROR - ellij.project.impl.ProjectImpl - VM: Java HotSpot(TM)
Client
VM
ERROR - ellij.project.impl.ProjectImpl - Vendor: Sun
Microsystems Inc
.
ERROR - ellij.project.impl.ProjectImpl - OS: Windows 2000
ERROR - ellij.project.impl.ProjectImpl -
java.lang.NoClassDefFoundError:
com/intellij/openapi/wm/PreferredFocusedComponen
tProvider
at
org.intellij.plugins.docPlugin.components.JavadocProjectComponent.ena
bleFinder(JavadocProjectComponent.java:139)
at
org.intellij.plugins.docPlugin.components.JavadocProjectComponent.pro
jectOpened(JavadocProjectComponent.java:120)
at com.intellij.openapi.project.a.c.n(c.java:201)
at com.intellij.openapi.project.a.c.b(c.java:273)
at com.intellij.openapi.project.a.g.projectOpened(g.java:8)
at com.intellij.openapi.project.a.h.projectOpened(h.java:4)
at com.intellij.openapi.project.a.m.c(m.java:78)
at com.intellij.openapi.project.a.m.a(m.java:75)
at com.intellij.ide.b.ba.a(ba.java:35)
at com.intellij.ide.j.df.actionPerformed(df.java:2)
at com.intellij.openapi.actionSystem.b.j.actionPerformed
(j.java:0)
at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:17
67)
at com.intellij.openapi.actionSystem.b.z.fireActionPerformed
(z.java:25)
at com.intellij.ui.b.a.n.doClick(n.java:227)
at com.intellij.ui.b.a.n.access$300(n.java:200)
at com.intellij.ui.b.a.o.mouseReleased(o.java:7)
at java.awt.Component.processMouseEvent(Component.java:5021)
at java.awt.Component.processEvent(Component.java:4818)
at java.awt.Container.processEvent(Container.java:1525)
at java.awt.Component.dispatchEventImpl(Component.java:3526)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3359
)
at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3074)
at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3004)
at java.awt.Container.dispatchEventImpl(Container.java:1568)
at java.awt.Window.dispatchEventImpl(Window.java:1581)
at java.awt.Component.dispatchEvent(Component.java:3367)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
at com.intellij.ide.r.a(r.java:6)
at com.intellij.ide.r.dispatchEvent(r.java:7)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchTh
read.java:191)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThre
ad.java:144)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:130)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
请先登录再写评论。
I am one of the authors of Docplugin... unfortunately I use OSX... so
unless Rick is willing and has the time to do the port.. it will
probably be a while before this pluging works with any build post
629... obviously you could make the changes your self... if you do get
it working, please send your patches to Rick Vestal or myself...
In article <Xns9242EF17C27DEUetrechtpacbellnet@213.182.181.98>, Bill
Uetrecht <Uetrecht@pacbell.net> wrote:
The plugin won't work in 633 because of openapi changes and the move to java
1.4.0. I should have a specle of free time at the end of this week and am
planning on updating it for post idea 632+.
-- Rick
"Dan Bachelder" <dasdsa@dsdsd.com> wrote in message
news:080720021323313331%dasdsa@dsdsd.com...
>
>
>
I