You could probably accomplish what you are trying to do with the <input>
and <antcall> tasks. Give it a try.

-Rob Anderson

> -----Original Message-----
> From: chuanjiang lo [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 07, 2006 5:28 AM
> To: user@ant.apache.org
> Subject: Custom tasks
> 
> I would like to ask what is the steps of creating a task like this.
> 
> In the ant build file i have something,
> 
> <menu name="mainMenu>
>    <item id="1">Compile</item>
>   <item id="2">Javadoc</item>
> </menu>
> 
> and the output on the console would be the menu items and 
> asking for user input
> 
> I know how to create simple task, but how should i tackle the 
> items within the tag.
> 
> Is there any examples i can look on?
> 
> Thanks
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to