Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 93865 invoked from network); 16 Nov 2006 17:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 17:43:03 -0000 Received: (qmail 37222 invoked by uid 500); 16 Nov 2006 17:43:13 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 37200 invoked by uid 500); 16 Nov 2006 17:43:13 -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 37189 invoked by uid 99); 16 Nov 2006 17:43:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 09:43:13 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of easyproglife@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 09:43:00 -0800 Received: by wx-out-0506.google.com with SMTP id h29so698341wxd for ; Thu, 16 Nov 2006 09:42:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bT5vlziBRaMu2NxZX69tYOBHDJ9bIBLPp++De2MC5pKW0qv7N6CCn4FuWVlceU1IMRwvMykiceSgHqajRF9oJd/5HdoMrdmMv2XO9MBKq0z5Ea/Ar5LOKkgdJWGAlqzNyfeGm6UWsfpdfChifRSThmbrF7FD2TxulsUY2LQwuAI= Received: by 10.90.105.19 with SMTP id d19mr666374agc.1163698959412; Thu, 16 Nov 2006 09:42:39 -0800 (PST) Received: by 10.90.94.5 with HTTP; Thu, 16 Nov 2006 09:42:39 -0800 (PST) Message-ID: Date: Thu, 16 Nov 2006 19:42:39 +0200 From: easyproglife To: ivy-user Subject: 'transitive' attribute doesn't seem to work MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19634_25076183.1163698959391" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19634_25076183.1163698959391 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. Has anyone tried using the retrieve Ant task with 'transitive="false"' attribute? I have a project C depends on B and B depends on A. In project C I am trying to retrieve B "non-transitively" but it still gives me A's stuff. Any idea? (Has this feature been tested? If yes, what JUnit class?) Thanks easyproglife ------=_Part_19634_25076183.1163698959391--