You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Michael McCandless <lu...@mikemccandless.com> on 2009/03/02 20:41:39 UTC

[VOTE] Release Lucene 2.4.1

I've built the release artifacts, derived from revision 749403 on the
2.4 branch.  Here are the changes:

   http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html

Please vote to release these artifacts as 2.4.1:

   http://people.apache.org/~mikemccand/staging-area/lucene2.4.1

Mike


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


Re: [VOTE] Release Lucene 2.4.1

Posted by Grant Ingersoll <gs...@apache.org>.
On Mar 4, 2009, at 8:28 AM, Michael McCandless wrote:

>
> Grant Ingersoll wrote:
>
>> On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote:
>>>
>>> lucene-2.4.1-src.tar.gz
>>> --> ant test
>>
>> I'm not sure how this could ever pass.  The lib directory is not  
>> present, so neither is JUnit, so the tests do not compile.   I'm  
>> guessing you have Junit in your Ant lib dir., right?
>
> Hmm... indeed I do.  And when I remove it, the tests do fail to  
> compile.
>
> We have this Jira on it:
>
>    https://issues.apache.org/jira/browse/LUCENE-1445
>
> It's marked as 2.9.
>
>> Otherwise, everything else looks good.  I tried the demo, checked  
>> the sigs. etc.
>
> So is that a +1?

I guess, since it looks like we didn't fix it in 2.4.0.

+1



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


Re: [VOTE] Release Lucene 2.4.1

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Mar 4, 2009, at 2:20 PM, Michael Busch wrote:
> On 3/4/09 5:28 AM, Michael McCandless wrote:
>>
>> Grant Ingersoll wrote:
>>
>>> On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote:
>>>>
>>>> lucene-2.4.1-src.tar.gz
>>>> --> ant test
>>>
>>> I'm not sure how this could ever pass.  The lib directory is not  
>>> present, so neither is JUnit, so the tests do not compile.   I'm  
>>> guessing you have Junit in your Ant lib dir., right?
>>
>> Hmm... indeed I do.  And when I remove it, the tests do fail to  
>> compile.
>>
> Yeah, same on my machine.

Same here also.  It's a standard operating procedure for me to put  
junit.jar into ANT_HOME/lib.  I suppose that's a historical thing as  
Ant's <junit> used to require that.

	Erik


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


Re: [VOTE] Release Lucene 2.4.1

Posted by Michael Busch <bu...@gmail.com>.
On 3/4/09 5:28 AM, Michael McCandless wrote:
>
> Grant Ingersoll wrote:
>
>> On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote:
>>>
>>> lucene-2.4.1-src.tar.gz
>>> --> ant test
>>
>> I'm not sure how this could ever pass.  The lib directory is not 
>> present, so neither is JUnit, so the tests do not compile.   I'm 
>> guessing you have Junit in your Ant lib dir., right?
>
> Hmm... indeed I do.  And when I remove it, the tests do fail to compile.
>
Yeah, same on my machine.

-Michael

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


Re: [VOTE] Release Lucene 2.4.1

Posted by Michael McCandless <lu...@mikemccandless.com>.
Grant Ingersoll wrote:

> On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote:
>>
>> lucene-2.4.1-src.tar.gz
>> --> ant test
>
> I'm not sure how this could ever pass.  The lib directory is not  
> present, so neither is JUnit, so the tests do not compile.   I'm  
> guessing you have Junit in your Ant lib dir., right?

Hmm... indeed I do.  And when I remove it, the tests do fail to compile.

We have this Jira on it:

     https://issues.apache.org/jira/browse/LUCENE-1445

It's marked as 2.9.

> Otherwise, everything else looks good.  I tried the demo, checked  
> the sigs. etc.

So is that a +1?

Mike

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


Re: [VOTE] Release Lucene 2.4.1

Posted by Grant Ingersoll <gs...@apache.org>.
On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote:
>
> lucene-2.4.1-src.tar.gz
>  --> ant test

I'm not sure how this could ever pass.  The lib directory is not  
present, so neither is JUnit, so the tests do not compile.   I'm  
guessing you have Junit in your Ant lib dir., right?

Otherwise, everything else looks good.  I tried the demo, checked the  
sigs. etc.

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


Re: [VOTE] Release Lucene 2.4.1

Posted by Michael McCandless <lu...@mikemccandless.com>.
+1

lucene-2.4.1.zip
   --> built wikipedia index w/ contrib/benchmark
   --> searched index w/ demo SearchFiles
   --> checked website & javadocs
   --> verified md5 & asc

lucene-2.4.1-src.tar.gz
   --> ant test
   --> ant javadocs-core; checked them
   --> verified md5 & asc

Mike

Michael Busch wrote:

> +1
>
>
> I tested successfully on mac os:
>
> --> lucene-2.4.1-src.tar.gz:
>
> - ant dist dist-src
> - ant test
>
> --> lucene-2.4.1.tar.gz
>
> - ant clean
> - ant compile-demo
> - ant demo-index-html
> - ant demo-index-text
> - ant demo-search-html
> - ant demo-search-text
> - ant jar-demo
> - ant war-demo
>
> -Michael
>
> On 3/2/09 11:41 AM, Michael McCandless wrote:
>>
>> I've built the release artifacts, derived from revision 749403 on the
>> 2.4 branch.  Here are the changes:
>>
>>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html
>>
>> Please vote to release these artifacts as 2.4.1:
>>
>>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1
>>
>> Mike
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-dev-help@lucene.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>


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


Re: [VOTE] Release Lucene 2.4.1

Posted by Michael Busch <bu...@gmail.com>.
+1


I tested successfully on mac os:

--> lucene-2.4.1-src.tar.gz:

- ant dist dist-src
- ant test

--> lucene-2.4.1.tar.gz

- ant clean
- ant compile-demo
- ant demo-index-html
- ant demo-index-text
- ant demo-search-html
- ant demo-search-text
- ant jar-demo
- ant war-demo

-Michael

On 3/2/09 11:41 AM, Michael McCandless wrote:
>
> I've built the release artifacts, derived from revision 749403 on the
> 2.4 branch.  Here are the changes:
>
>   
> http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html 
>
>
> Please vote to release these artifacts as 2.4.1:
>
>   http://people.apache.org/~mikemccand/staging-area/lucene2.4.1
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>


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


Re: [VOTE] Release Lucene 2.4.1

Posted by Michael McCandless <lu...@mikemccandless.com>.
Thanks Marcelo!

We very much welcome all votes, so please keep them coming.

And I'm glad to hear 2.9 works too :)

Mike

Marcelo Ochoa wrote:

> Hi:
> Sure my vote is not an official vote :) but...
> I was able to compile and run all the test suite of latest Lucene
> Domain Index distribution with Lucene 2.4.1 code base.
> So once this new release will be public, I'll upload a new version of
> Lucene Domain Index for Oracle 10g/11g.
> Best regards, Marcelo.
>
> PD: I have checked out 2.9 SVN version and it compiles and runs
> perfect with Lucene Domain Index :)
>
> On Mon, Mar 2, 2009 at 5:41 PM, Michael McCandless
> <lu...@mikemccandless.com> wrote:
>>
>> I've built the release artifacts, derived from revision 749403 on the
>> 2.4 branch.  Here are the changes:
>>
>>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html
>>
>> Please vote to release these artifacts as 2.4.1:
>>
>>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1
>>
>> Mike
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-dev-help@lucene.apache.org
>>
>>
>
>
>
> -- 
> Marcelo F. Ochoa
> http://marceloochoa.blogspot.com/
> http://marcelo.ochoa.googlepages.com/home
> ______________
> Want to integrate Lucene and Oracle?
> http://marceloochoa.blogspot.com/2007/09/running-lucene-inside-your-oracle-jvm.html
> Is Oracle 11g REST ready?
> http://marceloochoa.blogspot.com/2008/02/is-oracle-11g-rest-ready.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>


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


Re: [VOTE] Release Lucene 2.4.1

Posted by Marcelo Ochoa <ma...@gmail.com>.
Hi:
 Sure my vote is not an official vote :) but...
 I was able to compile and run all the test suite of latest Lucene
Domain Index distribution with Lucene 2.4.1 code base.
 So once this new release will be public, I'll upload a new version of
Lucene Domain Index for Oracle 10g/11g.
 Best regards, Marcelo.

PD: I have checked out 2.9 SVN version and it compiles and runs
perfect with Lucene Domain Index :)

On Mon, Mar 2, 2009 at 5:41 PM, Michael McCandless
<lu...@mikemccandless.com> wrote:
>
> I've built the release artifacts, derived from revision 749403 on the
> 2.4 branch.  Here are the changes:
>
>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1changes/Changes.html
>
> Please vote to release these artifacts as 2.4.1:
>
>  http://people.apache.org/~mikemccand/staging-area/lucene2.4.1
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>



-- 
Marcelo F. Ochoa
http://marceloochoa.blogspot.com/
http://marcelo.ochoa.googlepages.com/home
______________
Want to integrate Lucene and Oracle?
http://marceloochoa.blogspot.com/2007/09/running-lucene-inside-your-oracle-jvm.html
Is Oracle 11g REST ready?
http://marceloochoa.blogspot.com/2008/02/is-oracle-11g-rest-ready.html

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