Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 50649 invoked from network); 10 May 2005 07:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2005 07:06:19 -0000 Received: (qmail 92582 invoked by uid 500); 10 May 2005 07:08:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92499 invoked by uid 500); 10 May 2005 07:08:51 -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 92374 invoked by uid 99); 10 May 2005 07:08:48 -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 rs15.luxsci.com (HELO rs15.luxsci.com) (65.61.166.71) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 00:08:48 -0700 Received: from [192.168.1.2] (adsl-49-176.swiftdsl.com.au [218.214.49.176]) (authenticated bits=0) by rs15.luxsci.com (8.12.11/8.12.11) with ESMTP id j4A75H74024307 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 10 May 2005 02:05:19 -0500 Message-ID: <42805D28.5080509@apache.org> Date: Tue, 10 May 2005 17:05:12 +1000 From: Conor MacNeill User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Setter method for task attribute "fs-type"? References: <20050510065135.8A5481180CE@smtp.codebeamer.com> In-Reply-To: <20050510065135.8A5481180CE@smtp.codebeamer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think you will have to implement DynamicConfigurator since the attribute, as named, will not be mapped automatically. It would be easier to choose a different attribute name :-) Conor Zsolt Koppany wrote: > Hi, > > What is the setter method of a task attribute "fs-type"? > > For example I would like to use: > <... fs-type="old" ... /> > > Zsolt > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org