AW: On error Redo some TasK

2008-05-12 Thread Jan.Materne
There is no built-in mechanism for that. If a task fails - the build fails. You could try something with conditional targets and AntContrib: ... ...same... Some targets failed. - TargetA: ${failed.A} ... Jan > -Ursprü

On error Redo some TasK

2008-05-12 Thread Carlos Ortiz
Hi,Here is my question, how do i redo or execute some task's when another fail for example , if targetA fail go to onErrorTargetATarget... been the main mainTarget thks in advance

Re: ANT: charsets in replace-task

2008-05-12 Thread Brian Agnew
XMLTask will handle char replacements and character sets in XML. Brian Hilden wrote: Hello everybody, I have a problem with charsets, by using the "replace-task" of Ant in the Eclipse IDE. After ant relaces a token (the value of the token comes from a ".properties-file") in an xml-file, wher

RE: Replace string in file

2008-05-12 Thread Sean Tiley
Have a look at the ReplaceRegExp and Replace tasks Should be what you are looking for. -Original Message- From: Guy Catz [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 9:18 AM To: user@ant.apache.org Subject: Replace string in file hey guys, Is it possible to replace a string in

Replace string in file

2008-05-12 Thread Guy Catz
hey guys, Is it possible to replace a string in an existing file? Thanks, Guy.