-
Notifications
You must be signed in to change notification settings - Fork 36
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
Ant: Add new failure controller attribute #66
Comments
fyi: currently there is a heuristics contained that takes into consideration:
|
I did it slightly different. There is a list of <errorRole role="foo" />
<errorRole role="bar" /> These error roles are handle with precendence, but if not contained, it falls back to the default error levels as stated above. |
Do you confirm With It is properly ignored when turning it into |
@fviolette I added a second unit test for this issue with "report" elements. And to me it looks fine. |
I meant the report role="info" returned an error, which I did not expect by setting . Did I misunderstand anything? I am going to check your unit test and double check my issues. |
Thanks all. Found it. Sorry - copy paste error for reports only :( Will do 5.0.5 asap |
You seriously rule! |
All good now. |
Excellent - thanks for rechecking! |
I like to break the build for some error levels, not for all. The
failOnError
is boolean, so cannot be used to do this. What I'd like to have is something like this:The text was updated successfully, but these errors were encountered: