DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35657>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35657 Summary: Add a "haltonerror" parameter to "xmlvalidate" Product: Ant Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] Actually, when the "failonerror" parameter is set to true, the build process is stopped when the parser finds an error in a file. The problem appears when we have several files to validate and that we don't want to stop the validation process on the first error. We should be able to choose to validate or not all the files, log the errors and then stop the build process if we have encountered any errors. A "haltonerror" parameter could be used to achieve this goal. If set to true, we stop the build process when we encounter an invalid file. If set to false, we validate ALL the files and stop the build process only if we have encountered some validation errors. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]