[ 
https://issues.apache.org/jira/browse/IVYDE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579441#action_12579441
 ] 

Nicolas Lalevée commented on IVYDE-86:
--------------------------------------

I tried to address this kind of issue with: IVYDE-68. Most of them are fixed.
The fix are targetted against the current trunk, which use Ivy2. You can give a 
try of the unoffical patched trunk build from there : 
http://www.hibnet.org/ivyde/updatesite/


> Classpath handling not works in IvyDE with eclipse 3.3
> ------------------------------------------------------
>
>                 Key: IVYDE-86
>                 URL: https://issues.apache.org/jira/browse/IVYDE-86
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 1.2.0
>         Environment: Eclipse 3.3
>            Reporter: Zsombor Gegesy
>
> When I try to add 'IvyDE Managed Library' in eclipse, after I've clicked on 
> Ok, the following exception shows in the log file - and nothing else happens:
> java.lang.IllegalAccessError: tried to access method 
> org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier.<init>()V from 
> class org.jayasoft.ivyde.eclipse.cpcontainer.core.AddClasspathContainer
>       at 
> org.jayasoft.ivyde.eclipse.cpcontainer.core.AddClasspathContainer.<init>(AddClasspathContainer.java:15)
>       at 
> org.jayasoft.ivyde.eclipse.cpcontainer.IvyClasspathUtil.<clinit>(IvyClasspathUtil.java:17)
>       at 
> org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.addCPContainer(CreateContainerAction.java:61)
>       at 
> org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.run(CreateContainerAction.java:55)
>       at 
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
>       at 
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
>       at 
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
>       at 
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
>       at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
>       at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
>       at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
>       at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
>       at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
>       at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
>       at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
>       at 
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
>       at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
>       at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>       at 
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
>       at 
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
>       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:597)
>       at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
>       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
>       at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
> And 
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.jayasoft.ivyde.eclipse.cpcontainer.IvyClasspathUtil
>       at 
> org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.addCPContainer(CreateContainerAction.java:61)
>       at 
> org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.run(CreateContainerAction.java:55)
>       at 
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
>       at 
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
>       at 
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
>       at 
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
>       at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
>       at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
>       at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
>       at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
>       at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
>       at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
>       at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
>       at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
>       at 
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
>       at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
>       at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>       at 
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
>       at 
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
>       at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
>       at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
>       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:597)
>       at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
>       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
>       at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to