[Jadclipse-develop] [ jadclipse-Patches-1262020 ] build of jadclipse+patch for 3.1
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-09-27 19:56:37
|
Patches item #1262020, was opened at 2005-08-17 12:21 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1262020&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Eclipse build patches Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Jose M Beleta (beleta) Assigned to: Nobody/Anonymous (nobody) Summary: build of jadclipse+patch for 3.1 Initial Comment: build of jadclipse+patch for 3.1 just for convenience; the build of the jadclipse + the patch of [ 1232071 ] jadclipse in Eclipse 3.1 (ClassNotFoundException) from ckeat. I included the file that is missing in the askel patch. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 19:56 Message: Logged In: YES user_id=7927 Obsolete with new release of JadClipse. Please see patch 1232071 for further discussion. ---------------------------------------------------------------------- Comment By: akitankobu (akitankobu) Date: 2005-09-13 05:54 Message: Logged In: YES user_id=1343669 I got it! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-19 18:52 Message: Logged In: NO I'm using Eclipse 3.1.0. I am getting the following exception in Eclipse when attempting to open a class file (with this plugin): java.lang.NullPointerException at org.eclipse.jdt.internal.core.BinaryType.sourceFileName(BinaryType.java:875) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1163) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1101) at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.doSetInput(JadclipseClassFileEditor.java:68) at jadclipse.JadclipseActionBarContributor.setActiveEditor(JadclipseActionBarContributor.java:87) at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:310) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:570) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:559) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2855) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:552) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2334) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1262020&group_id=40205 |