RE: How to create a file from ant

2007-09-07 Thread RADEMAKERS Tanguy
use the task with the file attribute /t >-Original Message- >From: Krzysztof Kucybala [mailto:[EMAIL PROTECTED] >Sent: Friday, September 07, 2007 5:36 PM >To: Ant Users List >Subject: How to create a file from ant > >Hi, > >I wanted to know if there is a

How to create a file from ant

2007-09-07 Thread Krzysztof Kucybala
Hi, I wanted to know if there is a way to easily create a text file from an ant script? I'd like to store some information related to the build, but I don't want it in any file produced by processes run during the build. Any help welcome. I'm running ant from cruise control on a linux machine