: 
http://people.apache.org/~simonw/staging_area/lucene-solr-3.5.0-RC2-rev1204988/

+0

Two things jumped out at me as being bad, but i'm not certain if either 
warrant a re-spin...

1) in the src builds, attempts at building javadocs result in an ant 
failure because of a warning that it couldn't get the java1.5 package list 
from the oracle.com URL.  I thought we'd switched this to using a local 
copy, but i guess i'm remembering wrong -- either way i'm not sure why the 
3x jenkins build isn't failing non-stop (unless this is a really recent 
change on oracles site).  NOTE: the javadocs do build (w/o links for 
java.* classes) but the ant task fails because of the warning.

2) if you build lucene or solr from source, the version in the artifact 
names are "3.5-SNAPSHOT" ... last time i checked, a release named "3.5" 
would have it's build.xml such that building from source w/o explicitly 
setting the version props would result in "3.6-SNAPSHOT" (or 
"3.5.1-SNAPSHOT") so it looks like perhaps we forgot to update the version 
on the branch before the release? ... either that or maybe there was a 
discussion about deliberately changing this that i just didn't notice?


--- TEST NOTES BELOW --

NOTE: I only tested the TGZ Artifacts...

apache-solr-3.5.0-src.tgz
 * MD5 checked clean: 8846bcd57e4fcef28360704b99d3f639
 * SHA1 checked clean: bfe4ecf0baff0eea7882da3b848537bfc2b994d7
 * lucene and solr CHANGES.txt looked sane
 * "ant test" passed
 * "cd solr && ant example" build cleanly
 * "cd solr && ant javadocs" failed because of a warning that the oracle
   1.5 javadoc URL no longer works -- not sure why the 3x jenkins build 
   isn't failing constantly.
 * local solr tutorial and local solr examples work fine
 * built solr javadocs worked fine (except for links to java core classes)
 * "cd lucene && ant javadocs" had same issues as solr javadocs but 
   likewise read fine.
 * noticed that the artifacts build from source were labeled 
   "3.5-SNAPSHOT" ... shouldn't they be 3.6-SNAPSHOT or 3.5.1-SNAPSHOT?

apache-solr-3.5.0.tgz
 * MD5 checked clean: b7be2fc190b26377ced5ae6055ed43e2
 * SHA1 checked clean: 020fc86dfd2405212c0f706111d8576dbb8e54b4
 * CHANGES.txt looked sane
 * solr tutorial and javadocs looked good
 * solr example ran fine

lucene-3.5.0.tgz
 * MD5 checked clean: e42d356a7cbf45f44a2187bb3d460cc3
 * SHA1 checked clean: d5dc544cdd0b645eb0d6a79e33686a574f3e0e86
 * javadocs look good
 * CHANGES.txt looked sane

lucene-3.5.0-src.tgz
 * MD5 checked clean: ccbaf8ddd8915a3e9d8e7d657717cca2
 * SHA1 checked clean: 06969f57ad93f31e173419b6991d117b5f111624
 * CHANGES.txt looked sane
 * "ant test" passed
 * "ant javadocs" had same issues as mentioned above but likewise read 
   fine. 




-Hoss

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

Reply via email to