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ü
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
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
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
hey guys,
Is it possible to replace a string in an existing file?
Thanks,
Guy.