RE: Logging - I need a concept

2005-10-28 Thread Remo Liechti
. ;) Remo > -Original Message- > From: Bob Hays, Computer Geek [mailto:[EMAIL PROTECTED] > Sent: Freitag, 28. Oktober 2005 13:35 > To: Ant users list > Subject: Re: Logging - I need a concept > > Have you tried the XML logger? The manual pages on the ant > website

Re: Logging - I need a concept

2005-10-28 Thread Bob Hays, Computer Geek
write an ant task which logs the information and which > can be accesed out of my three hava programs? > > Remo > > > > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Freitag, 28. Oktober 2005 12:52 >>

AW: Logging - I need a concept

2005-10-28 Thread Jan.Materne
eitag, 28. Oktober 2005 13:24 >An: Ant Users List >Betreff: RE: Logging - I need a concept > >Hi >Yes, but this logs also stuff I dont need... Like: > >getDocuments: > [ftp] sending files > [ftp] 1 files sent > [delete] Deleting 1 files from C:\temp\mssDocPubl

RE: Logging - I need a concept

2005-10-28 Thread Remo Liechti
te an ant task which logs the information and which can be accesed out of my three hava programs? Remo > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 28. Oktober 2005 12:52 > To: user@ant.apache.org > Subject: AW: Logging - I nee

AW: Logging - I need a concept

2005-10-28 Thread Jan.Materne
Hi Remo, have you tried the "-logfile" option? Jan >-Ursprüngliche Nachricht- >Von: Remo Liechti [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. Oktober 2005 12:44 >An: Ant Users List >Betreff: Logging - I need a concept > >Hi all >I have to imp

Logging - I need a concept

2005-10-28 Thread Remo Liechti
Hi all I have to implement a loging function to my ant scripts, but I really don't know how to do it... I got a script like this like the one attached. In this script I have some echos, do some file deleting, ftp upload and call three java programs. The stuff that has to be logged in ONE file SO