Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 32124 invoked by uid 500); 5 Jun 2003 20:15:43 -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 53480 invoked from network); 5 Jun 2003 16:42:04 -0000 Message-ID: <063f01c32b80$d277f130$3ca1a8c0@hakank> From: "Hakan Koseoglu" To: "Ant Users List" References: Subject: Re: STCheckout task - checking against a timestamp Date: Thu, 5 Jun 2003 17:37:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Current fix is as follows: I have a time stamp target on my top level build.xml file. The first one is for the labels and the second one is for the checkouts. On the lower level build.xml files, I have my checkout task which goes like this: And the labels go in as such: Since the whole thing is parameterized, it is easy to implement accross my 30 or so projects which is collected in two CruiseControl projects (there are dependencies between projects and branches). Although the timestamp properties are different, since it happens in a single tstamp task, I hope they will be identical (or close to each other in miliseconds). Best regards, Hakan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org