jadclipse-develop Mailing List for JadClipse - Eclipse plugin (Page 12)
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...> - 2006-04-11 11:22:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3680613 By: bilboron Unfortunately the jad's homepage publicated in readme.txt of JadClipse is dead. The new homepage is: http://www.kpdus.com/jad.html Perhaps someone should update the readme, please :-) greetings bilboron [Bernd] ______________________________________________________________________ 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=124754 |
|
From: SourceForge.net <no...@so...> - 2006-03-30 18:04:22
|
Bugs item #1460727, was opened at 2006-03-29 15:12 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1460727&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: Pending >Resolution: Duplicate Priority: 5 Submitted By: Olivier Thomann (formulachess) >Assigned to: Johann Gyger (jgyger) Summary: JadEclipse is calling internal method that no longer exists Initial Comment: This method: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V no long exists. Here is the stack trace. The corresponding bug report in the Eclipse bugzilla is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=133772 --------------------------------------------------------------------------- org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V) at org.eclipse.swt.SWT.error(SWT.java:3349) at org.eclipse.swt.SWT.error(SWT.java:3272) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:825) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:578) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:367) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:555) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:212) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2392) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2325) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2317) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2303) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2298) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2283) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$1.run(SourceLookupFacility.java:369) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:379) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:288) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:218) at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:696) at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:125) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more ------------------------------------------------------------- I am not able to reproduce it consistently. Hopefully the stack trace will pin point the problem. ------------------------------------------------------- Cheers and goodwill ----------------------------------------------------------------------- Configuration ---------------------------------------------------------------------- Intel Pentium III 448Mhz, 320 MB of RAM ---------------------------------------------------------------------- Windows XP Version 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519: Service Pack 2) ---------------------------------------------------------------------- java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) --------------------------------------------------------------------- eclipse-platform-3.2M5-win32 eclipse-PDE-3.2M5 eclipse-JDT-3.2M5 xsd-runtime-2.2.0M5 emf-sdo-runtime-2.2.0M5 GEF-runtime-3.2M5 JEM-runtime-1.2M2 wtp-S-1.5M5-200603022222.zip subclipse-0.9.108 ----------------------------------------------------------- ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-03-30 18:04 Message: Logged In: YES user_id=7927 See http://sourceforge.net/tracker/index.php?func=detail&aid=1427329&group_id=40205&atid=427342 - Johann ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1460727&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-30 06:10:20
|
Feature Requests item #1459793, was opened at 2006-03-28 06:16 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1459793&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Eclipse 3.1 Support Initial Comment: Eclipse 3.1 Support ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-03-30 06:10 Message: Logged In: YES user_id=7927 Eclipse 3.1 _is_ supported. - Johann ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1459793&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-29 15:12:30
|
Bugs item #1460727, was opened at 2006-03-29 10:12 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=1460727&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: Olivier Thomann (formulachess) Assigned to: Nobody/Anonymous (nobody) Summary: JadEclipse is calling internal method that no longer exists Initial Comment: This method: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V no long exists. Here is the stack trace. The corresponding bug report in the Eclipse bugzilla is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=133772 --------------------------------------------------------------------------- org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V) at org.eclipse.swt.SWT.error(SWT.java:3349) at org.eclipse.swt.SWT.error(SWT.java:3272) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3264) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2910) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:825) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:578) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:367) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:555) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:212) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2392) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2325) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2317) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2303) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2298) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2283) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$1.run(SourceLookupFacility.java:369) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:379) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:288) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:218) at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:696) at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:125) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more ------------------------------------------------------------- I am not able to reproduce it consistently. Hopefully the stack trace will pin point the problem. ------------------------------------------------------- Cheers and goodwill ----------------------------------------------------------------------- Configuration ---------------------------------------------------------------------- Intel Pentium III 448Mhz, 320 MB of RAM ---------------------------------------------------------------------- Windows XP Version 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519: Service Pack 2) ---------------------------------------------------------------------- java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) --------------------------------------------------------------------- eclipse-platform-3.2M5-win32 eclipse-PDE-3.2M5 eclipse-JDT-3.2M5 xsd-runtime-2.2.0M5 emf-sdo-runtime-2.2.0M5 GEF-runtime-3.2M5 JEM-runtime-1.2M2 wtp-S-1.5M5-200603022222.zip subclipse-0.9.108 ----------------------------------------------------------- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1460727&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-28 06:16:43
|
Feature Requests item #1459793, was opened at 2006-03-27 22:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1459793&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 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Eclipse 3.1 Support Initial Comment: Eclipse 3.1 Support ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1459793&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-25 02:27:50
|
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: 2006-03-24 18:26 Message: Logged In: NO ãããã¨ããããã¾ãã ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-01-30 01:22 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-28 17:18 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-22 07:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-22 07:45 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-12-18 19:58 Message: Logged In: YES user_id=1295629 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-11 23:50 Message: Logged In: NO ãããã¨ããããã¾ãã ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-16 02:42 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-10 22:25 Message: Logged In: NO thank you! ---------------------------------------------------------------------- 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...> - 2006-03-22 03:24:20
|
Bugs item #1427329, was opened at 02/08/06 02:32 Message generated for change (Settings changed) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Johann Gyger (jgyger) Summary: JadClipse Error with Eclipse 3.2M5 Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 03/21/06 19:24 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: 03/07/06 13:24 Message: Logged In: YES user_id=7927 There is a new release available which should fix the problem: jadclipse_3.2.1.jar - Johann ---------------------------------------------------------------------- Comment By: Philippe Marsteau (marsteau) Date: 03/07/06 05:55 Message: Logged In: YES user_id=608247 do have the same problem too. please if you could address this ASAP. thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 03/06/06 14:57 Message: Logged In: NO the same problem ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 02/26/06 13:07 Message: Logged In: YES user_id=7927 Eclipse 3.2 M5 seems not to run with the most recent JadClipse release. I will have a look at it soon. - Johann (JadClipse project member) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 02/22/06 18:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-07 21:24:24
|
Bugs item #1427329, was opened at 2006-02-08 10:32 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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: Pending >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Johann Gyger (jgyger) Summary: JadClipse Error with Eclipse 3.2M5 Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-03-07 21:24 Message: Logged In: YES user_id=7927 There is a new release available which should fix the problem: jadclipse_3.2.1.jar - Johann ---------------------------------------------------------------------- Comment By: Philippe Marsteau (marsteau) Date: 2006-03-07 13:55 Message: Logged In: YES user_id=608247 do have the same problem too. please if you could address this ASAP. thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-06 22:57 Message: Logged In: NO the same problem ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-02-26 21:07 Message: Logged In: YES user_id=7927 Eclipse 3.2 M5 seems not to run with the most recent JadClipse release. I will have a look at it soon. - Johann (JadClipse project member) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 2006-02-23 02:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-07 13:55:50
|
Bugs item #1427329, was opened at 2006-02-08 05:32 Message generated for change (Comment added) made by marsteau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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 Error with Eclipse 3.2M5 Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Philippe Marsteau (marsteau) Date: 2006-03-07 08:55 Message: Logged In: YES user_id=608247 do have the same problem too. please if you could address this ASAP. thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-06 17:57 Message: Logged In: NO the same problem ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-02-26 16:07 Message: Logged In: YES user_id=7927 Eclipse 3.2 M5 seems not to run with the most recent JadClipse release. I will have a look at it soon. - Johann (JadClipse project member) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 2006-02-22 21:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-06 22:58:03
|
Bugs item #1427329, was opened at 2006-02-08 02:32 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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 Error with Eclipse 3.2M5 Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-06 14:57 Message: Logged In: NO the same problem ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-02-26 13:07 Message: Logged In: YES user_id=7927 Eclipse 3.2 M5 seems not to run with the most recent JadClipse release. I will have a look at it soon. - Johann (JadClipse project member) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 2006-02-22 18:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-01 01:43:31
|
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: 2006-02-28 17:43 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2006-01-17 23:18 Message: Logged In: YES user_id=1352347 Sorry, but what is your understanding of fixing it ASAP? You said that 4 months ago... ---------------------------------------------------------------------- Comment By: amin_aka (amin_aka) Date: 2006-01-17 21:53 Message: Logged In: YES user_id=1429923 ? ---------------------------------------------------------------------- Comment By: amin_aka (amin_aka) Date: 2006-01-17 21:07 Message: Logged In: YES user_id=1429923 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-05 02:33 Message: Logged In: NO I got more info : I have the following error when trying to open a class : java.lang.NullPointerException at jadclipse.JadclipsePlugin.logError(JadclipsePlugin.java:98) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:128) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325) 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.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:263) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:140) 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:141) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:226) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlink.open(JavaElementHyperlink.java:55) at org.eclipse.jface.text.hyperlink.HyperlinkManager.mouseUp(HyperlinkManager.java:388) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: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-12-01 02:26 Message: Logged In: NO Hello, I use Eclipse, Version: 3.1.0 (Build id: I20050627-1435), and I have tried installing Jad 1.58 and JadClipse 3.2.0 on a W2K PC. Jad works fine, and after I added the jad.exe in my JAVA_HOME, it's now in my PATH and I can call it from anywhere. But I could not make JadClipse work. It was keeping opening the classes with Eclipse's class file viewer, so I had a loot at the Eclipse's preferences. I found out .class files were actually associated first with 'JadClipse class file viewer' and secondly with the default class file viewer, which seems fine. But the <b>Java > JadClipse sub-menu </b>of the preferences gave me much better informations : <blockquote> Unable to create the selected page. Reason : plug-in "jadclipse" was unable to instanciate class "jadclipse.ui.JadClipsePreferencePage". Detail : java.lang.NullPointerException </blockquote> Manfred. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-07 01:10 Message: Logged In: NO ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-26 18:53 Message: Logged In: NO a ---------------------------------------------------------------------- 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...> - 2006-03-01 01:41:54
|
Patches item #1022022, was opened at 2004-09-03 11:59 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1022022&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: Open Resolution: Works For Me Priority: 5 Submitted By: Gregory Bragg (gregbragg) Assigned to: Vladimir Grishchenko (vovikg) Summary: R3.0 build includes "Save As" functionality Initial Comment: b2.08 build to support Eclipse 3.0.0 and "Save As" functionality. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-02-28 17:41 Message: Logged In: NO qqq ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-02-28 17:41 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-12 18:17 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-08 01:07 Message: Logged In: NO asdf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-02 15:11 Message: Logged In: NO tHANK YOU. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-14 16:17 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-28 19:19 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-23 23:45 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-30 15:42 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-30 15:39 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-15 19:50 Message: Logged In: NO a ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1022022&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-03-01 01:41:06
|
Patches item #1022022, was opened at 2004-09-03 11:59 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1022022&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: Open Resolution: Works For Me Priority: 5 Submitted By: Gregory Bragg (gregbragg) Assigned to: Vladimir Grishchenko (vovikg) Summary: R3.0 build includes "Save As" functionality Initial Comment: b2.08 build to support Eclipse 3.0.0 and "Save As" functionality. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-02-28 17:41 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-12 18:17 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-08 01:07 Message: Logged In: NO asdf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-03-02 15:11 Message: Logged In: NO tHANK YOU. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-14 16:17 Message: Logged In: NO aaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-28 19:19 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-11-23 23:45 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-30 15:42 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-30 15:39 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-10-15 19:50 Message: Logged In: NO a ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1022022&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-02-26 21:07:41
|
Bugs item #1427329, was opened at 2006-02-08 10:32 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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 Error with Eclipse 3.2M5 Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-02-26 21:07 Message: Logged In: YES user_id=7927 Eclipse 3.2 M5 seems not to run with the most recent JadClipse release. I will have a look at it soon. - Johann (JadClipse project member) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 2006-02-23 02:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-02-23 02:46:11
|
Bugs item #1427329, was opened at 2006-02-08 21:32 Message generated for change (Comment added) made by prunge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&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: java.lang.NoSuchMethodError within JadclipseSourceMapper Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Peter Runge (prunge) Date: 2006-02-23 13:46 Message: Logged In: YES user_id=416534 Yep, getting this with Eclipse 3.2 M5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-02-19 17:41:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3584579 By: woiwo try to use Jad v1.5.8f. I met a same problem. but, change to Jad v1.5.8f. work fine. [my english is poor.(:)] ______________________________________________________________________ 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...> - 2006-02-19 08:27:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3584219 By: woiwo ç»äºç¥éé®é¢åºå¨åªéäºã ä» ä» æ¯ç®å½ç»æä¸å¯¹ã æçè±æä¸å¥½ã æä»¥ç»å¾è¯´æã I know. but,my english is very poor. the right means: =the right directory======= =\Ecliplse_root ===========\plugins ================\jadclipse_3.1.0 =======================\icons\... =======================\jadclipse\... =======================\META-INF\... =======================\rel\... =======================\plugin.properties =======================\plugin.xml ============================================== =the error directory======= =\Ecliplse_root ===========\plugins ================\icons\... ================\jadclipse\... ================\META-INF\... ================\rel\... ================\plugin.properties ================\plugin.xml the error directory conduce not working. ______________________________________________________________________ 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...> - 2006-02-19 08:24:41
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3584217 By: woiwo ç»äºç¥éé®é¢åºå¨åªéäºã ä» ä» æ¯ç®å½ç»æä¸å¯¹ã æçè±æä¸å¥½ã æä»¥ç»å¾è¯´æã I know. but,my english is very poor. the right means: =the right directory======= =\Ecliplse_root = \plugins = \jadclipse_3.1.0 = \icons\... = \jadclipse\... = \META-INF\... = \rel\... = \plugin.properties = \plugin.xml ============================================== =the error directory======= =\Ecliplse_root = \plugins = \icons\... = \jadclipse\... = \META-INF\... = \rel\... = \plugin.properties = \plugin.xml the error directory conduce not working. ______________________________________________________________________ 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...> - 2006-02-18 17:15:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3583632 By: darkuniverse It also seems that it works fine if the class file is within a package. If the file is located in no package, it is not working on my machine. I hope it helps you! ______________________________________________________________________ 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...> - 2006-02-18 17:02:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3583618 By: darkuniverse I think it is only possible to decompile class files in jar archives. This works fine. I could not make JADclipse work on pure *.class files. I mean: Put your example class in a jar file and add it to the project as external jar. Then it should work. It's curious. Christian ______________________________________________________________________ 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...> - 2006-02-17 16:33:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3582332 By: woiwo Jadclipse not working in Eclipse3.1.1 M20050929-0840 My Eclipse version is 3.1.1 M20050929-0840 Jadclipse 3.1 not working. Jadclipse 3.2 not working,too. eclipse.exe -clean ....... not found JadClipse [Window->Preferences->Java->JadClipse] Am I doing something wrong? Please advice... ______________________________________________________________________ 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...> - 2006-02-08 10:32:25
|
Bugs item #1427329, was opened at 2006-02-08 02:32 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=1427329&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: java.lang.NoSuchMethodError within JadclipseSourceMapper Initial Comment: Hi, following exception occurs under eclipse build I20060207-1305: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource (Lorg/eclipse/jdt/core/IType;[C)V at jadclipse.JadclipseSourceMapper.mapSource (JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer (JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.init (JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:824) at org.eclipse.ui.internal.EditorReference.createPartHelpe r(EditorReference.java:580) at org.eclipse.ui.internal.EditorReference.createPart (EditorReference.java:368) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:555) at org.eclipse.ui.internal.PartPane.requestActivation (PartPane.java:241) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:88) at org.eclipse.ui.internal.presentations.PresentablePart.s etFocus(PresentablePart.java:152) at org.eclipse.ui.internal.presentations.util.TabbedStackP resentation$1.handleEvent (TabbedStackPresentation.java:92) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.fireEvent(AbstractTabFolder.java:272) at org.eclipse.ui.internal.presentations.util.AbstractTabF older.handleMouseDown(AbstractTabFolder.java:342) at org.eclipse.ui.internal.presentations.util.AbstractTabF older$3.mouseDown(AbstractTabFolder.java:79) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:133) at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop (Workbench.java:1793) at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1757) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:402) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.r un(PlatformActivator.java:109) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLau ncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun (Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1427329&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-02-07 06:43:33
|
Bugs item #1425832, was opened at 2006-02-07 06:20 Message generated for change (Comment added) made by pdham You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1425832&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: Pankaj Udham (pdham) Assigned to: Nobody/Anonymous (nobody) Summary: decompiler is applied even though source code is available Initial Comment: Hi Jadclipse is a useful plugin. Thanks for your efforts in coding this. Although everything works fine on Eclipse 3.2M4 there is just one problem. I use jdk 5 and the source is available and set against the jdk jar files ( as you would normally set it up in Eclipse) but this plugin keeps decompiling jdk files ? Is this a know bug ? (I did not find any open bugs on this) Please clarify ? Cheers ---------------------------------------------------------------------- >Comment By: Pankaj Udham (pdham) Date: 2006-02-07 06:43 Message: Logged In: YES user_id=666667 I am using jadclipse 3.2 with Eclipse 3.2M4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1425832&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-02-07 06:20:16
|
Bugs item #1425832, was opened at 2006-02-07 06: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=1425832&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: Pankaj Udham (pdham) Assigned to: Nobody/Anonymous (nobody) Summary: decompiler is applied even though source code is available Initial Comment: Hi Jadclipse is a useful plugin. Thanks for your efforts in coding this. Although everything works fine on Eclipse 3.2M4 there is just one problem. I use jdk 5 and the source is available and set against the jdk jar files ( as you would normally set it up in Eclipse) but this plugin keeps decompiling jdk files ? Is this a know bug ? (I did not find any open bugs on this) Please clarify ? Cheers ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1425832&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-01-30 09:24:49
|
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: 2006-01-30 01:22 Message: Logged In: NO Thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-28 17:18 Message: Logged In: NO Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-22 07:47 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-22 07:45 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-12-18 19:58 Message: Logged In: YES user_id=1295629 thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-11 23:50 Message: Logged In: NO ãããã¨ããããã¾ãã ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-16 02:42 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-10 22:25 Message: Logged In: NO thank you! ---------------------------------------------------------------------- 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 |