Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 78650 invoked from network); 19 Dec 2008 04:06:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 04:06:11 -0000 Received: (qmail 32006 invoked by uid 500); 19 Dec 2008 04:06:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 31982 invoked by uid 500); 19 Dec 2008 04:06:23 -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 31973 invoked by uid 99); 19 Dec 2008 04:06:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 20:06:23 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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; Fri, 19 Dec 2008 04:06:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52216234C45A for ; Thu, 18 Dec 2008 20:05:44 -0800 (PST) Message-ID: <559607768.1229659544326.JavaMail.jira@brutus> Date: Thu, 18 Dec 2008 20:05:44 -0800 (PST) From: "Daniel Becheanu (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVYDE-139) IvyDE does not work with VFS resolvers In-Reply-To: <1010731371.1229334104436.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657998#action_12657998 ] Daniel Becheanu commented on IVYDE-139: --------------------------------------- Can you attach please the custom settings file ? > IvyDE does not work with VFS resolvers > -------------------------------------- > > Key: IVYDE-139 > URL: https://issues.apache.org/jira/browse/IVYDE-139 > Project: IvyDE > Issue Type: Bug > Affects Versions: 2.0.0.beta1 > Reporter: Robert Munteanu > > With a custom settings file which declares a vfs resolver, IvyDE fails hard with a ClassNotFoundException ( below ) and the ivy.xml classpath container dissapears from the project. > I guess it's a matter of including the right jars from Ivy. > {code} > Message: An internal error occurred during: "Resolve project 'project' and ivy file 'ivy.xml' dependencies". > Exception stack trace: java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException > at org.apache.ivy.plugins.resolver.VfsResolver.(VfsResolver.java:34) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.Class.newInstance0(Class.java:355) > at java.lang.Class.newInstance(Class.java:308) > at org.apache.ivy.util.Configurator.addChild(Configurator.java:586) > at org.apache.ivy.util.Configurator.startCreateChild(Configurator.java:503) > at org.apache.ivy.core.settings.XmlSettingsParser.inConfiguratorStarted(XmlSettingsParser.java:558) > at org.apache.ivy.core.settings.XmlSettingsParser.startElement(XmlSettingsParser.java:200) > at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1359) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737) > at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107) > at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205) > at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:277) > at org.apache.ivy.core.settings.XmlSettingsParser.doParse(XmlSettingsParser.java:159) > at org.apache.ivy.core.settings.XmlSettingsParser.parse(XmlSettingsParser.java:149) > at org.apache.ivy.core.settings.IvySettings.load(IvySettings.java:377) > at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConfiguration.getIvy(IvyClasspathContainerConfiguration.java:537) > at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConfiguration.getIvy(IvyClasspathContainerConfiguration.java:486) > at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:196) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > Caused by: java.lang.ClassNotFoundException: org.apache.commons.vfs.FileSystemException > at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481) > at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397) > at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385) > at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87) > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 30 more > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.