From sbarlow@peopledoc.com Thu Aug 17 09:49:26 2000 Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 60713 invoked from network); 17 Aug 2000 09:49:26 -0000 Received: from anchor-post-33.mail.demon.net (194.217.242.91) by locus.apache.org with SMTP; 17 Aug 2000 09:49:26 -0000 Received: from [195.173.106.11] (helo=peopledoc.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 13PMIg-000PrC-0X for ant-dev@jakarta.apache.org; Thu, 17 Aug 2000 10:49:26 +0100 Message-ID: <399BB522.25AB318A@peopledoc.com> Date: Thu, 17 Aug 2000 10:49:22 +0100 From: Stuart Barlow X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant Subject: junit task and incrementing a number (i.e. buildNum++ ) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have two questions... 1. I am interested in picking up the junit task. This is not in the 1.1 release. Is it a good idea to use one of the nightly builds? And just see if it is stable. 2. In a reply (Re: When's the next stable release?) just yesterday it was mentioned about having objects that are not strings. Will this facilitate the increment of build numbers? i.e. I can read in a string as an integer and increment the value.