Jan and Alexey, thank you for your answers, <loadfile> + <echo> trick does the job and I will also try the other two possibilites.
I asked this question in the following context: we are having a Readme file for our project that describes the bugfixes done in the current build, known issues in it and the source files that have changed since the previous build. Up to now I have worked out the genaration of the changed files by using <cvstagdiff> to create a xml file with the chaged files, that using <style> to format it as required and finally using <loadproperties>+<echo> to place it on the top of Readme file. A little bit off-topic question is: do you know how can I ask Bugzilla (without opening a browser and clicking of course) to return me a list with the bugs that have been closed (between given dates) and the bugs that are still opened? Any pointers on does bugzilla expose such an API? Thank you again for the help Ivan --- [EMAIL PROTECTED] wrote: > 1. Using <loadfile> and <echo> > - load both files into properties > - echo both props out <echo file="" append="true"/> > > 2. Use <concat> > > 3. Use <concatfilter> and <copy>/<move> > > Jan > > > -----Urspr�ngliche Nachricht----- > > Von: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > > Gesendet am: Mittwoch, 10. November 2004 08:42 > > An: [EMAIL PROTECTED] > > Betreff: Echo a file to another file > > > > Dear Colleagues, > > > > I want to do something relative simple: I have two > > text files say a.txt and b.txt and I want to place > the > > contents of a.txt in the beginning of b.txt. I > thought > > I could use <echo> task, but now I see it won't do > > this. > > > > Can you give me any advice? > > > > Thank you in advance > > > > Ivan > > > > > > > > __________________________________ > > Do you Yahoo!? > > Check out the new Yahoo! Front Page. > > www.yahoo.com > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
