-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added relentless task. #746
Conversation
@@ -3421,6 +3421,88 @@ verbose="true" failonerror="false" /></programlisting> | |||
<echo>Resolved [absolute] path: ${absolute_path}</echo></programlisting> | |||
</sect2> | |||
</sect1> | |||
<sect1 role="taskdef" xml:id="Relentless"> | |||
<title>Relentless</title> | |||
<para> RetrThe <relentless> task will execute all of the nested tasks, regardless of whether one or more of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo? "RetrThe"
@kenguest would you mind continue the review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks as though some of the documentation is missing - assuming it's an almost straight copy of http://doc.zengrong.net/apache/ant-contrib/manual/tasks/relentless.html ?
# Conflicts: # classes/phing/tasks/defaults.properties
@mrook missing docs added and resolved conflicts |
Inspired by ant-contrib