There is also an OpenSource project on SourceForge.net called AntForm. It will display a menu or form that can be used for input. I found it fairly easy to use although it has some idiosyncrasies about how it places objects in the dialog window.
Bill -----Original Message----- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 9:34 AM To: Ant Users List Subject: RE: Custom tasks 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: [email protected] > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
