| creating files | creating files 2007-06-11 - By Rebhan, Gilbert
Hi,
-----Original Message----- From: arijit [mailto:ghosh.arijit@(protected)] Sent: Monday, June 11, 2007 10:58 AM To: user@(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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |