Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 73095 invoked from network); 16 Oct 2009 05:06:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 05:06:28 -0000 Received: (qmail 51654 invoked by uid 500); 16 Oct 2009 05:06:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51589 invoked by uid 500); 16 Oct 2009 05:06:27 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 51579 invoked by uid 99); 16 Oct 2009 05:06:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 05:06:27 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.140.59.117] (HELO Net2Server) (202.140.59.117) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 05:06:25 +0000 Received: from Dev04 ([172.16.2.121]) by Net2Server (8.13.8/8.13.8) with SMTP id n9G5ImsP021335 for ; Fri, 16 Oct 2009 10:48:49 +0530 Message-ID: <003d01ca4e1e$54130b00$790210ac@Dev04> From: "Ajay Mehra" To: Subject: How can we execute a specific target at a specific time from the build file Date: Fri, 16 Oct 2009 10:35:49 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003A_01CA4E4C.6D945880" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 ------=_NextPart_000_003A_01CA4E4C.6D945880 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have a build file which consists of multiple targets so if i have = to run some targets at some point of time.letz say my Target1 should run = at 1 p.m and my Target2 should run at 2pm.so is there any feature = availabe in ant so that i can plan my targets to run like this. Thanks in Advance Ajay ------=_NextPart_000_003A_01CA4E4C.6D945880--