From: SourceForge.net <no...@so...> - 2006-03-23 02:48:31
|
Bugs item #1362980, was opened at 2005-11-21 13:12 Message generated for change (Comment added) made by glongman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 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: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- >Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 21:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 18:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 17:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 23:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 16:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 16:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 08:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 06:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 23:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 09:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 06:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 01:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 00:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 21:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 15:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 15:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 11:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 07:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 07:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 06:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 11:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 14:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 10:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 04:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 06:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:439) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:356) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:360) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:302) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) 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:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |