Re: Command line parameter

2006-06-16 Thread deepali sharma
sorry i think it was silly question. i can have a default task when user does not enter anything it is working fine now. great help JAN and others also cheers deepali On 6/16/06, deepali sharma <[EMAIL PROTECTED]> wrote: i think the last answer is pretty close. suposse i gave ant ta

Re: Command line parameter

2006-06-16 Thread deepali sharma
] <[EMAIL PROTECTED]> wrote: - bundle your tasks in a HelloWorld - give that target a name - call that target from the commandline ant foo Jan >-Ursprüngliche Nachricht----- >Von: deepali sharma [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 16. Juni 2006 11:49 >An: user@ant.a

Command line parameter

2006-06-16 Thread deepali sharma
Hi We have requirement like this. I want to give a command line argument and based on this argument I want run some task. Can this is possible. If possible how we can achieve this??? -- cheers deepali