Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 35132 invoked from network); 29 Jan 2003 07:27:54 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Jan 2003 07:27:54 -0000 Received: (qmail 19749 invoked by uid 97); 29 Jan 2003 07:29:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@nagoya.betaversion.org Received: (qmail 19742 invoked from network); 29 Jan 2003 07:29:30 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 Jan 2003 07:29:30 -0000 Received: (qmail 27271 invoked by uid 500); 29 Jan 2003 07:25:56 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 27143 invoked from network); 29 Jan 2003 07:25:55 -0000 Received: from mgw.postmaster.ch (194.209.68.149) by daedalus.apache.org with SMTP; 29 Jan 2003 07:25:55 -0000 Received: from [217.162.48.128] [217.162.48.128] by mail.objtec.com with ESMTP (SMTPD32-7.13) id A27FA9300FA; Wed, 29 Jan 2003 08:27:59 +0100 From: "Sascha Freitag" To: "Ant Users List" Subject: RE: Deriving new properties based on existing properties Date: Wed, 29 Jan 2003 08:26:06 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N So fare as I know you have to do this with a script or your own task. Use Sascha -----Original Message----- From: Naresh Bhatia [mailto:NBhatia@sapient.com] Sent: Dienstag, 28. Januar 2003 23:46 To: ant-user@jakarta.apache.org Subject: Deriving new properties based on existing properties Is there any way to derive new properties based on existing properties? For example, given a property with value="user", I want to derive another property with the first letter capitalized, i.e. "User". I would like to use this approach to derive different filenames based on a base name that is supplied as a parameter. Thanks Naresh --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org