Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76616 invoked from network); 12 May 2004 14:00:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 May 2004 14:00:51 -0000 Received: (qmail 52846 invoked by uid 500); 12 May 2004 13:58:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 52589 invoked by uid 500); 12 May 2004 13:58:38 -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 52410 invoked by uid 98); 12 May 2004 13:58:36 -0000 Received: from pawanraj@elitecore.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(203.88.135.194):. Processed in 0.133238 secs); 12 May 2004 13:58:36 -0000 X-Qmail-Scanner-Mail-From: pawanraj@elitecore.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(203.88.135.194):. Processed in 0.133238 secs) Received: from unknown (HELO elitecore.com) (203.88.135.194) by hermes.apache.org with SMTP; 12 May 2004 13:58:36 -0000 Received: (qmail 13130 invoked by uid 11188); 12 May 2004 14:01:06 -0000 Received: from pawanraj@elitecore.com by mailhost.elitecore.com by uid 503 with qmail-scanner-1.20 (iscan: v3.1/v7.000-1011/857/62001. spamassassin: 2.63. Clear:RC:1(192.168.1.136):. Processed in 0.017251 secs); 12 May 2004 14:01:06 -0000 Received: from unknown (HELO elitecore86) ([192.168.1.136]) (envelope-sender ) by elitecore.com (qmail-ldap-1.03) with SMTP for ; 12 May 2004 14:01:06 -0000 Reply-To: From: "Pawanraj Sadhwani" To: "'Ant Users List'" Subject: String tokenizer? Date: Wed, 12 May 2004 19:27:50 +0530 Message-ID: <005401c43829$1dab32b0$8801a8c0@elitecore86> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <40A22476.1020405@ipov.net> Importance: Normal X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, I have a property in build of the type (number).(number).(number).(number) used for versioning. E.G 4.0.4.1. This property can have anything from 1 to 4 numbers in total. i.e. i could have 2.3.3 or 1.3 also. I want to pick up the last number in this property string and perform addition operation on it. Is there a way out? or will I have to write a custom task? HELP!! Pawan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org