http://ant.apache.org/manual/develop.html
http://ant.apache.org/manual/tutorial-writing-tasks.html http://cvs.apache.org/viewcvs.cgi/*checkout*/ant/docs/manual/tutorial-tasks- filesets-properties.html?content-type=text%2Fplain#filesets http://marc.theaimsgroup.com/?l=ant-user&m=106118544128717&w=2 Jan > -----Ursprüngliche Nachricht----- > Von: Karl [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 11. Januar 2005 17:26 > An: Ant Users List > Betreff: Re: AW: Returning data from an Ant task? > > [EMAIL PROTECTED] wrote: > > >Usually tasks set the property themselves via > > getProject().setNewProperty("propname", "propvalue"); > >If you´re result is in a file, you can load that via <loadfile> > > > >And you can hook another property helper ... (somewhere in the > >proposal section should be an example). > > > > > >Jan > > > Perfect! Thanks Jan, that's what I was expecting... however > if it would > be possible to direct me to some reference material (if it > exists) that > I can use for assisting this sort of work it would be greatly > appreciated. Both by myself and I'm sure the others in the group whom > I'm harassing by posting lame questions (sorry). I don't see such > information in the base tutorial information in the online > docs for ant. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >