: Please vote to release these artifacts: http://s.apache.org/lusolr36rc0

+1

I encountered a few very nit-picky problems, mostly related to 
Solr->Lucene javadocs linkage -- but as long as we upload the lucene 
javadocs to where the the solr releases are linking when the release is 
official, there's nothing actually "broken"

###### Short summary of nit-picks...

 * "ant compile" in lucene src artifacts builds jars for some contribs not 
   all -- kind of confusing.  I did a double take before i realized i 
   needed "build-contrib" to get them all and the ones i was seeing were just 
   because of cross-contrb dependencies
 * solr bin artifacts have javadocs linking to url that currently 404s:
   http://lucene.apache.org/java/3_6_0/api/all/ 
 * generating javadocs from solr src artifacts causes the solr javadocs to 
   default link to: https://builds.apache.org/job/Lucene-3.x/javadoc/all/ 
   trivial for the  user to change with a build property (SOLR-3323) 
 * in the solr src releases, some shell scripts are not executable by 
   default.

###### sha1 for all of the files tested...

1b9e06c807cc2d089b4a3fce09a6f17ba4275e85 *apache-solr-3.6.0-src.tgz
93fac0aa78c10c72ae5366f017c8aa0d5525f567 *apache-solr-3.6.0.tgz
af79f05d5b9fd0b48beef3f2e2c4b1b77700dfe8 *apache-solr-3.6.0.zip
c9dc43cb2f799fd11786d92781687b66598d7e14 *lucene-3.6.0-src.tgz
a4deb3b07e6d6bad8647f75f0b4a1981ee8f7a98 *lucene-3.6.0.tgz
c2709f4756c8ea380ca5a4d450068ee0142ebaf5 *lucene-3.6.0.zip

###### Notes from my testing...


### Lucene tgz bin build...

* md5 & sha1 checks out
* contents look ok
* docs look good 
* demo runs correctly per docs

### Lucene zip bin build...

* md5 & sha1 checks out
* contents look ok
* docs look good 
* demo runs correctly per docs

### Lucene src build...

* md5 & sha1 checks out
* contents look ok
* ivy-bootstrap works
* ant clean compile javadocs test
  * test pass
  * javadocs look good
  * !! jars are built for some contribs but not all??
* ant build-contrib
* demo runs correctly per docs
* ant package-all-binary
  * re-ran demo using zip built from source
  * demo worked correctly

### Solr tgz bin build...

* md5 & sha1 checks out
* contents look ok
* docs look mostly good
  * !! javadocs attempt to link to: http://lucene.apache.org/java/3_6_0/api/all/
  * !! currently redirects to: 
http://lucene.apache.org/core/old_versioned_docs/versions/3_6_0/api/all/
  * presumably one of these will work once 3.6 goes live?
* example works, tutorial runs as described

### Solr zip bin build...

* md5 & sha1 checks out
* contents look ok
* docs mostly look good
  * !! javadocs attempt to link to: http://lucene.apache.org/java/3_6_0/api/all/
  * !! currently redirects to: 
http://lucene.apache.org/core/old_versioned_docs/versions/3_6_0/api/all/
  * presumably one of these will work once 3.6 goes live?
* example works, tutorial runs as described

### Solr src build...

* md5 & sha1 checks out
* contents look ok
  * !! post.sh and test_utf8.sh are not executable .. not worth worrying about
* ivy-bootstrap works
* ant clean compile javadocs test
  * tests pass
  * javadocs mostly look good
  * !! javadocs link to: https://builds.apache.org/job/Lucene-3.x/javadoc/all/
    * links work, shouldn't be a big deal
    * easy for user to override
* ant example
  * example works, tutorial runs as described



-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to