You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/07/08 11:55:25 UTC

DO NOT REPLY [Bug 35657] New: - Add a "haltonerror" parameter to "xmlvalidate"

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: davidlemoing@free.fr


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org