You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/02 05:43:21 UTC

[GitHub] jlahoda commented on issue #644: Merge the 2ndDonation branch into the master branch

jlahoda commented on issue #644: Merge the 2ndDonation branch into the master branch
URL: https://github.com/apache/incubator-netbeans/pull/644#issuecomment-409812449
 
 
   So, there appear to be (at least) two Travis CI checks failing:
   -the rat check; I'd suggest to modify ".travis.yml", replacing the line:
   
   >   - ant -quiet rat -Drat-report.haltonfailure=true
   with
   
   >   - (ant -quiet build-source-config && mkdir scratch && cd scratch && unzip -qq ../nbbuild/build/platform-src* && ant -quiet rat -Drat-report.haltonfailure=true && cd .. && rm -rf scratch)
   
   That should ensure rat only checks what is in the default build in Travis.
   
   Then there's a failure that some of the files are using different line endings than LF, I guess the easiest would be to simply change that.
   
   I can try to work on these in the evening, if needed.
   

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists