Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 63652 invoked from network); 10 Nov 2004 11:45:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Nov 2004 11:45:34 -0000 Received: (qmail 85053 invoked by uid 500); 10 Nov 2004 11:45:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 84941 invoked by uid 500); 10 Nov 2004 11:45:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 84883 invoked by uid 99); 10 Nov 2004 11:45:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [213.94.219.177] (HELO corvil.com) (213.94.219.177) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 10 Nov 2004 03:45:08 -0800 Received: from [172.18.1.171] (angel.local.corvil.com [172.18.1.171]) by corvil.com (8.12.9/8.12.5) with ESMTP id iAABj0wS037872 for ; Wed, 10 Nov 2004 11:45:01 GMT (envelope-from peterreilly@apache.org) Message-ID: <4191FF3F.9000602@apache.org> Date: Wed, 10 Nov 2004 11:45:03 +0000 From: Peter Reilly User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Task.getOwningTarget() References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Good catch, the javadoc is out of date. Peter Darin Swanson wrote: >Tasks that are top level tasks (in the "implicit" target) are returning >the implicit target for Task.getOwningTarget() > >This appears to clash with the javadoc for set/getOwningTarget. > >Can the owning target be null or the implicit target or is the javadoc out >of date (null cannot be returned)? > >Thanks >Darins > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org