Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 81552 invoked from network); 17 Jul 2007 09:50:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 09:50:07 -0000 Received: (qmail 95030 invoked by uid 500); 17 Jul 2007 09:39:10 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 95009 invoked by uid 500); 17 Jul 2007 09:39:09 -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 94996 invoked by uid 99); 17 Jul 2007 09:39:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 02:39:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hezjing@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 02:39:06 -0700 Received: by an-out-0708.google.com with SMTP id b33so252491ana for ; Tue, 17 Jul 2007 02:38:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X7NeSejPLrYBB477Ea5ztDJGBO/uTIwuRVNIkTgHzmKscvFh4DPF2fPSzZpcDM+nUzmy+Pqh/KaorChxKLgRc5wcu7YQMHdHklO6fRxEjqdUK7ZCrNqx+LBB4SV7XpfYvsFf4o/9hNhWgIzWcDpE751rI2kFRokZN4EKxi6ZMvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tSgIP4Oh92oZlvhTrMsDyQclGtRNB1tmKMAlLtLvMK2gfoL4tWb3xL1KxdNA0guoN7bwXgPPTIMlobRNOxSfcsONK+UZdLyBy5CXhCDbvgVbnquphwPH6+tG4mWjWi1fF7jFyLYH/coo5wuuKgyICnuEQXds/bY5lAlQTu8WrYc= Received: by 10.142.187.2 with SMTP id k2mr18818wff.1184665125161; Tue, 17 Jul 2007 02:38:45 -0700 (PDT) Received: by 10.142.252.13 with HTTP; Tue, 17 Jul 2007 02:38:45 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 17:38:45 +0800 From: hezjing To: ivy-user@incubator.apache.org Subject: Re: Is ready? In-Reply-To: <635a05060707170126n337b9ac1v79d2f455bf43424d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <635a05060707160229t75edc7b1r3dfceb7ad742c31a@mail.gmail.com> <635a05060707160808v33b3cdb7udd78d2d580b7b7fd@mail.gmail.com> <635a05060707170126n337b9ac1v79d2f455bf43424d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Thank you, that resolved the problem! On 7/17/07, Xavier Hanin wrote: > On 7/17/07, hezjing wrote: > > > > Hi > > > > The problem still exist when using Ivy 2.0 alpha 2 (12-Jul-2007): > > > > ---------------------------------------- > > >ant clean > > Buildfile: build.xml > > > > clean: > > > > BUILD FAILED > > C:\Dummy\build.xml:3: Problem: failed to create task or type > > antlib:org.apache.ivy:cleancache > > > Maybe I misleaded you, the antlib declaration should be: > xmlns:ivy="antlib:org.apache.ivy.ant" > > Xavier > > 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: > > -C:\Install\apache-ant-1.7.0\lib > > -C:\Documents and Settings\hez\.ant\lib > > -a directory added on the command line with the -lib argument > > > > ---------------------------------------- > > > > > > Here is the build.xml, > > > > > > > > > > > > > > > > > > and, I'm using J2SE 1.5.0_11, Ant 1.7.0 on Windows XP. > > > > > > On 7/16/07, Xavier Hanin wrote: > > > cleancache has been introduced on july the 9th, so it's not surprising > > it > > > doesn't work for you. You can try out the not yet approved 2.0 alpha 2: > > > http://people.apache.org/~xavier/ivy/staging/2.0.0-alpha2-incubating/ > > > > > > BTW, when using the 2.x version, I suggest replacing the fr.jayasoft.ivyby > > > org.apache.ivy in your antlib xmlns (seems you're still using jayasoft > > > package name in your error report). > > > > > > Xavier > > > > > > On 7/16/07, hezjing wrote: > > > > > > > > I'm using Ivy built from trunk on 29th June > > > > (http://www.xoocode.org/downloads/tools/ivy/ivy.jar) > > > > > > > > > > > > On 7/16/07, Xavier Hanin wrote: > > > > > On 7/16/07, hezjing wrote: > > > > > > > > > > > > Hi > > > > > > > > > > > > I got the following error when calling > > > > > > > > > > > > build.xml:27: Problem: failed to create task or type > > > > > > antlib:fr.jayasoft.ivy.ant:cleancache > > > > > > 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: > > > > > > -C:\Install\apache-ant-1.7.0\lib > > > > > > -C:\Documents and Settings\hez\.ant\lib > > > > > > -a directory added on the command line with the -lib > > argument > > > > > > > > > > > > > > > > > > Is ready? > > > > > > > > > > > > > > > It should be in trunk version only (and in not yet approved > > > > 2.0.0-alpha-2). > > > > > Which version are you using? > > > > > > > > > > Xavier > > > > > > > > > > -- > > > > > > > > > > > > Hez > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Xavier Hanin - Independent Java Consultant > > > > > http://xhab.blogspot.com/ > > > > > http://incubator.apache.org/ivy/ > > > > > http://www.xoocode.org/ > > > > > > > > > > > > > > > > > -- > > > > > > > > Hez > > > > > > > > > > > > > > > > -- > > > Xavier Hanin - Independent Java Consultant > > > http://xhab.blogspot.com/ > > > http://incubator.apache.org/ivy/ > > > http://www.xoocode.org/ > > > > > > > > > -- > > > > Hez > > > > > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://incubator.apache.org/ivy/ > http://www.xoocode.org/ > -- Hez