You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/13 09:49:38 UTC

[GitHub] jtulach commented on a change in pull request #270: Let the Travis build really fail on Rat or verify-libs-and-licenses f?

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:
users@infra.apache.org


With regards,
Apache Git Services