jtulach commented on a change in pull request #270: Let the Travis build really
fail on Rat or verify-libs-and-licenses f?
URL: https://github.com/apache/incubator-netbeans/pull/270#discussion_r150488263
##########
File path: nbbuild/antsrc/org/netbeans/nbbuild/RatReportTask.java
##########
@@ -81,6 +83,12 @@ public void setReport(File report) {
this.reportFile = report;
}
+ private boolean haltonfailure;
+ /** JUnit-format XML result file to generate, rather than halting the
build. */
+ public void setHaltonfailure(boolean haltonfailure) {
+ this.haltonfailure = haltonfailure;
+ }
+
Review comment:
Good solution.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services