Hi Jim, The build #616 and all previous builds require that you set up the compiler output path - the root directory for all compiled classes of your project. Build #617 will have support for multiple output paths as wel as for compiling "to the source paths".
Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Jim Freeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 0:22 Subject: RE: [Eap-list] #616 Run and Debug functions cause NPE > Eugene, > I guess I'm a bit confused what Compiler Output Path means. If I have > multiple source paths, and I want to compile in place, what should I set > this to? > > Jim > > -----Original Message----- > From: Eugene Zhuravlev [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 11:48 AM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] #616 Run and Debug functions cause NPE > > Hi Jim, > > The bug is fixed in #617. > As a workaround please reconfigure your compiler output path in "File | > Project Properties | Paths". > > Best regards, > Eugene Zhuravlev > JetBrains, Inc / IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure!" > > > ----- Original Message ----- > From: "Jim Freeman" <[EMAIL PROTECTED]> > To: "Eap-List (E-mail)" <[EMAIL PROTECTED]> > Sent: Monday, April 15, 2002 21:24 > Subject: FW: [Eap-list] #616 Run and Debug functions cause NPE > > > > Can someone from Intellij help me with this? I cannot run or debug > from > > the IDE at all. > > > > Jim > > > > -----Original Message----- > > From: Jim Freeman > > Sent: Wednesday, April 10, 2002 7:17 PM > > To: Eap-List (E-mail) > > Subject: [Eap-list] #616 Run and Debug functions cause NPE > > > > When I press Run (or Debug) icon on the main toolbar (or pick from the > > menu), I get the confirmation dialog, then I press Run (or Debug) on > > that dialog. At this point the dialog simply disappears, and the > > exception below appears on the console. This is repeatable every time > I > > try it. Since switching from my previous version (612) to this > version, > > I had to create a new project file from scratch-maybe that has > something > > to do with this problem. > > Jim > > Exception occurred during event dispatching: > > java.lang.NullPointerException > > at com.intellij.compiler.a.j.c(j.java:63) > > at com.intellij.compiler.v.c(v.java:4) > > at com.intellij.compiler.v.<init>(v.java:159) > > at com.intellij.compiler.y.<init>(y.java:215) > > at com.intellij.compiler.y.a(y.java:134) > > at com.intellij.execution.RunManager.a(RunManager.java:146) > > at com.intellij.execution.RunManager.a(RunManager.java:123) > > at com.intellij.execution.RunManager.a(RunManager.java:27) > > at com.intellij.execution.RunManager.a(RunManager.java:163) > > at > > com.intellij.debugger.actions.DebugAction.a(DebugAction.java:14) > > at com.intellij.openapi.actionSystem.impl.z.b(z.java:83) > > at > > com.intellij.openapi.actionSystem.impl.z.processMouseEvent(z.java:60) > > at java.awt.Component.processEvent(Component.java:3544) > > at java.awt.Container.processEvent(Container.java:1164) > > at java.awt.Component.dispatchEventImpl(Component.java:2593) > > at java.awt.Container.dispatchEventImpl(Container.java:1213) > > at java.awt.Component.dispatchEvent(Component.java:2497) > > at > > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451) > > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216) > > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125) > > at java.awt.Container.dispatchEventImpl(Container.java:1200) > > at java.awt.Window.dispatchEventImpl(Window.java:926) > > at java.awt.Component.dispatchEvent(Component.java:2497) > > at java.awt.EventQueue.dispatchEvent(EventQueue.java:339) > > at com.intellij.ide.c.dispatchEvent(c.java:26) > > at > > > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea > > d.java:131) > > at > > > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread. > > java:98) > > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > > at java.awt.EventDispatchThread.run(EventDispatchThread.java:85) > > Exception occurred during event dispatching: > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
