Re: [Pydev-code] Pydev 1.2.8 Released
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@gm...> - 2007-03-01 16:14:33
|
On 3/1/07, Marco Bizzarri <mar...@gm...> wrote: > > Hi Fabio. Hi Marco, First of all, thank you for pydev! It is a very nice tool to use. > > Now, I've just downloaded pydev in order to test PEPTIC support, > however, it looks like something is wrong: > > when I try to use some refactoring, I obtain the following: Yes, there's a packaging error in the latest version of pydev... I'll fix it, and another release should come out shortly (later today or tomorrow) java.lang.NoClassDefFoundError: com/rc/retroweaver/runtime/ClassLiteral > at org.python.pydev.refactoring.ui.actions.ExtractMethodAction.run > (ExtractMethodAction.java:11) > at org.eclipse.ui.internal.PluginAction.runWithEvent( > PluginAction.java:254) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection( > ActionContributionItem.java:539) > at org.eclipse.jface.action.ActionContributionItem.access$2( > ActionContributionItem.java:488) > at org.eclipse.jface.action.ActionContributionItem$5.handleEvent( > ActionContributionItem.java:400) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java > :66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java > :3348) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java > :2968) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java > :1930) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench( > Workbench.java:422) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java > :149) > at org.eclipse.ui.internal.ide.IDEApplication.run( > IDEApplication.java:95) > at org.eclipse.core.internal.runtime.PlatformActivator$1.run( > PlatformActivator.java:78) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication > (EclipseAppLauncher.java:92) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( > EclipseAppLauncher.java:68) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run( > EclipseStarter.java:400) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run( > EclipseStarter.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) > at org.eclipse.core.launcher.Main.basicRun(Main.java:280) > at org.eclipse.core.launcher.Main.run(Main.java:977) > at org.eclipse.core.launcher.Main.main(Main.java:952) > > > Regards > Marco > -- > Marco Bizzarri > http://iliveinpisa.blogspot.com/ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |