RE: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Uwe Schindler
Hi, the system requirements TXT file is in the SOLR src-tgz, but as its Sol-specfific, it is in the solr/ subfolder, maybe that’s the problem here. I think this script wants to check, if the README and NOTICE files are in the root folder of the tgz, but SYSTEM_REQUIREMENTS.txt has to be in

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Michael McCandless
Woops, I'll fix! Mike McCandless http://blog.mikemccandless.com On Thu, Oct 18, 2012 at 2:22 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, the system requirements TXT file is in the SOLR src-tgz, but as its Sol-specfific, it is in the solr/ subfolder, maybe that’s the problem here. I

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Michael McCandless
Hmm I'm confused ... I changed the script (locally) to require solr/SYSTEM_REQUIREMENTS.txt to exist ... but when I run ant nightly-smoke it fails on artifact apache-solr-5.0.0.tgz. And then when I look in that tgz I see SYSTEM_REQUIREMENTS.txt in the root directory of that archive (ie, side by

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Michael McCandless
OK for now I fixed it to only check that SYSTEM_REQUIREMENTS.txt exists for Lucene artifacts ... once we sort out where it's suppose to be for Solr we can re-enable. Mike McCandless http://blog.mikemccandless.com On Thu, Oct 18, 2012 at 7:54 AM, Michael McCandless luc...@mikemccandless.com

RE: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Uwe Schindler
Hmm I'm confused ... I changed the script (locally) to require solr/SYSTEM_REQUIREMENTS.txt to exist ... but when I run ant nightly- smoke it fails on artifact apache-solr-5.0.0.tgz. That is easy to explain: The *binary* tgz contains only solr, so the root dir of the tar file is Solr The

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 24 - Failure

2012-10-18 Thread Michael McCandless
OK I committed the fixes to smoke tester for this ... Mike McCandless http://blog.mikemccandless.com On Thu, Oct 18, 2012 at 12:34 PM, Uwe Schindler u...@thetaphi.de wrote: Hmm I'm confused ... I changed the script (locally) to require solr/SYSTEM_REQUIREMENTS.txt to exist ... but when I run