From notifications-return-1506-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Mon Mar 17 14:01:21 2008 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 48284 invoked from network); 17 Mar 2008 14:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 14:01:21 -0000 Received: (qmail 14064 invoked by uid 500); 17 Mar 2008 14:01:19 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 14034 invoked by uid 500); 17 Mar 2008 14:01:19 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 14024 invoked by uid 99); 17 Mar 2008 14:01:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 07:01:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 14:00:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 57E90234C09B for ; Mon, 17 Mar 2008 06:59:28 -0700 (PDT) Message-ID: <174453653.1205762368352.JavaMail.jira@brutus> Date: Mon, 17 Mar 2008 06:59:28 -0700 (PDT) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Commented: (IVYDE-86) Classpath handling not works in IvyDE with eclipse 3.3 In-Reply-To: <879333373.1205761524478.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-86?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D125794= 41#action_12579441 ]=20 Nicolas Lalev=C3=A9e commented on IVYDE-86: -------------------------------------- I tried to address this kind of issue with: IVYDE-68. Most of them are fixe= d. The fix are targetted against the current trunk, which use Ivy2. You can gi= ve a try of the unoffical patched trunk build from there : http://www.hibne= t.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 hap= pens: > java.lang.IllegalAccessError: tried to access method org.eclipse.jdt.inte= rnal.corext.buildpath.ClasspathModifier.()V from class org.jayasoft.i= vyde.eclipse.cpcontainer.core.AddClasspathContainer > =09at org.jayasoft.ivyde.eclipse.cpcontainer.core.AddClasspathContainer.<= init>(AddClasspathContainer.java:15) > =09at org.jayasoft.ivyde.eclipse.cpcontainer.IvyClasspathUtil.(Iv= yClasspathUtil.java:17) > =09at org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.addCPCo= ntainer(CreateContainerAction.java:61) > =09at org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.run(Cre= ateContainerAction.java:55) > =09at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java= :256) > =09at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelecti= on(ActionContributionItem.java:546) > =09at org.eclipse.jface.action.ActionContributionItem.access$2(ActionCont= ributionItem.java:490) > =09at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Actio= nContributionItem.java:402) > =09at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) > =09at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) > =09at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) > =09at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) > =09at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > =09at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > =09at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > =09at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > =09at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.= java:289) > =09at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.j= ava:461) > =09at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149= ) > =09at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApp= lication.java:106) > =09at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHan= dle.java:169) > =09at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApp= lication(EclipseAppLauncher.java:106) > =09at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(= EclipseAppLauncher.java:76) > =09at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.= java:363) > =09at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.= java:176) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:39) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:25) > =09at java.lang.reflect.Method.invoke(Method.java:597) > =09at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) > =09at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) > =09at org.eclipse.equinox.launcher.Main.run(Main.java:1173) > And=20 > java.lang.NoClassDefFoundError: Could not initialize class org.jayasoft.i= vyde.eclipse.cpcontainer.IvyClasspathUtil > =09at org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.addCPCo= ntainer(CreateContainerAction.java:61) > =09at org.jayasoft.ivyde.eclipse.ui.actions.CreateContainerAction.run(Cre= ateContainerAction.java:55) > =09at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java= :256) > =09at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelecti= on(ActionContributionItem.java:546) > =09at org.eclipse.jface.action.ActionContributionItem.access$2(ActionCont= ributionItem.java:490) > =09at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Actio= nContributionItem.java:402) > =09at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) > =09at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) > =09at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) > =09at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) > =09at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > =09at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > =09at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > =09at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > =09at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.= java:289) > =09at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.j= ava:461) > =09at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149= ) > =09at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApp= lication.java:106) > =09at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHan= dle.java:169) > =09at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApp= lication(EclipseAppLauncher.java:106) > =09at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(= EclipseAppLauncher.java:76) > =09at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.= java:363) > =09at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.= java:176) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:39) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:25) > =09at java.lang.reflect.Method.invoke(Method.java:597) > =09at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) > =09at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) > =09at org.eclipse.equinox.launcher.Main.run(Main.java:1173) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.