Hi,
-----Original Message----- From: arijit [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 10:58 AM To: [email protected] Subject: creating files /* Using ANT, I want to generate some batch and property files. Is it possible to create new files ? */ if you speak of ascii files you go via <echo file="foobar.txt> or <echoxml> which is new for ant 1.7.0 there are also some preprocessing task, which might be helpful when creating files, simply google for ant+preprocessing otherwise you can use <exec> Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
