http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html#returning-list
Jan >-----Ursprüngliche Nachricht----- >Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 13. Oktober 2006 02:16 >An: Ant Users List >Betreff: Re: Getting output from a custom ant task > >Hello Hunter, > >such tasks usually have an attribute to choose the property >name that you want to set. > >getProject().setProperty(name, value) should do. > >Antoine > >Hunter Peress wrote: >> Hi, Im writing a custom ant task and I want to know how I >can return a >> string from it back to an ant property. >> > > >--------------------------------------------------------------------- >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]
