jadclipse-develop Mailing List for JadClipse - Eclipse plugin (Page 15)
Status: Beta
Brought to you by:
vovikg
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(27) |
Oct
(22) |
Nov
(21) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(6) |
Feb
(11) |
Mar
(12) |
Apr
(11) |
May
(11) |
Jun
(1) |
Jul
(5) |
Aug
(4) |
Sep
(12) |
Oct
(19) |
Nov
(20) |
Dec
(22) |
| 2007 |
Jan
(12) |
Feb
(2) |
Mar
(4) |
Apr
(11) |
May
(8) |
Jun
(4) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
(2) |
Nov
(3) |
Dec
(4) |
| 2008 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(5) |
Aug
(2) |
Sep
(10) |
Oct
(4) |
Nov
(3) |
Dec
|
| 2009 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(32) |
Dec
(1) |
| 2010 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2005-10-21 20:20:11
|
Bugs item #1325832, was opened at 2005-10-13 08:55 Message generated for change (Comment added) made by robertengels You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Using other views to navigate the file doesn;t work properly Initial Comment: 1. Open a large class file using jadclipse. 2. Browse to a method low down in the file using the outline view. The editor screen correctly moves to this part of the file. 3. Click on the editor screen (eg to try and copy some of the file). You will find the editor screen zips back up to the top. This is very frustrating... If I get a minute I'll try and work out how this works and ought to work, but if anyone else fancies fixing it... ---------------------------------------------------------------------- Comment By: Robert Engels (robertengels) Date: 2005-10-21 15:20 Message: Logged In: YES user_id=629931 I experience the same problem. It is a real pain. Just added for confirmation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-20 12:20:39
|
Bugs item #1333147, was opened at 2005-10-20 05:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1333147&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Null Pointer Exception Initial Comment: Environment : Eclipse 3.1.1 Jad in c:/jad Preferences of Path to decompiler set to c:/jad jadclipse_3.1.0.jar in c:\eclipse\plugins ?????? 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:2906) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2512) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:249) at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:88) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:214) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1333147&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-20 09:02:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3390534 By: th_motal I want to decompile a class-file from an external jar (which is included in my eclipse project). wehn i will open one of the classfiles within the jar file i will get a IOException. can someone help me please? greetings TOM ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |
|
From: SourceForge.net <no...@so...> - 2005-10-14 19:56:03
|
Bugs item #1327095, was opened at 2005-10-14 12:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1327095&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException Eclipse3.1M6 jadclipse_3.1.0.jar Initial Comment: !ENTRY jadclipse 4 0 2005-10-14 22:31:10.515 !MESSAGE !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.core.BinaryType.sourceFileName(BinaryType.java:869) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1057) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:995) at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.doSetInput(JadclipseClassFileEditor.java:68) at jadclipse.JadclipseActionBarContributor$DecompileAction.run(JadclipseActionBarContributor.java:39) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2778) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2472) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306) 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:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315) at org.eclipse.core.launcher.Main.basicRun(Main.java:268) at org.eclipse.core.launcher.Main.run(Main.java:942) at org.eclipse.core.launcher.Main.main(Main.java:926) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1327095&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-14 19:52:14
|
Bugs item #1246998, was opened at 2005-07-28 11:40 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1246998&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: None Group: None Status: Closed Resolution: None Priority: 5 Submitted By: Philip (psaville) Assigned to: Johann Gyger (jgyger) Summary: Fails for Eclipse 3.1 after patch. Initial Comment: I get a new error message after installing the patch. It seems there is an error getting the editor filename from eclipse (for a guess - since JadClipse is in the stack trace). Error 2005-07-28 11:38:31.212 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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741) 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.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277) 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) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-14 12:52 Message: Logged In: NO Same for Eclipse 3.1M6 with jadclipse_3.1.0.jar ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2005-10-11 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-09-27 02:04 Message: Logged In: YES user_id=7927 Do you have this problem with the newest release of JadClipse as well (jadclipse_3.1.0.jar)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1246998&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-14 04:59:16
|
Patches item #1086142, was opened at 2004-12-15 15:46 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Jadclipse not working in Eclipse 3.0.1 Initial Comment: Hi, This was working prior, but now when I click on a class file I get this error in the editor window Class File Editor Source not found Eclipse info Version: 3.0.1 Build id: 200409161125 Jad info: C:\Documents and Settings\gkaplan>jad Jad v1.5.8f. My pc WinXp SP1 I followed all instrucions in the jadclipse readme file I have jad in my %PATH% variable (I can run jad from command line) I did associate *.class files w/ jad in eclipse I even changed the Jadclipse preferences path to decompiler to the actual location of the jad exe c:\download\jadnt158\jad.exe (according to the jad readme, this is not necessary) I do see the jad buttons in the toolbar. I do not see any jad error's in eclipse's log The funny thing is this worked previously and I tweaked some settings I also deleted the entire jadclipse folder from plugins directory and unzipped it again to there Thanks Gideon gk...@po... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-13 21:58 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-09-28 23:47 Message: Logged In: YES user_id=7927 Hi, Opening a class file with Navigate > Open Type... or opening a class file from the Navigator works for me with JadClipse 3.1.0 (tested on Windows, Linux GTK, and Mac) in Eclipse 3.1 (not tested for Eclipse 3.0). However, File > Open File... doesn't work with class files. Please refer to bug 1307225, I'll fix it ASAP. - Johann - Johann ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-28 06:09 Message: Logged In: YES user_id=1352347 Got the same problem with the new version for 3.1 Is nobobody of the developers able to respond to this thread? ---------------------------------------------------------------------- Comment By: hedgehog_suzuki (hedgehog_suzuki) Date: 2005-08-23 01:18 Message: Logged In: YES user_id=1333535 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-11 20:05 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Yoshinobu (vox37) Date: 2005-08-04 22:23 Message: Logged In: YES user_id=928679 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-04 21:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-06 20:03 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-05 04:20 Message: Logged In: NO d ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 03:08 Message: Logged In: YES user_id=1301619 ? ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 03:07 Message: Logged In: YES user_id=1301619 thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 02:21 Message: Logged In: YES user_id=1295629 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-05 19:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-18 22:47 Message: Logged In: NO zxc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-20 21:47 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-18 21:24 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Yukibo (yukibo) Date: 2005-04-04 00:26 Message: Logged In: YES user_id=1252365 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 17:59 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 05:19 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: s-ichi (highload00) Date: 2005-03-17 23:42 Message: Logged In: YES user_id=1241693 test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-28 17:01 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 19:26 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 03:59 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 18:22 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 12:51 Message: Logged In: NO Is there anyway to debug this thing.. I'm going crazy here :( ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-07 08:11 Message: Logged In: NO hello ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 02:40 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". Hanno ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 02:39 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-30 09:08 Message: Logged In: NO I just tried it on my PC (Win XP SP2) with Eclipse 3.0.1 and Jadclopse 2.0.8 downloaded from pataches area, it works fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-13 13:55:45
|
Bugs item #1325832, was opened at 2005-10-13 06:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Using other views to navigate the file doesn;t work properly Initial Comment: 1. Open a large class file using jadclipse. 2. Browse to a method low down in the file using the outline view. The editor screen correctly moves to this part of the file. 3. Click on the editor screen (eg to try and copy some of the file). You will find the editor screen zips back up to the top. This is very frustrating... If I get a minute I'll try and work out how this works and ought to work, but if anyone else fancies fixing it... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-12 02:20:23
|
Bugs item #564943, was opened at 06/05/02 10:41 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=564943&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: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Cagatay Kavukcuoglu (greyarea) Assigned to: Johann Gyger (jgyger) Summary: VM Crash in Windows 2000/JDK 1.4.0 w/Jad Initial Comment: Occasionally, Jadclipse crashes the VM, which shows the following log: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77E92545 Function=lcreat+0x2A Library=C:\XOS\system32\KERNEL32.DLL Current Java thread: at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.<init> (Win32Process.java:63) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:550) at jadclipse.JadDecompiler.decompile (JadDecompiler.java:159) at jadclipse.JadDecompiler.decompileFromArchive (JadDecompiler.java:216) at jadclipse.BufferOpener.openBuffer (BufferOpener.java:58) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:64) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:33) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:547) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:596) at org.eclipse.ui.internal.EditorManager.openEditorFromDescri ptor(EditorManager.java:413) at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:393) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1669) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1637) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:108) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run (OpenTypeAction.java:58) at org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run (OpenTypeAction.java:71) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:210) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:172) at org.eclipse.jface.action.ActionContributionItem.handleWidge tSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidge tEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run (Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run (BootLoader.java:462) 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.basicRun (Main.java:244) at org.eclipse.core.launcher.Main.run (Main.java:693) at org.eclipse.core.launcher.Main.main (Main.java:526) Dynamic libraries: 0x00400000 - 0x00406000 c:\dev\jdk\sun\1.4.0 \bin\javaw.exe 0x77F80000 - 0x77FFB000 C:\XOS\System32\ntdll.dll 0x77DB0000 - 0x77E0C000 C:\XOS\system32 \ADVAPI32.dll 0x77E80000 - 0x77F35000 C:\XOS\system32 \KERNEL32.DLL 0x77D40000 - 0x77DB0000 C:\XOS\system32 \RPCRT4.DLL 0x77E10000 - 0x77E74000 C:\XOS\system32 \USER32.dll 0x77F40000 - 0x77F7C000 C:\XOS\system32 \GDI32.DLL 0x78000000 - 0x78046000 C:\XOS\system32 \MSVCRT.dll 0x10000000 - 0x10019000 C:\XOS\System32 \NVDESK32.DLL 0x6D330000 - 0x6D442000 c:\dev\jdk\sun\1.4.0 \jre\bin\client\jvm.dll 0x77570000 - 0x775A0000 C:\XOS\System32 \WINMM.dll 0x681A0000 - 0x681A7000 C:\XOS\System32 \serwvdrv.dll 0x66740000 - 0x66747000 C:\XOS\System32 \umdmxfrm.dll 0x6D1D0000 - 0x6D1D7000 c:\dev\jdk\sun\1.4.0 \jre\bin\hpi.dll 0x6D300000 - 0x6D30D000 c:\dev\jdk\sun\1.4.0 \jre\bin\verify.dll 0x6D210000 - 0x6D228000 c:\dev\jdk\sun\1.4.0 \jre\bin\java.dll 0x6D320000 - 0x6D32D000 c:\dev\jdk\sun\1.4.0 \jre\bin\zip.dll 0x20910000 - 0x20917000 C:\Dev\eclipse\2.0- stable\eclipse.F2 \plugins\org.eclipse.core.resources.win32_2.0.0\os\win32 \x86\core_2_0_5.dll 0x20A40000 - 0x20A85000 C:\Dev\eclipse\2.0- stable\eclipse.F2\plugins\org.eclipse.swt.win32_2.0.0 \os\win32\x86\swt-win32-2043.dll 0x77A50000 - 0x77B46000 C:\XOS\system32\ole32.dll 0x71780000 - 0x7180A000 C:\XOS\system32 \COMCTL32.dll 0x76B30000 - 0x76B6E000 C:\XOS\system32 \comdlg32.dll 0x70BD0000 - 0x70C34000 C:\XOS\system32 \SHLWAPI.DLL 0x782F0000 - 0x7852F000 C:\XOS\system32 \SHELL32.DLL 0x779B0000 - 0x77A4B000 C:\XOS\system32 \OLEAUT32.dll 0x75E60000 - 0x75E7A000 C:\XOS\System32 \IMM32.dll 0x61210000 - 0x61219000 C:\Apps\IntelliPoint-4.0 \Mouse\SETUP\MSH\Mouse\POINT32.dll 0x63000000 - 0x63014000 C:\XOS\System32 \SynTPFcs.dll 0x77820000 - 0x77827000 C:\XOS\system32 \VERSION.dll 0x759B0000 - 0x759B6000 C:\XOS\system32 \LZ32.DLL 0x60000000 - 0x60049000 C:\XOS\System32 \MSCTF.dll 0x69640000 - 0x6965F000 C:\XOS\System32 \oleacc.dll 0x6B2C0000 - 0x6B2C5000 C:\XOS\System32 \msimg32.dll 0x61220000 - 0x6122B000 C:\Apps\IntelliPoint-4.0 \Mouse\SETUP\MSH\Mouse\MSH_ZWF.dll 0x6D2D0000 - 0x6D2DD000 C:\Dev\jdk\sun\1.4.0 \jre\bin\net.dll 0x75050000 - 0x75058000 C:\XOS\System32 \WSOCK32.dll 0x75030000 - 0x75043000 C:\XOS\System32 \WS2_32.DLL 0x75020000 - 0x75028000 C:\XOS\System32 \WS2HELP.DLL 0x74FD0000 - 0x74FEF000 C:\XOS\system32\msafd.dll 0x75010000 - 0x75017000 C:\XOS\System32 \wshtcpip.dll 0x226F0000 - 0x226FE000 C:\Apps\TrueLaunchBar\tlbhook.dll 0x785C0000 - 0x785CC000 C:\XOS\System32\rnr20.dll 0x77980000 - 0x779A4000 C:\XOS\System32 \DNSAPI.DLL 0x77340000 - 0x77353000 C:\XOS\System32 \iphlpapi.dll 0x77520000 - 0x77525000 C:\XOS\System32 \ICMP.DLL 0x77320000 - 0x77337000 C:\XOS\System32 \MPRAPI.DLL 0x75150000 - 0x75160000 C:\XOS\System32 \SAMLIB.DLL 0x75170000 - 0x751BF000 C:\XOS\System32 \NETAPI32.DLL 0x77BE0000 - 0x77BEF000 C:\XOS\System32 \SECUR32.DLL 0x751C0000 - 0x751C6000 C:\XOS\System32 \NETRAP.DLL 0x77950000 - 0x7797A000 C:\XOS\system32 \WLDAP32.DLL 0x773B0000 - 0x773DE000 C:\XOS\System32 \ACTIVEDS.DLL 0x77380000 - 0x773A2000 C:\XOS\System32 \ADSLDPC.DLL 0x77830000 - 0x7783E000 C:\XOS\System32 \RTUTILS.DLL 0x77880000 - 0x7790D000 C:\XOS\System32 \SETUPAPI.DLL 0x77C10000 - 0x77C6E000 C:\XOS\System32 \USERENV.DLL 0x774E0000 - 0x77512000 C:\XOS\System32 \RASAPI32.DLL 0x774C0000 - 0x774D1000 C:\XOS\System32 \RASMAN.DLL 0x77530000 - 0x77552000 C:\XOS\System32 \TAPI32.DLL 0x77360000 - 0x77379000 C:\XOS\System32 \DHCPCSVC.DLL 0x775A0000 - 0x77625000 C:\XOS\System32 \CLBCATQ.DLL 0x777E0000 - 0x777E8000 C:\XOS\System32 \winrnr.dll 0x777F0000 - 0x777F5000 C:\XOS\System32 \rasadhlp.dll 0x77840000 - 0x7787C000 C:\XOS\System32\cscui.dll 0x770C0000 - 0x770E3000 C:\XOS\System32 \CSCDLL.DLL 0x770F0000 - 0x772ED000 C:\XOS\System32 \MSI.DLL 0x77920000 - 0x77943000 C:\XOS\system32 \imagehlp.dll 0x72A00000 - 0x72A2D000 C:\XOS\system32 \DBGHELP.dll 0x690A0000 - 0x690AB000 C:\XOS\System32 \PSAPI.DLL Local Time = Wed Jun 05 09:43:39 2002 Elapsed Time = 2415 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode) # The problem is intermittent, it happens every 15-20 files or so. I haven't seen this with other apps I run, so my guess is that the way Jadclipse invokes the Jad process runs into a JDK bug. Is there a fix or workaround for this? ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 10/11/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 09/27/05 02:39 Message: Logged In: YES user_id=7927 Is this bug still a problem? ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 09/27/05 02:27 Message: Logged In: YES user_id=7927 Is this bug still a problem? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 08/24/02 00:13 Message: Logged In: NO Tell you what, I've had trouble with the 1.4.0 VM, same sort of stuff. I recommend you try 1.4.0_01 or better 1.4.1 (currently only available as RC). ---------------------------------------------------------------------- Comment By: Vladimir Grishchenko (vovikg) Date: 06/05/02 12:53 Message: Logged In: YES user_id=281434 I also hit this problem several times, but with 1.3.1 VM. Not sure what is causing this. JadClipse uses standard Runtime.exec() mechanism to launch jad with options and then reads standard output. I noticed that it is more likely to crash if decompilation is invoked repeatedly in short succession. I also noticed that it won't crash on some systems whatever you do, and it crashes more repeatably on others. Don't have a solution at this point. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=564943&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-12 02:20:23
|
Patches item #1232071, was opened at 07/04/05 01:26 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1232071&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: None Priority: 5 Submitted By: Chew Choon Keat (ckeat) Assigned to: Nobody/Anonymous (nobody) Summary: jadclipse in Eclipse 3.1 (ClassNotFoundException) Initial Comment: ClassNotFoundException: org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointRulerAction modified /cvsroot/jadclipse/jadclipse/src/jadclipse/JadclipseBreakpointRulerActionDelegate.java using code from http://sourceforge.net/tracker/index.php?func=detail&aid=1188894&group_id=40205&atid=427344 also, took liberty to modify 1. plugin.xml: so that anonymous user can check-out jadclipse from cvs into workspace and use (without unnecessary dependencies on org.eclipse.* 'projects' in workspace - directly use plugin-dependencies) 2. fixed build.properties so jadclipse project can be right-click > exported into a plugin .zip smoothly ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 10/11/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 09/27/05 00:50 Message: Logged In: YES user_id=7927 I tried the patch by Alain Pannetier but when I don't clean the workspace, I get the exeption below: !ENTRY org.eclipse.ui.workbench 4 2 2005-04-12 17:36:56.424 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/debug/ui/actions/ToggleBreakpointAction at jadclipse.JadclipseBreakpointRulerActionDelegate.createAction(JadclipseBreakpointRulerActionDelegate.java:32) at org.eclipse.ui.texteditor.AbstractRulerActionDelegate.setActiveEditor(AbstractRulerActionDelegate.java:84) at jadclipse.JadclipseBreakpointRulerActionDelegate.setActiveEditor(JadclipseBreakpointRulerActionDelegate.java:55) at org.eclipse.ui.internal.EditorPluginAction.editorChanged(EditorPluginAction.java:82) at org.eclipse.ui.internal.EditorActionBuilder$EditorContribution.editorChanged(EditorActionBuilder.java:89) at org.eclipse.ui.internal.EditorActionBuilder$ExternalContributor.setActiveEditor(EditorActionBuilder.java:134) at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:312) at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:572) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) at org.eclipse.core.runtime.Platform.run(Platform.java:757) (...) ---------------------------------------------------------------------- Comment By: Ron Fulkerson (rfulkerson) Date: 07/26/05 14:21 Message: Logged In: YES user_id=199553 Works nicely! Thank you! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1232071&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-12 02:20:23
|
Patches item #1234691, was opened at 07/08/05 02:43 Message generated for change (Settings changed) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1234691&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: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Wintermond (wintermond) Assigned to: Nobody/Anonymous (nobody) Summary: Bugfix for eclipse 3.1 final Initial Comment: Copy attached jar into the dir plugins\jadclipse. Of course, use it at your own risk. Have fun ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 10/11/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 09/27/05 02:03 Message: Logged In: YES user_id=7927 Could you please check the newest release of JadClipse (v3.1.0)? Thanks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 08/10/05 07:03 Message: Logged In: NO Fixed my problems with java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/actions/ManageBreakpointRulerAction Thanks! ---------------------------------------------------------------------- Comment By: Wintermond (wintermond) Date: 08/03/05 13:27 Message: Logged In: YES user_id=1283659 works for me, what is the problem? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 08/02/05 06:46 Message: Logged In: NO This file "jadclipse.jar" is not a valid jar file... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1234691&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-12 02:20:18
|
Bugs item #1246998, was opened at 07/28/05 11:40 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1246998&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: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Philip (psaville) Assigned to: Johann Gyger (jgyger) Summary: Fails for Eclipse 3.1 after patch. Initial Comment: I get a new error message after installing the patch. It seems there is an error getting the editor filename from eclipse (for a guess - since JadClipse is in the stack trace). Error 2005-07-28 11:38:31.212 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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741) 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.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277) 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) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 10/11/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 09/27/05 02:04 Message: Logged In: YES user_id=7927 Do you have this problem with the newest release of JadClipse as well (jadclipse_3.1.0.jar)? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1246998&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-10-07 08:45:30
|
Patches item #712597, was opened at 2003-03-31 01:51 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=712597&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: Deleted Resolution: Fixed Priority: 5 Submitted By: Stephan Strittmatter (stritti) Assigned to: Vladimir Grishchenko (vovikg) Summary: Patch for 701076 ( compiled jar-File for Eclipse 2.1) Initial Comment: I was not able to add the file via webinterface to the existing Patch. So I opened a new patch-thread and added the compiled version of <b>wr0ngway</b>'s patch for peoble with no access to CVS. Replace the jar at eclipse/plugins/jadclipse of your Eclipse 2.1 and jadclipse will work fine again! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-07 01:42 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-29 18:53 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-19 23:27 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-19 23:27 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-30 01:38 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-22 20:00 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-10 05:49 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-04 05:20 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-22 01:23 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: nikiko (nikiko303) Date: 2005-06-09 22:20 Message: Logged In: YES user_id=1294190 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-09 20:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: onoda (e_onoda) Date: 2005-06-07 18:06 Message: Logged In: YES user_id=1293118 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-16 22:49 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-12 18:38 Message: Logged In: NO thx! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-27 22:10 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-25 19:30 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-22 00:47 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-22 00:44 Message: Logged In: NO dd ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-20 02:51 Message: Logged In: NO hosii! ---------------------------------------------------------------------- Comment By: ugsun (ugsun9661243) Date: 2005-03-17 01:42 Message: Logged In: YES user_id=1241016 tyank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-03 00:30 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-03 00:25 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-09 17:09 Message: Logged In: NO try ---------------------------------------------------------------------- Comment By: bamboo (takesawa) Date: 2005-02-03 17:06 Message: Logged In: YES user_id=1211751 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-02 21:58 Message: Logged In: NO get try ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-01 04:03 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: hiro (h-toyoura) Date: 2005-01-31 17:12 Message: Logged In: YES user_id=1209228 thx! ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-24 17:00 Message: Logged In: YES user_id=1201525 tha ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-24 00:23 Message: Logged In: NO tank! ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-20 17:11 Message: Logged In: YES user_id=1201525 q ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-20 17:10 Message: Logged In: YES user_id=1201525 ari ---------------------------------------------------------------------- Comment By: John (aaaaaa) Date: 2005-01-16 15:58 Message: Logged In: YES user_id=162626 aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-14 23:58 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-12 22:55 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 19:04 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 19:01 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 17:59 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-22 05:57 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-13 21:03 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-10 00:37 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-09 23:09 Message: Logged In: NO eee ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-07 17:10 Message: Logged In: NO good ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-03 08:37 Message: Logged In: NO abc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-27 02:16 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: agi10jp (agi10jp) Date: 2004-11-24 23:46 Message: Logged In: YES user_id=1165917 thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-24 23:21 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: tsunekuni (y_tsune) Date: 2004-11-24 02:53 Message: Logged In: YES user_id=1165314 aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-23 19:54 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-21 23:34 Message: Logged In: NO aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-10 19:03 Message: Logged In: NO ge ---------------------------------------------------------------------- Comment By: comcon (cocokoko) Date: 2004-11-01 21:37 Message: Logged In: YES user_id=1150758 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-27 17:36 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-06 01:41 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: rimrim (rimrim) Date: 2004-10-05 09:21 Message: Logged In: YES user_id=1133546 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-05 09:15 Message: Logged In: NO ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-05 09:13 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-04 18:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-04 18:12 Message: Logged In: NO asx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-03 18:37 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: 村上春樹 (harukimurakami) Date: 2004-09-28 00:55 Message: Logged In: YES user_id=1129501 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-28 00:48 Message: Logged In: NO age ---------------------------------------------------------------------- Comment By: taguchig1_pub (taguchig1) Date: 2004-09-16 04:21 Message: Logged In: YES user_id=1122878 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-12 17:46 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: kafuka (kafuka81) Date: 2004-09-10 03:23 Message: Logged In: YES user_id=1083212 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-06 18:07 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-01 23:45 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 09:43 Message: Logged In: NO Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 09:42 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 01:13 Message: Logged In: NO Thank You ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-25 00:54 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-25 00:47 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-24 19:33 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-16 03:11 Message: Logged In: NO ? ---------------------------------------------------------------------- Comment By: Carsten Tang (ssssssss) Date: 2004-08-16 00:19 Message: Logged In: YES user_id=198850 thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-15 23:14 Message: Logged In: NO as ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-13 08:13 Message: Logged In: NO hello. ---------------------------------------------------------------------- Comment By: nagai (nagai_par) Date: 2004-08-13 01:28 Message: Logged In: YES user_id=1098172 thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-12 23:18 Message: Logged In: NO w ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-12 22:16 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: hanage (btocbtoc) Date: 2004-08-12 18:18 Message: Logged In: YES user_id=1103145 aa ---------------------------------------------------------------------- Comment By: ryochin74 (ryochin74) Date: 2004-08-08 18:58 Message: Logged In: YES user_id=1100118 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-08 18:51 Message: Logged In: NO Thank you !!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-05 23:49 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Yuu Sugita (sugitay) Date: 2004-08-03 21:29 Message: Logged In: YES user_id=869309 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-21 04:58 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-19 23:24 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-19 23:18 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-15 23:51 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-13 21:38 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-13 21:32 Message: Logged In: NO l ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-12 19:18 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-11 18:27 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-07 23:03 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: yssquare (yatoh) Date: 2004-07-06 05:36 Message: Logged In: YES user_id=1077889 Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-06 05:27 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: choji okada (okadahit) Date: 2004-07-04 23:13 Message: Logged In: YES user_id=1077010 OK? ---------------------------------------------------------------------- Comment By: PIcOz (picoz) Date: 2004-06-28 21:01 Message: Logged In: YES user_id=1073069 thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-25 22:33 Message: Logged In: NO Your welcome !! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-23 01:14 Message: Logged In: NO Thank you !! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-21 21:32 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-21 21:19 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-18 00:20 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 23:55 Message: Logged In: NO Thank you! (^__________,^)/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 19:18 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 19:02 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 00:16 Message: Logged In: NO hh ---------------------------------------------------------------------- Comment By: ein (ein68030) Date: 2004-06-16 23:10 Message: Logged In: YES user_id=1065198 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-08 19:02 Message: Logged In: NO thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-08 06:40 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-01 02:07 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-30 19:09 Message: Logged In: NO ahaaha ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-30 19:07 Message: Logged In: NO ehehe ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-25 07:02 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-24 23:46 Message: Logged In: NO ああ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-24 19:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-06 15:38 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-04 22:57 Message: Logged In: NO thx. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 18:31 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: matu (matum) Date: 2004-04-27 01:36 Message: Logged In: YES user_id=1030106 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-26 00:15 Message: Logged In: NO l ---------------------------------------------------------------------- Comment By: DM (demdem888) Date: 2004-04-21 00:39 Message: Logged In: YES user_id=1025801 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-20 07:10 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-16 00:17 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nayu (shinohara2) Date: 2004-04-15 19:52 Message: Logged In: YES user_id=1022379 a ---------------------------------------------------------------------- Comment By: yu-maki (makimaki) Date: 2004-04-14 19:09 Message: Logged In: YES user_id=1021562 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-14 18:55 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: hamauzu (hamauzu) Date: 2004-04-13 23:03 Message: Logged In: YES user_id=1020848 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-11 20:42 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 19:20 Message: Logged In: NO b ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 19:17 Message: Logged In: NO arigato. itadakimasu. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 02:25 Message: Logged In: NO Thank you very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-07 19:35 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-07 19:32 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: kuni (kanekuni) Date: 2004-04-05 19:36 Message: Logged In: YES user_id=1014629 Thank you very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-05 19:27 Message: Logged In: NO Thank you very much. ---------------------------------------------------------------------- Comment By: morita (motita-morikobo) Date: 2004-04-04 09:36 Message: Logged In: YES user_id=1013538 Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-04 09:21 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-01 17:52 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: dai (daisukedaisuke) Date: 2004-03-31 00:40 Message: Logged In: YES user_id=1010137 thk ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-30 17:40 Message: Logged In: NO arigato ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-24 00:40 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-22 21:59 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: ya (ya-chan) Date: 2004-03-20 08:49 Message: Logged In: YES user_id=1002562 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-12 02:09 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: masu (masugo) Date: 2004-03-10 16:03 Message: Logged In: YES user_id=995043 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-10 15:50 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-07 01:28 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: yoshizawa (yoshizawa) Date: 2004-03-06 07:29 Message: Logged In: YES user_id=926439 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-06 07:23 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-24 19:55 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: takahashi mikio (takahashimikio) Date: 2004-02-23 21:40 Message: Logged In: YES user_id=982886 thx ---------------------------------------------------------------------- Comment By: kazu (kazu_h) Date: 2004-02-23 17:12 Message: Logged In: YES user_id=982783 thx ---------------------------------------------------------------------- Comment By: kei akashi (rck7272) Date: 2004-02-16 01:03 Message: Logged In: YES user_id=976628 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-15 05:28 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-13 07:13 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-13 06:59 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-06 00:44 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-05 16:57 Message: Logged In: NO ありがとうございます! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-04 06:04 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-03 22:17 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Ryou Fujisawa (lasen) Date: 2004-02-01 17:02 Message: Logged In: YES user_id=965835 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-01 16:52 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-26 08:27 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-25 18:18 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-24 05:16 Message: Logged In: NO gracias ---------------------------------------------------------------------- Comment By: Daisuke Wakaoji (d_waka) Date: 2004-01-22 22:13 Message: Logged In: YES user_id=958144 Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-19 23:04 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-18 17:42 Message: Logged In: NO Thank you!!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-16 01:40 Message: Logged In: NO ty ) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-15 21:18 Message: Logged In: NO thankyou! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-15 17:55 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-09 01:36 Message: Logged In: NO thankyou! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-08 16:12 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-07 19:13 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-07 02:36 Message: Logged In: NO itadakimasu ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-05 18:05 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-04 17:56 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-02 07:05 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: ishigaki (ttc-ishigaki) Date: 2003-12-20 21:17 Message: Logged In: YES user_id=935384 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-19 03:58 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-18 21:25 Message: Logged In: NO found it ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 03:59 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: tadasuke nakadai (nakadai) Date: 2003-12-15 22:59 Message: Logged In: YES user_id=932109 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-15 01:04 Message: Logged In: NO thx so much ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-15 01:02 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-11 18:33 Message: Logged In: NO thx! ---------------------------------------------------------------------- Comment By: yoshizawa (yoshizawa) Date: 2003-12-08 02:37 Message: Logged In: YES user_id=926439 thanks ---------------------------------------------------------------------- Comment By: tttttk (appuru123jp) Date: 2003-12-07 22:12 Message: Logged In: YES user_id=923481 thanks ---------------------------------------------------------------------- Comment By: kfutti (futti) Date: 2003-12-05 23:44 Message: Logged In: YES user_id=925191 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 23:14 Message: Logged In: NO hige ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 08:40 Message: Logged In: NO dfaf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-03 01:05 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: a (acm094281) Date: 2003-11-27 21:58 Message: Logged In: YES user_id=919339 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-26 18:46 Message: Logged In: NO thanks so match ! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 17:22 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Susumu Matsuyama (mattsun) Date: 2003-11-19 20:05 Message: Logged In: YES user_id=913386 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-19 05:30 Message: Logged In: NO 12345 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-18 08:59 Message: Logged In: NO Thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-17 23:32 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-17 18:04 Message: Logged In: NO Thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-10 19:01 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-10 03:35 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-04 17:24 Message: Logged In: NO faeafa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-30 17:54 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-30 01:18 Message: Logged In: NO &#12393;&#12358;&#12418;&#12354;&#12426;&#12364;&#12392;&#12358;&#12372;&#12374;&#12356;&#12414;&#12377;&#12290; ---------------------------------------------------------------------- Comment By: Dai Uchi (ogae) Date: 2003-10-21 21:05 Message: Logged In: YES user_id=864092 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-20 18:20 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 22:40 Message: Logged In: NO Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 22:32 Message: Logged In: NO Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 19:14 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-16 23:33 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-16 03:41 Message: Logged In: NO Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-14 00:12 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Naoyuki Harada (seiunsky) Date: 2003-10-09 01:51 Message: Logged In: YES user_id=883388 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-03 03:32 Message: Logged In: NO Thank ---------------------------------------------------------------------- Comment By: AO (h013001b) Date: 2003-09-27 21:09 Message: Logged In: YES user_id=875928 Thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-27 03:12 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-23 22:47 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Yuu Sugita (sugitay) Date: 2003-09-18 01:44 Message: Logged In: YES user_id=869309 Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-18 01:40 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-15 18:28 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-11 22:02 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Toshihiro Suzuki (hsttsuzuki) Date: 2003-09-04 23:14 Message: Logged In: YES user_id=859668 Thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-04 22:59 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-04 18:13 Message: Logged In: NO qqq ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-23 06:35 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-22 00:28 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-18 19:39 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: itaru akiyoshi (akiyoshi) Date: 2003-08-15 01:24 Message: Logged In: YES user_id=844970 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-04 19:20 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nagai Takuya (sky12kid) Date: 2003-07-30 19:46 Message: Logged In: YES user_id=834348 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-27 19:16 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-27 19:16 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 21:04 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 18:32 Message: Logged In: NO Thank You ---------------------------------------------------------------------- Comment By: taro (tarotec) Date: 2003-07-22 18:07 Message: Logged In: YES user_id=828462 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 18:04 Message: Logged In: NO htn ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 17:52 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Yukio Matsumoto (mmtyukio7) Date: 2003-07-20 00:21 Message: Logged In: YES user_id=826417 nothing ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:40 Message: Logged In: YES user_id=778354 thank you for zis ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:37 Message: Logged In: YES user_id=778354 thank you ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:36 Message: Logged In: YES user_id=778354 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-16 23:51 Message: Logged In: NO dl ---------------------------------------------------------------------- Comment By: narumi shirai (narumis) Date: 2003-07-16 21:27 Message: Logged In: YES user_id=824393 hello ---------------------------------------------------------------------- Comment By: nagav (nagav) Date: 2003-07-15 02:01 Message: Logged In: YES user_id=822895 aaa ---------------------------------------------------------------------- Comment By: Katsuyoshi Kobayashi (sst02hp) Date: 2003-07-14 20:34 Message: Logged In: YES user_id=822681 Hello ---------------------------------------------------------------------- Comment By: watanabeTakanobu (watanabe0717) Date: 2003-07-09 16:54 Message: Logged In: YES user_id=818905 gets!! ---------------------------------------------------------------------- Comment By: akihito ikumo (vanil_la_cafe) Date: 2003-07-08 04:38 Message: Logged In: YES user_id=818226 thanks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-26 19:39 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-22 13:19 Message: Logged In: NO nobody ---------------------------------------------------------------------- Comment By: Jun Wakayama (j_wakayama) Date: 2003-06-18 21:55 Message: Logged In: YES user_id=804419 bbb ---------------------------------------------------------------------- Comment By: nakayama (nakaya) Date: 2003-06-15 23:31 Message: Logged In: YES user_id=801973 aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-14 10:58 Message: Logged In: NO dads ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 07:53 Message: Logged In: NO bbbbb ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 07:52 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 00:38 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-10 18:35 Message: Logged In: NO thank you so much! ---------------------------------------------------------------------- Comment By: kenji kobayashi (kenji_soso) Date: 2003-05-27 19:30 Message: Logged In: YES user_id=788227 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-23 01:27 Message: Logged In: NO thankyu ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-23 01:25 Message: Logged In: NO dddsswwedffrrr ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-22 20:18 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-14 00:05 Message: Logged In: NO arigato ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-05-13 22:59 Message: Logged In: YES user_id=778354 Yeah! I got it! ---------------------------------------------------------------------- Comment By: kuno (jarcat4819) Date: 2003-05-05 17:57 Message: Logged In: YES user_id=772410 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-05 17:54 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: fukui kentaro (fukuishi) Date: 2003-05-04 20:48 Message: Logged In: YES user_id=771664 &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:47 Message: Logged In: NO &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:46 Message: Logged In: NO &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:45 Message: Logged In: NO good ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-25 02:46 Message: Logged In: NO You may monitor this Tracker item after you login (register an account, if you do not already have one). Submitted By: Stephan Strittmatter (stritti) Date Submitted: 2003-03-31 01:51 Date Closed: 2003-04-13 23:16 Last Updated By: nobody - Comment added Date Last Updated: 2003-04-15 00:38 Category: Eclipse build patches Group: None Assigned To: Vladimir Grishchenko (vovikg) Priority: 5 Status: Closed Resolution: Fixed Summary: Patch for 701076 ( compiled jar-File for Eclipse 2.1) I was not able to add the file via webinterface to the existing Patch. So I opened a new patch-thread and added the compiled version of <b>wr0ngway</b>'s patch for peoble with no access to CVS. Replace the jar at eclipse/plugins/jadclipse of your Eclipse 2.1 and jadclipse will work fine again! Add a Comment: Please log in! Tracker items submitted anonymously should include a valid email address in the detailed description field. You will not receive notification of changes to Tracker items submitted anonymously. DO NOT enter passwords or other confidential information! Followups: Message -------------------------------------------------------------------------------- Date: 2003-04-15 00:38 Sender: nobody Logged In: NO aaa -------------------------------------------------------------------------------- Date: 2003-04-10 22:22 Sender: nobody Logged In: NO thank you!! -------------------------------------------------------------------------------- Date: 2003-04-10 01:30 Sender: dynamo0321 Logged In: YES user_id=754001 I am using JadClipse very frequently. It is found useful very much. -------------------------------------------------------------------------------- Date: 2003-04-09 22:03 Sender: nobody Logged In: NO good!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-15 00:38 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-10 22:22 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Takaaki Iguchi (dynamo0321) Date: 2003-04-10 01:30 Message: Logged In: YES user_id=754001 I am using JadClipse very frequently. It is found useful very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-09 22:03 Message: Logged In: NO good!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-08 02:35 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-05 06:02 Message: Logged In: NO 0.123 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=712597&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-30 01:55:38
|
Patches item #712597, was opened at 2003-03-31 01:51 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=712597&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: Deleted Resolution: Fixed Priority: 5 Submitted By: Stephan Strittmatter (stritti) Assigned to: Vladimir Grishchenko (vovikg) Summary: Patch for 701076 ( compiled jar-File for Eclipse 2.1) Initial Comment: I was not able to add the file via webinterface to the existing Patch. So I opened a new patch-thread and added the compiled version of <b>wr0ngway</b>'s patch for peoble with no access to CVS. Replace the jar at eclipse/plugins/jadclipse of your Eclipse 2.1 and jadclipse will work fine again! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-29 18:53 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-19 23:27 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-19 23:27 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-30 01:38 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-22 20:00 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-10 05:49 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-04 05:20 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-22 01:23 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: nikiko (nikiko303) Date: 2005-06-09 22:20 Message: Logged In: YES user_id=1294190 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-09 20:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: onoda (e_onoda) Date: 2005-06-07 18:06 Message: Logged In: YES user_id=1293118 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-16 22:49 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-12 18:38 Message: Logged In: NO thx! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-27 22:10 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-25 19:30 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-22 00:47 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-22 00:44 Message: Logged In: NO dd ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-20 02:51 Message: Logged In: NO hosii! ---------------------------------------------------------------------- Comment By: ugsun (ugsun9661243) Date: 2005-03-17 01:42 Message: Logged In: YES user_id=1241016 tyank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-03 00:30 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-03 00:25 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-09 17:09 Message: Logged In: NO try ---------------------------------------------------------------------- Comment By: bamboo (takesawa) Date: 2005-02-03 17:06 Message: Logged In: YES user_id=1211751 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-02 21:58 Message: Logged In: NO get try ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-01 04:03 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: hiro (h-toyoura) Date: 2005-01-31 17:12 Message: Logged In: YES user_id=1209228 thx! ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-24 17:00 Message: Logged In: YES user_id=1201525 tha ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-24 00:23 Message: Logged In: NO tank! ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-20 17:11 Message: Logged In: YES user_id=1201525 q ---------------------------------------------------------------------- Comment By: suzuki040 (suzuki04zero) Date: 2005-01-20 17:10 Message: Logged In: YES user_id=1201525 ari ---------------------------------------------------------------------- Comment By: John (aaaaaa) Date: 2005-01-16 15:58 Message: Logged In: YES user_id=162626 aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-14 23:58 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-12 22:55 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 19:04 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 19:01 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-28 17:59 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-22 05:57 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-13 21:03 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-10 00:37 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-09 23:09 Message: Logged In: NO eee ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-07 17:10 Message: Logged In: NO good ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-03 08:37 Message: Logged In: NO abc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-27 02:16 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: agi10jp (agi10jp) Date: 2004-11-24 23:46 Message: Logged In: YES user_id=1165917 thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-24 23:21 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: tsunekuni (y_tsune) Date: 2004-11-24 02:53 Message: Logged In: YES user_id=1165314 aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-23 19:54 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-21 23:34 Message: Logged In: NO aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-10 19:03 Message: Logged In: NO ge ---------------------------------------------------------------------- Comment By: comcon (cocokoko) Date: 2004-11-01 21:37 Message: Logged In: YES user_id=1150758 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-27 17:36 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-06 01:41 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: rimrim (rimrim) Date: 2004-10-05 09:21 Message: Logged In: YES user_id=1133546 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-05 09:15 Message: Logged In: NO ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-05 09:13 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-04 18:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-04 18:12 Message: Logged In: NO asx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-03 18:37 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: 村上春樹 (harukimurakami) Date: 2004-09-28 00:55 Message: Logged In: YES user_id=1129501 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-28 00:48 Message: Logged In: NO age ---------------------------------------------------------------------- Comment By: taguchig1_pub (taguchig1) Date: 2004-09-16 04:21 Message: Logged In: YES user_id=1122878 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-12 17:46 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: kafuka (kafuka81) Date: 2004-09-10 03:23 Message: Logged In: YES user_id=1083212 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-06 18:07 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-09-01 23:45 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 09:43 Message: Logged In: NO Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 09:42 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-26 01:13 Message: Logged In: NO Thank You ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-25 00:54 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-25 00:47 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-24 19:33 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-16 03:11 Message: Logged In: NO ? ---------------------------------------------------------------------- Comment By: Carsten Tang (ssssssss) Date: 2004-08-16 00:19 Message: Logged In: YES user_id=198850 thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-15 23:14 Message: Logged In: NO as ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-13 08:13 Message: Logged In: NO hello. ---------------------------------------------------------------------- Comment By: nagai (nagai_par) Date: 2004-08-13 01:28 Message: Logged In: YES user_id=1098172 thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-12 23:18 Message: Logged In: NO w ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-12 22:16 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: hanage (btocbtoc) Date: 2004-08-12 18:18 Message: Logged In: YES user_id=1103145 aa ---------------------------------------------------------------------- Comment By: ryochin74 (ryochin74) Date: 2004-08-08 18:58 Message: Logged In: YES user_id=1100118 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-08 18:51 Message: Logged In: NO Thank you !!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-08-05 23:49 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Yuu Sugita (sugitay) Date: 2004-08-03 21:29 Message: Logged In: YES user_id=869309 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-21 04:58 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-19 23:24 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-19 23:18 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-15 23:51 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-13 21:38 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-13 21:32 Message: Logged In: NO l ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-12 19:18 Message: Logged In: NO thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-11 18:27 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-07 23:03 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: yssquare (yatoh) Date: 2004-07-06 05:36 Message: Logged In: YES user_id=1077889 Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-06 05:27 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: choji okada (okadahit) Date: 2004-07-04 23:13 Message: Logged In: YES user_id=1077010 OK? ---------------------------------------------------------------------- Comment By: PIcOz (picoz) Date: 2004-06-28 21:01 Message: Logged In: YES user_id=1073069 thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-25 22:33 Message: Logged In: NO Your welcome !! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-23 01:14 Message: Logged In: NO Thank you !! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-21 21:32 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-21 21:19 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-18 00:20 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 23:55 Message: Logged In: NO Thank you! (^__________,^)/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 19:18 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 19:02 Message: Logged In: NO Thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-17 00:16 Message: Logged In: NO hh ---------------------------------------------------------------------- Comment By: ein (ein68030) Date: 2004-06-16 23:10 Message: Logged In: YES user_id=1065198 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-08 19:02 Message: Logged In: NO thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-08 06:40 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-01 02:07 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-30 19:09 Message: Logged In: NO ahaaha ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-30 19:07 Message: Logged In: NO ehehe ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-25 07:02 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-24 23:46 Message: Logged In: NO ああ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-24 19:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-06 15:38 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-04 22:57 Message: Logged In: NO thx. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 18:31 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: matu (matum) Date: 2004-04-27 01:36 Message: Logged In: YES user_id=1030106 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-26 00:15 Message: Logged In: NO l ---------------------------------------------------------------------- Comment By: DM (demdem888) Date: 2004-04-21 00:39 Message: Logged In: YES user_id=1025801 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-20 07:10 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-16 00:17 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nayu (shinohara2) Date: 2004-04-15 19:52 Message: Logged In: YES user_id=1022379 a ---------------------------------------------------------------------- Comment By: yu-maki (makimaki) Date: 2004-04-14 19:09 Message: Logged In: YES user_id=1021562 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-14 18:55 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: hamauzu (hamauzu) Date: 2004-04-13 23:03 Message: Logged In: YES user_id=1020848 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-11 20:42 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 19:20 Message: Logged In: NO b ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 19:17 Message: Logged In: NO arigato. itadakimasu. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-08 02:25 Message: Logged In: NO Thank you very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-07 19:35 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-07 19:32 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: kuni (kanekuni) Date: 2004-04-05 19:36 Message: Logged In: YES user_id=1014629 Thank you very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-05 19:27 Message: Logged In: NO Thank you very much. ---------------------------------------------------------------------- Comment By: morita (motita-morikobo) Date: 2004-04-04 09:36 Message: Logged In: YES user_id=1013538 Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-04 09:21 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-01 17:52 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: dai (daisukedaisuke) Date: 2004-03-31 00:40 Message: Logged In: YES user_id=1010137 thk ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-30 17:40 Message: Logged In: NO arigato ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-24 00:40 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-22 21:59 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: ya (ya-chan) Date: 2004-03-20 08:49 Message: Logged In: YES user_id=1002562 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-12 02:09 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: masu (masugo) Date: 2004-03-10 16:03 Message: Logged In: YES user_id=995043 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-10 15:50 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-07 01:28 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: yoshizawa (yoshizawa) Date: 2004-03-06 07:29 Message: Logged In: YES user_id=926439 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-06 07:23 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-24 19:55 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: takahashi mikio (takahashimikio) Date: 2004-02-23 21:40 Message: Logged In: YES user_id=982886 thx ---------------------------------------------------------------------- Comment By: kazu (kazu_h) Date: 2004-02-23 17:12 Message: Logged In: YES user_id=982783 thx ---------------------------------------------------------------------- Comment By: kei akashi (rck7272) Date: 2004-02-16 01:03 Message: Logged In: YES user_id=976628 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-15 05:28 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-13 07:13 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-13 06:59 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-06 00:44 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-05 16:57 Message: Logged In: NO ありがとうございます! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-04 06:04 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-03 22:17 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Ryou Fujisawa (lasen) Date: 2004-02-01 17:02 Message: Logged In: YES user_id=965835 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-02-01 16:52 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-26 08:27 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-25 18:18 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-24 05:16 Message: Logged In: NO gracias ---------------------------------------------------------------------- Comment By: Daisuke Wakaoji (d_waka) Date: 2004-01-22 22:13 Message: Logged In: YES user_id=958144 Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-19 23:04 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-18 17:42 Message: Logged In: NO Thank you!!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-16 01:40 Message: Logged In: NO ty ) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-15 21:18 Message: Logged In: NO thankyou! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-15 17:55 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-09 01:36 Message: Logged In: NO thankyou! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-08 16:12 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-07 19:13 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-07 02:36 Message: Logged In: NO itadakimasu ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-05 18:05 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-04 17:56 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-02 07:05 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: ishigaki (ttc-ishigaki) Date: 2003-12-20 21:17 Message: Logged In: YES user_id=935384 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-19 03:58 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-18 21:25 Message: Logged In: NO found it ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 03:59 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: tadasuke nakadai (nakadai) Date: 2003-12-15 22:59 Message: Logged In: YES user_id=932109 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-15 01:04 Message: Logged In: NO thx so much ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-15 01:02 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-11 18:33 Message: Logged In: NO thx! ---------------------------------------------------------------------- Comment By: yoshizawa (yoshizawa) Date: 2003-12-08 02:37 Message: Logged In: YES user_id=926439 thanks ---------------------------------------------------------------------- Comment By: tttttk (appuru123jp) Date: 2003-12-07 22:12 Message: Logged In: YES user_id=923481 thanks ---------------------------------------------------------------------- Comment By: kfutti (futti) Date: 2003-12-05 23:44 Message: Logged In: YES user_id=925191 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 23:14 Message: Logged In: NO hige ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 08:40 Message: Logged In: NO dfaf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-03 01:05 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: a (acm094281) Date: 2003-11-27 21:58 Message: Logged In: YES user_id=919339 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-26 18:46 Message: Logged In: NO thanks so match ! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 17:22 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Susumu Matsuyama (mattsun) Date: 2003-11-19 20:05 Message: Logged In: YES user_id=913386 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-19 05:30 Message: Logged In: NO 12345 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-18 08:59 Message: Logged In: NO Thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-17 23:32 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-17 18:04 Message: Logged In: NO Thanx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-10 19:01 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-10 03:35 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-04 17:24 Message: Logged In: NO faeafa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-30 17:54 Message: Logged In: NO test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-30 01:18 Message: Logged In: NO &#12393;&#12358;&#12418;&#12354;&#12426;&#12364;&#12392;&#12358;&#12372;&#12374;&#12356;&#12414;&#12377;&#12290; ---------------------------------------------------------------------- Comment By: Dai Uchi (ogae) Date: 2003-10-21 21:05 Message: Logged In: YES user_id=864092 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-20 18:20 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 22:40 Message: Logged In: NO Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 22:32 Message: Logged In: NO Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-19 19:14 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-16 23:33 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-16 03:41 Message: Logged In: NO Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-14 00:12 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Naoyuki Harada (seiunsky) Date: 2003-10-09 01:51 Message: Logged In: YES user_id=883388 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-10-03 03:32 Message: Logged In: NO Thank ---------------------------------------------------------------------- Comment By: AO (h013001b) Date: 2003-09-27 21:09 Message: Logged In: YES user_id=875928 Thank ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-27 03:12 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-23 22:47 Message: Logged In: NO Thanks ---------------------------------------------------------------------- Comment By: Yuu Sugita (sugitay) Date: 2003-09-18 01:44 Message: Logged In: YES user_id=869309 Thank you so much! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-18 01:40 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-15 18:28 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-11 22:02 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Toshihiro Suzuki (hsttsuzuki) Date: 2003-09-04 23:14 Message: Logged In: YES user_id=859668 Thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-04 22:59 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-09-04 18:13 Message: Logged In: NO qqq ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-23 06:35 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-22 00:28 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-18 19:39 Message: Logged In: NO aa ---------------------------------------------------------------------- Comment By: itaru akiyoshi (akiyoshi) Date: 2003-08-15 01:24 Message: Logged In: YES user_id=844970 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-04 19:20 Message: Logged In: NO thanks! ---------------------------------------------------------------------- Comment By: Nagai Takuya (sky12kid) Date: 2003-07-30 19:46 Message: Logged In: YES user_id=834348 thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-27 19:16 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-27 19:16 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 21:04 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 18:32 Message: Logged In: NO Thank You ---------------------------------------------------------------------- Comment By: taro (tarotec) Date: 2003-07-22 18:07 Message: Logged In: YES user_id=828462 thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 18:04 Message: Logged In: NO htn ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-22 17:52 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Yukio Matsumoto (mmtyukio7) Date: 2003-07-20 00:21 Message: Logged In: YES user_id=826417 nothing ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:40 Message: Logged In: YES user_id=778354 thank you for zis ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:37 Message: Logged In: YES user_id=778354 thank you ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-07-17 04:36 Message: Logged In: YES user_id=778354 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-07-16 23:51 Message: Logged In: NO dl ---------------------------------------------------------------------- Comment By: narumi shirai (narumis) Date: 2003-07-16 21:27 Message: Logged In: YES user_id=824393 hello ---------------------------------------------------------------------- Comment By: nagav (nagav) Date: 2003-07-15 02:01 Message: Logged In: YES user_id=822895 aaa ---------------------------------------------------------------------- Comment By: Katsuyoshi Kobayashi (sst02hp) Date: 2003-07-14 20:34 Message: Logged In: YES user_id=822681 Hello ---------------------------------------------------------------------- Comment By: watanabeTakanobu (watanabe0717) Date: 2003-07-09 16:54 Message: Logged In: YES user_id=818905 gets!! ---------------------------------------------------------------------- Comment By: akihito ikumo (vanil_la_cafe) Date: 2003-07-08 04:38 Message: Logged In: YES user_id=818226 thanks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-26 19:39 Message: Logged In: NO thanks!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-22 13:19 Message: Logged In: NO nobody ---------------------------------------------------------------------- Comment By: Jun Wakayama (j_wakayama) Date: 2003-06-18 21:55 Message: Logged In: YES user_id=804419 bbb ---------------------------------------------------------------------- Comment By: nakayama (nakaya) Date: 2003-06-15 23:31 Message: Logged In: YES user_id=801973 aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-14 10:58 Message: Logged In: NO dads ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 07:53 Message: Logged In: NO bbbbb ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 07:52 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-13 00:38 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-10 18:35 Message: Logged In: NO thank you so much! ---------------------------------------------------------------------- Comment By: kenji kobayashi (kenji_soso) Date: 2003-05-27 19:30 Message: Logged In: YES user_id=788227 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-23 01:27 Message: Logged In: NO thankyu ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-23 01:25 Message: Logged In: NO dddsswwedffrrr ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-22 20:18 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-14 00:05 Message: Logged In: NO arigato ---------------------------------------------------------------------- Comment By: Eiji Yamamoto (heboimo) Date: 2003-05-13 22:59 Message: Logged In: YES user_id=778354 Yeah! I got it! ---------------------------------------------------------------------- Comment By: kuno (jarcat4819) Date: 2003-05-05 17:57 Message: Logged In: YES user_id=772410 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-05 17:54 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: fukui kentaro (fukuishi) Date: 2003-05-04 20:48 Message: Logged In: YES user_id=771664 &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:47 Message: Logged In: NO &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:46 Message: Logged In: NO &#12371;&#12385;&#12425;&#12391;&#12418;jadclipse b2.06(jad=jadnt158, eclipse=v2.1)&#12395;&#12390;&#12497;&#12483;&#12481; &#12394;&#12375;&#12398;&#21205;&#20316;&#12434;&#30906;&#35469;&#12391;&#12365;&#12414;&#12375;&#12383;&#12290; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-05-04 20:45 Message: Logged In: NO good ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-25 02:46 Message: Logged In: NO You may monitor this Tracker item after you login (register an account, if you do not already have one). Submitted By: Stephan Strittmatter (stritti) Date Submitted: 2003-03-31 01:51 Date Closed: 2003-04-13 23:16 Last Updated By: nobody - Comment added Date Last Updated: 2003-04-15 00:38 Category: Eclipse build patches Group: None Assigned To: Vladimir Grishchenko (vovikg) Priority: 5 Status: Closed Resolution: Fixed Summary: Patch for 701076 ( compiled jar-File for Eclipse 2.1) I was not able to add the file via webinterface to the existing Patch. So I opened a new patch-thread and added the compiled version of <b>wr0ngway</b>'s patch for peoble with no access to CVS. Replace the jar at eclipse/plugins/jadclipse of your Eclipse 2.1 and jadclipse will work fine again! Add a Comment: Please log in! Tracker items submitted anonymously should include a valid email address in the detailed description field. You will not receive notification of changes to Tracker items submitted anonymously. DO NOT enter passwords or other confidential information! Followups: Message -------------------------------------------------------------------------------- Date: 2003-04-15 00:38 Sender: nobody Logged In: NO aaa -------------------------------------------------------------------------------- Date: 2003-04-10 22:22 Sender: nobody Logged In: NO thank you!! -------------------------------------------------------------------------------- Date: 2003-04-10 01:30 Sender: dynamo0321 Logged In: YES user_id=754001 I am using JadClipse very frequently. It is found useful very much. -------------------------------------------------------------------------------- Date: 2003-04-09 22:03 Sender: nobody Logged In: NO good!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-15 00:38 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-10 22:22 Message: Logged In: NO thank you!! ---------------------------------------------------------------------- Comment By: Takaaki Iguchi (dynamo0321) Date: 2003-04-10 01:30 Message: Logged In: YES user_id=754001 I am using JadClipse very frequently. It is found useful very much. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-09 22:03 Message: Logged In: NO good!! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-08 02:35 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-04-05 06:02 Message: Logged In: NO 0.123 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=712597&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-29 06:47:40
|
Patches item #1086142, was opened at 2004-12-15 23:46 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Jadclipse not working in Eclipse 3.0.1 Initial Comment: Hi, This was working prior, but now when I click on a class file I get this error in the editor window Class File Editor Source not found Eclipse info Version: 3.0.1 Build id: 200409161125 Jad info: C:\Documents and Settings\gkaplan>jad Jad v1.5.8f. My pc WinXp SP1 I followed all instrucions in the jadclipse readme file I have jad in my %PATH% variable (I can run jad from command line) I did associate *.class files w/ jad in eclipse I even changed the Jadclipse preferences path to decompiler to the actual location of the jad exe c:\download\jadnt158\jad.exe (according to the jad readme, this is not necessary) I do see the jad buttons in the toolbar. I do not see any jad error's in eclipse's log The funny thing is this worked previously and I tweaked some settings I also deleted the entire jadclipse folder from plugins directory and unzipped it again to there Thanks Gideon gk...@po... ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-29 06:47 Message: Logged In: YES user_id=7927 Hi, Opening a class file with Navigate > Open Type... or opening a class file from the Navigator works for me with JadClipse 3.1.0 (tested on Windows, Linux GTK, and Mac) in Eclipse 3.1 (not tested for Eclipse 3.0). However, File > Open File... doesn't work with class files. Please refer to bug 1307225, I'll fix it ASAP. - Johann - Johann ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-28 13:09 Message: Logged In: YES user_id=1352347 Got the same problem with the new version for 3.1 Is nobobody of the developers able to respond to this thread? ---------------------------------------------------------------------- Comment By: hedgehog_suzuki (hedgehog_suzuki) Date: 2005-08-23 08:18 Message: Logged In: YES user_id=1333535 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-12 03:05 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Yoshinobu (vox37) Date: 2005-08-05 05:23 Message: Logged In: YES user_id=928679 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-05 04:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-07 03:03 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-05 11:20 Message: Logged In: NO d ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 10:08 Message: Logged In: YES user_id=1301619 ? ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 10:07 Message: Logged In: YES user_id=1301619 thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 09:21 Message: Logged In: YES user_id=1295629 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-06 02:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-19 05:47 Message: Logged In: NO zxc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-21 04:47 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-19 04:24 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Yukibo (yukibo) Date: 2005-04-04 07:26 Message: Logged In: YES user_id=1252365 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-04 00:59 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 12:19 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: s-ichi (highload00) Date: 2005-03-18 07:42 Message: Logged In: YES user_id=1241693 test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-01 01:01 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-22 03:26 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 11:59 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-09 02:22 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 20:51 Message: Logged In: NO Is there anyway to debug this thing.. I'm going crazy here :( ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-07 16:11 Message: Logged In: NO hello ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 10:40 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". Hanno ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 10:39 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-30 17:08 Message: Logged In: NO I just tried it on my PC (Win XP SP2) with Eclipse 3.0.1 and Jadclopse 2.0.8 downloaded from pataches area, it works fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-29 06:26:54
|
Bugs item #1307225, was opened at 2005-09-28 21:04 Message generated for change (Comment added) made by dermaniac You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johann Gyger (jgyger) Assigned to: Johann Gyger (jgyger) Summary: "File > Open File..." with class files Initial Comment: Opening a class file with "File >Open File..." doesn't automatically decompile the class. 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) ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-29 08:26 Message: Logged In: YES user_id=1352347 Wait a sec... no its not the same error.. when i use Open File i get the same error like you, but from the navigator view i get a source not found error.. But it IS the jadclipse editor who is telling me this... ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-29 08:20 Message: Logged In: YES user_id=1352347 Well.. got the same problem.. but for me it doesn't even work in Navigator view, by double clicking on it.. But... i think this is no Jadclipse problem, because a have the completely same problem with the Jode decompiler plugin for eclipse... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-29 08:17 Message: Logged In: NO Seems like this is a known problem.. http://sourceforge.net/tracker/index.php?func=detail&aid=1083145&group_id=40205&atid=427343 http://sourceforge.net/tracker/index.php?func=detail&aid=1086142&group_id=40205&atid=427344 http://sourceforge.net/forum/forum.php?thread_id=1235871&forum_id=124755 But noone seems to have an answere to this issue, or the developers just don't care -.- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-29 06:20:31
|
Bugs item #1307225, was opened at 2005-09-28 21:04 Message generated for change (Comment added) made by dermaniac You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johann Gyger (jgyger) Assigned to: Johann Gyger (jgyger) Summary: "File > Open File..." with class files Initial Comment: Opening a class file with "File >Open File..." doesn't automatically decompile the class. 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) ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-29 08:20 Message: Logged In: YES user_id=1352347 Well.. got the same problem.. but for me it doesn't even work in Navigator view, by double clicking on it.. But... i think this is no Jadclipse problem, because a have the completely same problem with the Jode decompiler plugin for eclipse... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-29 08:17 Message: Logged In: NO Seems like this is a known problem.. http://sourceforge.net/tracker/index.php?func=detail&aid=1083145&group_id=40205&atid=427343 http://sourceforge.net/tracker/index.php?func=detail&aid=1086142&group_id=40205&atid=427344 http://sourceforge.net/forum/forum.php?thread_id=1235871&forum_id=124755 But noone seems to have an answere to this issue, or the developers just don't care -.- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-29 06:17:21
|
Bugs item #1307225, was opened at 2005-09-28 12:04 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johann Gyger (jgyger) Assigned to: Johann Gyger (jgyger) Summary: "File > Open File..." with class files Initial Comment: Opening a class file with "File >Open File..." doesn't automatically decompile the class. 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) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-28 23:17 Message: Logged In: NO Seems like this is a known problem.. http://sourceforge.net/tracker/index.php?func=detail&aid=1083145&group_id=40205&atid=427343 http://sourceforge.net/tracker/index.php?func=detail&aid=1086142&group_id=40205&atid=427344 http://sourceforge.net/forum/forum.php?thread_id=1235871&forum_id=124755 But noone seems to have an answere to this issue, or the developers just don't care -.- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-28 19:04:24
|
Bugs item #1307225, was opened at 2005-09-28 19:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johann Gyger (jgyger) Assigned to: Johann Gyger (jgyger) Summary: "File > Open File..." with class files Initial Comment: Opening a class file with "File >Open File..." doesn't automatically decompile the class. 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-28 18:58:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3359201 By: jgyger Hi, The Navigator view works for me. However File->Open File results in an error. I will create a bug report. Johann ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |
|
From: SourceForge.net <no...@so...> - 2005-09-28 13:10:21
|
Patches item #1086142, was opened at 2004-12-16 00:46 Message generated for change (Comment added) made by dermaniac You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Jadclipse not working in Eclipse 3.0.1 Initial Comment: Hi, This was working prior, but now when I click on a class file I get this error in the editor window Class File Editor Source not found Eclipse info Version: 3.0.1 Build id: 200409161125 Jad info: C:\Documents and Settings\gkaplan>jad Jad v1.5.8f. My pc WinXp SP1 I followed all instrucions in the jadclipse readme file I have jad in my %PATH% variable (I can run jad from command line) I did associate *.class files w/ jad in eclipse I even changed the Jadclipse preferences path to decompiler to the actual location of the jad exe c:\download\jadnt158\jad.exe (according to the jad readme, this is not necessary) I do see the jad buttons in the toolbar. I do not see any jad error's in eclipse's log The funny thing is this worked previously and I tweaked some settings I also deleted the entire jadclipse folder from plugins directory and unzipped it again to there Thanks Gideon gk...@po... ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-28 15:09 Message: Logged In: YES user_id=1352347 Got the same problem with the new version for 3.1 Is nobobody of the developers able to respond to this thread? ---------------------------------------------------------------------- Comment By: hedgehog_suzuki (hedgehog_suzuki) Date: 2005-08-23 10:18 Message: Logged In: YES user_id=1333535 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-12 05:05 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Yoshinobu (vox37) Date: 2005-08-05 07:23 Message: Logged In: YES user_id=928679 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-05 06:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-07 05:03 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-05 13:20 Message: Logged In: NO d ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 12:08 Message: Logged In: YES user_id=1301619 ? ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 12:07 Message: Logged In: YES user_id=1301619 thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 11:21 Message: Logged In: YES user_id=1295629 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-06 04:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-19 07:47 Message: Logged In: NO zxc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-21 06:47 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-19 06:24 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Yukibo (yukibo) Date: 2005-04-04 09:26 Message: Logged In: YES user_id=1252365 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-04 02:59 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 14:19 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: s-ichi (highload00) Date: 2005-03-18 08:42 Message: Logged In: YES user_id=1241693 test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-01 02:01 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-22 04:26 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 12:59 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-09 03:22 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 21:51 Message: Logged In: NO Is there anyway to debug this thing.. I'm going crazy here :( ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-07 17:11 Message: Logged In: NO hello ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 11:40 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". Hanno ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 11:39 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-30 18:08 Message: Logged In: NO I just tried it on my PC (Win XP SP2) with Eclipse 3.0.1 and Jadclopse 2.0.8 downloaded from pataches area, it works fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:19:53
|
Patches item #955216, was opened at 2004-05-17 11:35 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=955216&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: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: M8 patch Initial Comment: Hello, the submitted M8 patch somehow didn't work on my machine (XP) for files JadclipseClassFileEditor.java and JadclipsePlugin.java (incorrect files size). So I created this patch from my system. JadClipse does a great job! Greatings from Munich. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=955216&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:19:43
|
Patches item #955217, was opened at 2004-05-17 11:39 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=955217&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: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: M8 patch (file) Initial Comment: Here's the file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=955217&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:19:20
|
Patches item #929133, was opened at 2004-04-04 07:20 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=929133&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: None Priority: 5 Submitted By: akmal Sarhan (akmal88) Assigned to: Nobody/Anonymous (nobody) Summary: M8 patch Initial Comment: this is a patch to get it working with M8 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-10 05:51 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Jacek Sieka (arnetheduck) Date: 2004-05-07 15:44 Message: Logged In: YES user_id=92266 thanks, this is for latest cvs, right? handy tool, this =) ---------------------------------------------------------------------- Comment By: akmal Sarhan (akmal88) Date: 2004-05-07 15:15 Message: Logged In: YES user_id=369042 hope it works this time ;-) ---------------------------------------------------------------------- Comment By: Jacek Sieka (arnetheduck) Date: 2004-05-07 13:01 Message: Logged In: YES user_id=92266 (you forgot the file...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=929133&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:18:46
|
Patches item #903490, was opened at 2004-02-24 15:08 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=903490&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: None Priority: 5 Submitted By: Todd Lindner (toddffw) Assigned to: Nobody/Anonymous (nobody) Summary: 3.0M7 patch? Initial Comment: Has anyone worked out a patch for 3.0M7? I tried myself, but wasnt able to solve the problems it has in M7. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-03-16 06:56 Message: Logged In: NO You may monitor this Tracker item after you login (register an account, if you do not already have one). Submitted By: Todd Lindner - toddffw Date Submitted: 2004-02-24 07:08 Last Updated By: toddffw - Comment added Date Last Updated: 2004-02-24 08:18 Number of Comments: 2 Number of Attachments: 0 Category: (?) Eclipse build patches Group: (?) None Assigned To: (?) Nobody/Anonymous Priority: (?) 5 Status: (?) Open Resolution: (?) None Summary: (?) 3.0M7 patch? Has anyone worked out a patch for 3.0M7? I tried myself, but wasnt able to solve the problems it has in M7. ---------------------------------------------------------------------- Comment By: Todd Lindner (toddffw) Date: 2004-02-24 16:18 Message: Logged In: YES user_id=677584 haha. wow, thanks :) ---------------------------------------------------------------------- Comment By: Jörg Schaible (joehni) Date: 2004-02-24 16:09 Message: Logged In: YES user_id=136752 Use the original plugin again, Elipse's compatibility mode is now improved enough to run it :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=903490&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:18:42
|
Patches item #963784, was opened at 2004-05-31 19:58 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=963784&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: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: akmal Sarhan (akmal88) Assigned to: Nobody/Anonymous (nobody) Summary: M9 working zip Initial Comment: this is a working plugin compiled for M9 ---------------------------------------------------------------------- Comment By: hidou (hidou) Date: 2005-07-28 01:26 Message: Logged In: YES user_id=1315879 Thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-06 06:18 Message: Logged In: NO dsa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-09 04:45 Message: Logged In: NO thx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=963784&group_id=40205 |