Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 85327 invoked from network); 1 Jun 2009 07:16:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jun 2009 07:16:20 -0000 Received: (qmail 1442 invoked by uid 500); 1 Jun 2009 07:16:32 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 1372 invoked by uid 500); 1 Jun 2009 07:16:32 -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 1362 invoked by uid 99); 1 Jun 2009 07:16:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 07:16:32 +0000 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, 01 Jun 2009 07:16:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66C8E234C04C for ; Mon, 1 Jun 2009 00:16:07 -0700 (PDT) Message-ID: <202419480.1243840567420.JavaMail.jira@brutus> Date: Mon, 1 Jun 2009 00:16:07 -0700 (PDT) From: "Robert Munteanu (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-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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=12715000#action_12715000 ] Robert Munteanu commented on IVYDE-139: --------------------------------------- Basic testing looks good with this jar. > 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 > Fix For: 2.0.0.final > > Attachments: ivysettings-custom.xml > > Original Estimate: 0h > Remaining Estimate: 0h > > 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.