juneau001 commented on PR #4378:
URL: https://github.com/apache/netbeans/pull/4378#issuecomment-1186060659

   > The travis errors seem to partially caused by network problems (we see 
mismatching checksums for downloads also in other PRs currently running/running 
a few hours ago). The license check though is right and can be run locally:
   > 
   > * check that everything you want to have committed is actually committed 
`git status`
   > * clean your git checkout `git clean -f -x -d` (ensure there is nothing in 
the directory that you want to keep apart from the repository data)
   > * run `ant verify-libs-and-licenses`
   > * have a look at the output - details can be found with `cat 
nbbuild/build/verifylibsandlicenses.xml`
   > 
   > BEWARE! The errors from the verification indicate, that files were not 
committed (there are XSD referenced in the package 
`org.netbeans.modules.jakarta.dd.impl.resources`, which does not exist).
   
   Thanks...looking into it.  I really appreciate the guidance. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to