Re: How can we execute a specific target at a specific time from the build file

2009-10-16 Thread Steve Loughran
Ajay Mehra wrote: 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 t

How can we execute a specific target at a specific time from the build file

2009-10-15 Thread Ajay Mehra
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 Adva