o do in Ant? Would the best way to do this be to write
>> these details out to a log file?
>>
>> Many Thanks,
>>
>> Sam
>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROT
Hello Sam,
have you thought of using the sql
task(http://ant.apache.org/manual/CoreTasks/sql.html) to write to the
database directly?
That would avoid generating the csv.
Best regards,
Martin
Sam Hamilton schrieb:
> Hi All,
>
> I would like to generate a CSV file from my Ant script which will th
You looking for something more complex than :-
${user.name},${the.date},${revision.no}
- Original Message -
From: Sam Hamilton
To: user@ant.apache.org
Sent: Monday, February 04, 2008 5:31 PM
Subject: Generating a CSV file
Hi All,
I would like to generate a CSV file
which contains
data similar to this:
User,Date,SVNVersion
Is this possible to do in Ant? Would the best way to do this be to write
these details out to a log file?
Many Thanks,
Sam
--
View this message in context:
http://www.nabble.com/Generating-a-CSV-file-tp15270139p15270139.html
Sent from the