Skip to content

Instantly share code, notes, and snippets.

@hossman
Created May 10, 2017 17:24
Show Gist options
  • Select an option

  • Save hossman/af6cac21633c326716af3363879b784e to your computer and use it in GitHub Desktop.

Select an option

Save hossman/af6cac21633c326716af3363879b784e to your computer and use it in GitHub Desktop.
check-licenses:
[echo] License check under: /home/hossman/lucene/dev/solr
[licenses] MISSING sha1 checksum file for: /home/hossman/lucene/dev/solr/solr-ref-guide/lib/asciidoctor-ant-1.6.0-alpha.3.jar
[licenses] EXPECTED sha1 checksum file : /home/hossman/lucene/dev/solr/licenses/asciidoctor-ant-1.6.0-alpha.3.jar.sha1
[licenses] MISSING sha1 checksum file for: /home/hossman/lucene/dev/solr/solr-ref-guide/lib/json-20160810.jar
[licenses] EXPECTED sha1 checksum file : /home/hossman/lucene/dev/solr/licenses/json-20160810.jar.sha1
[licenses] MISSING sha1 checksum file for: /home/hossman/lucene/dev/solr/solr-ref-guide/lib/jsoup-1.8.2.jar
[licenses] EXPECTED sha1 checksum file : /home/hossman/lucene/dev/solr/licenses/jsoup-1.8.2.jar.sha1
[licenses] MISSING sha1 checksum file for: /home/hossman/lucene/dev/solr/solr-ref-guide/lib/slf4j-simple-1.7.7.jar
[licenses] EXPECTED sha1 checksum file : /home/hossman/lucene/dev/solr/licenses/slf4j-simple-1.7.7.jar.sha1
[licenses] Scanned 214 JAR file(s) for licenses (in 1.02s.), 4 error(s).
BUILD FAILED
/home/hossman/lucene/dev/solr/build.xml:364: The following error occurred while executing this line:
/home/hossman/lucene/dev/lucene/tools/custom-tasks.xml:62: License check failed. Check the logs.
If you recently modified ivy-versions.properties or any module's ivy.xml,
make sure you run "ant clean-jars jar-checksums" before running precommit.
Total time: 6 seconds
hossman@tray:~/lucene/dev/solr [solr-10290] $ ant check-licenses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment