Thanks Ivan and Nir, this is the solution

Rodlfo
________________________
_______________________




"Nir Geier" <[EMAIL PROTECTED]>
28/04/2005 16:35
Por favor, responda a "Ant Users List"

 
        Para:   "Ant Users List" <user@ant.apache.org>
        cc:     (cco: Rodolfo García Esteban/CYII)
        Asunto: RE: set to new a file.



Hi there.

use the append in teh echo:

true= append to file
false= overwrite with new file.
<project>
  <echo message="" file="your_log_file" append="false"/>
</project>


Nir.

--- Rodolfo García Esteban/CYII
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> For initialize my logs files I need to create a new
> file or delete the 
> existing one. I don't know how to do this. I would
> apprecite any help?
> 
> Thanks
> ________________________
> Rodolfo 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to