Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 57185 invoked from network); 28 Nov 2007 01:17:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2007 01:17:11 -0000 Received: (qmail 63403 invoked by uid 500); 28 Nov 2007 01:16:59 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 63378 invoked by uid 500); 28 Nov 2007 01:16:59 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 63368 invoked by uid 99); 28 Nov 2007 01:16:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 17:16:59 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xavier.hanin@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 01:16:39 +0000 Received: by nf-out-0910.google.com with SMTP id k4so1290936nfd for ; Tue, 27 Nov 2007 17:16:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=NFJVS1/s7UGCVUQd9v85VYCu+lEuyRkDlSra7bck+Vg=; b=hfcnBppDVpk+5WGxa4hF590Wz4ZP2PEoV6Gy58YcG5Uxg3gCGquttGALCZkmEwODgUpF9CeRxG85PfMCi7ZRvbVHXQ2A+vofTd1fur5ND+/EwV3moWV4w9spIEONGqxG6oseQMbQ/S4gqBwWIiQOmnvwFg3fdkRqfETtGTKpyvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dGIQWjWSqxsyqcl6B5x3EwIkMEHaYTEth3vdBjEHSogVQvBsEqDufKRkV8Qh7wYGI/Gg6DJd4k+o45EEc09vp3xXzGAJDnN9o9IKfQ7aWiwb9lgIeRuMOGs8Wg/PE+mj7P7RrK3RdPn7tnGpT8JwqkMUzCpXZuIMSyBU1NN/XiI= Received: by 10.114.166.1 with SMTP id o1mr381490wae.1196212582373; Tue, 27 Nov 2007 17:16:22 -0800 (PST) Received: by 10.114.122.18 with HTTP; Tue, 27 Nov 2007 17:16:22 -0800 (PST) Message-ID: <635a05060711271716w7be0244cv7bf85538f840c1b0@mail.gmail.com> Date: Wed, 28 Nov 2007 02:16:22 +0100 From: "Xavier Hanin" To: ivy-user@incubator.apache.org, jdoklovic@ibsys.com Subject: Re: Classpath issue in ant In-Reply-To: <1196189309.4875.7.camel@jd-linux.ibsys.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1885_33533252.1196212582332" References: <1196189309.4875.7.camel@jd-linux.ibsys.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1885_33533252.1196212582332 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline On Nov 27, 2007 7:48 PM, jonathan doklovic wrote: > Hi, > > I'm trying to use the svn-ant library and I'm having a problem when ivy > tries to load my settings file. > > I've put the ivysvnresolver and related jars in my ant/lib directory. > > When I try to load settings and do a simple resolve, i get this: > > build.xml:12: impossible to configure ivy:settings with given > file: /home/jdoklovic/.ivy2/settings/ivy-settings.xml : > java.text.ParseException: failed to load settings from > file:/home/jdoklovic/.ivy2/settings/ivy-settings.xml: problem in config > file: failed to load settings from > file:/home/jdoklovic/.ivy2/settings/ivysettings-shared-svn.xml: impossible > to define new type: class not found: > fm.last.ivy.plugins.svnresolver.SvnResolver in [] nor Ivy classloader Maybe Ivy swallow the detail about the origin of the classnotfound, maybe you're missing a dependency of the fm.last.ivy.plugins.svnresolver.SvnResolver. Do you have all ivy-svn dependencies in your antlib as well? If you do be sure to double check the spelling of the classname. And be sure you put the files in the ant lib you use, you can use ant -diagnostics to be sure and help diagnose the problem. Xavier > > here's my build.xml: > > xmlns:ivy="antlib:org.apache.ivy.ant"> > > > > > > file="/home/jdoklovic/.ivy2/settings/ivy-settings.xml"/> > > > > > and here's the ivysettings-shared-svn.xml it's complaining about > > > value="DOMAIN_REMOVED/ivy/trunk/repo"/> > classname="fm.last.ivy.plugins.svnresolver.SvnResolver"/> > − > > − > userpassword="${svn.user.password}"> > > > > > > > > any ideas? > > Thanks, > > - Jonathan > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_1885_33533252.1196212582332--