Manual::Developing with Ant http://ant.apache.org/manual/developlist.html * Writing Your Own Task http://ant.apache.org/manual/develop.html#writingowntask
* Tutorial Writing Tasks http://ant.apache.org/manual/tutorial-writing-tasks.html * Tutorial Tasks using Properties, Filesets & Paths http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html These should answer most of the questions. Jan >-----Ursprüngliche Nachricht----- >Von: chuanjiang lo [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. Februar 2006 14:28 >An: user@ant.apache.org >Betreff: 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]