Jenkins does not have that problem. This sometimes happens when updating subversion, some file relicts stay alive. If it does not happen with a fresh checkout you have files left over. Try running "ant check-svn-working-copy" from the root folder, if it reports dirty files, fix your checkout.
Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Chris Hostetter [mailto:[email protected]] > Sent: Tuesday, May 07, 2013 8:18 PM > To: Lucene Dev > Subject: precommit sha failure on trunk? > > > Am i the only one seeing this? > > check-licenses: > [echo] License check under: /home/hossman/lucene/dev/solr > [licenses] MISSING sha1 checksum file for: > /home/hossman/lucene/dev/solr/example/lib/ext/jcl-over-slf4j.jar > [licenses] MISSING sha1 checksum file for: > /home/hossman/lucene/dev/solr/example/lib/ext/jul-to-slf4j.jar > [licenses] MISSING sha1 checksum file for: > /home/hossman/lucene/dev/solr/example/lib/ext/log4j.jar > [licenses] MISSING sha1 checksum file for: > /home/hossman/lucene/dev/solr/example/lib/ext/slf4j-api.jar > [licenses] MISSING sha1 checksum file for: > /home/hossman/lucene/dev/solr/example/lib/ext/slf4j-log4j12.jar > [licenses] Scanned 107 JAR file(s) for licenses (in 0.46s.), 5 error(s). > > BUILD FAILED > /home/hossman/lucene/dev/build.xml:67: The following error occurred > while executing this line: > /home/hossman/lucene/dev/solr/build.xml:232: The following error > occurred while executing this line: > /home/hossman/lucene/dev/lucene/tools/custom-tasks.xml:43: License > check failed. Check the logs. > > Total time: 47 seconds > > > -Hoss > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
