From ivy-user-return-3557-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Tue Jul 08 16:39:13 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 90967 invoked from network); 8 Jul 2008 16:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 16:39:13 -0000 Received: (qmail 49541 invoked by uid 500); 8 Jul 2008 16:39:13 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 49524 invoked by uid 500); 8 Jul 2008 16:39:13 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 49513 invoked by uid 99); 8 Jul 2008 16:39:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 09:39:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.165.233.66] (HELO barracuda.blueorigin.com) (72.165.233.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 16:38:21 +0000 X-ASG-Debug-ID: 1215535542-2a3a00050000-MQ6Qmg X-Barracuda-URL: http://10.1.1.4:8000/cgi-bin/mark.cgi Received: from firewall.blueorigin.com (localhost [127.0.0.1]) by barracuda.blueorigin.com (Spam Firewall) with ESMTP id 1C70D4DB5B for ; Tue, 8 Jul 2008 09:45:42 -0700 (PDT) Received: from firewall.blueorigin.com ([10.1.1.28]) by barracuda.blueorigin.com with ESMTP id 1d69GAIXjHqbLdt4 for ; Tue, 08 Jul 2008 09:45:42 -0700 (PDT) Received: from EXC.blueorigin.com ([10.1.1.28]) by EXC.blueorigin.com ([10.1.1.28]) with mapi; Tue, 8 Jul 2008 09:38:41 -0700 From: Jeff DeCew To: "ivy-user@ant.apache.org" Date: Tue, 8 Jul 2008 09:38:41 -0700 X-ASG-Orig-Subj: trouble using ivy-svn in eclipse Subject: trouble using ivy-svn in eclipse Thread-Topic: trouble using ivy-svn in eclipse Thread-Index: AcjhGRRHo1XumLK+Qn6sao1P0fyu5g== Message-ID: <2DA471933E70AE4BB4129D8B6796583705BD043734@EXC.blueorigin.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[10.1.1.28] X-Barracuda-Start-Time: 1215535543 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at blueorigin.com X-Virus-Checked: Checked by ClamAV on apache.org I am trying to use IVY with Ivy-svn and IvyDE, but the two don't seem to wo= rk together. I have configured everything to work when building from the command line, a= nd building works just as well inside eclipse, but when I try to add IvyDE = Managed Dependencies to the project, it gives me this error about the IvySe= ttings file being broken. > Problem occurred while using file:/C:/ivy/settings/ivysettings.xml to con= figure Ivy. > Please set your ivy settings url properly in the preference or in the pro= ject properties to be able to use IvyDE. > Exception message: failed to load settings from file:/C:/ivy/settings/ivy= settings.xml: impossible to define new type: class not found: fm.last.ivy.p= lugins.svnresolver.SvnResolver in [] nor Ivy classloader Because everything works fine when I'm using Ivy in Ant, I get the impressi= on that my problem is in using Ivy with IvyDE and Eclipse. Do I need to in= stall the ivysvnresolver for eclipse in some way? How would I do this? Thanks, --Jeff