[VOTE] release Solr 1.2

2007-05-30 Thread Yonik Seeley

I propose to release the artifacts at
http://people.apache.org/~yonik/staging_area/solr/1.2/
as Apache Solr 1.2

They were created from
http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.2/,
branched today.  I've verified the md5's and signatures after I
uploaded to the staging area.  I'll create the svn tag and release
after the vote passes.

Here's my +1

-Yonik


Re: [VOTE] release Solr 1.2

2007-05-30 Thread Ryan McKinley
Just downloaded apache-solr-1.2.0.zip on vista.  ant example works 
fine (except for a bunch of Warning: .. .java modified in the future.)


+1


Yonik Seeley wrote:

I propose to release the artifacts at
http://people.apache.org/~yonik/staging_area/solr/1.2/
as Apache Solr 1.2

They were created from
http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.2/,
branched today.  I've verified the md5's and signatures after I
uploaded to the staging area.  I'll create the svn tag and release
after the vote passes.

Here's my +1

-Yonik





Re: [VOTE] release Solr 1.2

2007-05-30 Thread Bertrand Delacretaz

On 5/30/07, Yonik Seeley [EMAIL PROTECTED] wrote:

...I propose to release the artifacts at
http://people.apache.org/~yonik/staging_area/solr/1.2/
as Apache Solr 1.2...


+1

I haven't followed the latest developments, but all JUnit tests pass,
example setup works (macosx/JDK1.5), and signatures and md5 look good
(checked the tgz file only).

-Bertrand


Re: [VOTE] release Solr 1.2

2007-05-30 Thread Bill Au

+1

Looks good on RH Linux.

Bill

On 5/30/07, Bertrand Delacretaz [EMAIL PROTECTED] wrote:


On 5/30/07, Yonik Seeley [EMAIL PROTECTED] wrote:
 ...I propose to release the artifacts at
 http://people.apache.org/~yonik/staging_area/solr/1.2/
 as Apache Solr 1.2...

+1

I haven't followed the latest developments, but all JUnit tests pass,
example setup works (macosx/JDK1.5), and signatures and md5 look good
(checked the tgz file only).

-Bertrand



Re: [VOTE] release Solr 1.2 -- ugho

2007-05-30 Thread Ryan McKinley

I found a rather severe error... my fault, part of SOLR-249

I noticed that:
http://localhost:8983/solr/update?stream.url=http://www.ask.com

does not give me an error (it should!)

In replacing the new SolrException( ), 2 files do not have the preceding 
throw -- it makes exceptions, but does not throw them!!!


I will fix this on trunk and,
http://svn.apache.org/repos/asf/lucene/solr/branches/branch-1.2/

sorry
ryan


Re: [VOTE] release Solr 1.2 -- ugho

2007-05-30 Thread Yonik Seeley

Heh... last minute patch bites again.
I'm re-spinning the release now.

-Yonik

On 5/30/07, Ryan McKinley [EMAIL PROTECTED] wrote:

I found a rather severe error... my fault, part of SOLR-249

I noticed that:
http://localhost:8983/solr/update?stream.url=http://www.ask.com

does not give me an error (it should!)

In replacing the new SolrException( ), 2 files do not have the preceding
throw -- it makes exceptions, but does not throw them!!!

I will fix this on trunk and,
http://svn.apache.org/repos/asf/lucene/solr/branches/branch-1.2/

sorry
ryan