> does anyone have a sample code that palce the output in a log file. I 
> searched the mailing list and found a bunch of 
> questions&answers about it. 
> In on message it was mentioned that logfile is a attribute of 
> "ant task ?? 
> But I couldn't find any info in that ?
> I appreciate any help

If you run ant with the command-line option
-logfile myfile.log
then output will go to myfile.log

Jon

Reply via email to