Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 27410 invoked from network); 15 Nov 2007 14:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 14:55:21 -0000 Received: (qmail 3861 invoked by uid 500); 15 Nov 2007 14:55:08 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 3840 invoked by uid 500); 15 Nov 2007 14:55:08 -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 3831 invoked by uid 99); 15 Nov 2007 14:55:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 06:55:08 -0800 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: domain of gscokart@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 14:54:57 +0000 Received: by ug-out-1314.google.com with SMTP id 30so575140ugs for ; Thu, 15 Nov 2007 06:54:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:in-reply-to:thread-index; bh=4a9Z6uZbIPuZDbOzHGtacfxfDhvBW3hK/eBmopxLONI=; b=aPF8a0lUvTnFaF9EWMqc16GpplByHl9XwfSbeZVsV7qxLoHFYjYYnVL2lWYsSZRKX93rfWMHQDYFCSO79Fl4OTm/9/Xqy+hZBnkJsgRcoOlLurc6jPFPwpNdgri1FiPJGuXKceKtyvg0j75rCS2LHm5oKVOsjt3b/zvzpyKiDgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:in-reply-to:thread-index; b=bf/7csQFRJ43iebpHFhGKfxv8oZEdOoEc3JEHcbe+g3wTBwOfQcLOs98yXbj4tezfbROgZZ9rUDe7mA0lV+Bnt4shW2XSwRdjQy87EvGVxPqS5Gpndv9o3G9wFmHLQ1BFSNGFVwapuHiTvzAKIhHrwbrr0RAT+a+B4/KFYGRFjc= Received: by 10.66.219.16 with SMTP id r16mr1020010ugg.1195138479665; Thu, 15 Nov 2007 06:54:39 -0800 (PST) Received: from SCOKARTGXP ( [195.122.110.8]) by mx.google.com with ESMTPS id 18sm5432559ugk.2007.11.15.06.54.36 (version=SSLv3 cipher=RC4-MD5); Thu, 15 Nov 2007 06:54:38 -0800 (PST) From: "Gilles Scokart" To: Subject: RE: ivy not working out of the box Date: Thu, 15 Nov 2007 15:54:35 +0100 Message-ID: <005201c82797$71479240$0920a8c0@isabelteam.be> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <1195136614.6952.8.camel@jd-linux.ibsys.com> Thread-Index: AcgnlIWXU4fX2/fDQQKJx1d3A4ShYAAAskbQ X-Virus-Checked: Checked by ClamAV on apache.org You can check what is really in the classpath by running ant -diagnostics (in java.classpath). By the way, which version of ant are you using? Gilles > -----Original Message----- > From: jonathan doklovic [mailto:jdoklovic@ibsys.com] > Sent: jeudi 15 novembre 2007 15:24 > To: ivy-user@incubator.apache.org > Subject: ivy not working out of the box > > Hi, > > I downloaded ivy, copied the ivy-2.0.0-alpha2-incubating.jar to > my /usr/share/ant/lib (where all the ant jars are) folder. Then I CD'd > into > the /apache-ivy-2.0.0-alpha2-incubating/src/example/build-a-ivy-repository folder, and ran: ant > advanced > > It seems it has a problem looking up the antlib.xml from the xmlns. > Here's the error: > > BUILD FAILED > /home/jdoklovic/apps/apache-ivy-2.0.0-alpha2-incubating/src/example/build-a-ivy- > repository/build.xml:36: Problem: failed to create task or type antlib:org.apache.ivy.ant:settings > Cause: The name is undefined. > Action: Check the spelling. > Action: Check that any custom tasks/types have been declared. > Action: Check that any / declarations have taken > place. > > This appears to be an antlib declaration. > Action: Check that the implementing library exists in one of: > -/usr/share/ant/lib > -/home/jdoklovic/.ant/lib > -a directory added on the command line with the -lib argument > > > > > > Here's the top of the build file: > > > > xmlns:ivy="antlib:org.apache.ivy.ant"> > > > > > > value="${basedir}/ivy-local-repository" /> > > file="${configuration-dir}/ivysettings-basic.xml"/> > file="${configuration-dir}/ivysettings-maven1.xml"/> > file="${configuration-dir}/ivysettings-maven2.xml"/> > file="${configuration-dir}/ivysettings-advanced.xml"/> > > > > Any ideas? > > Thanks, > > - Jonathan