Re: Problems downloading lucene 2.9.1

2009-11-03 Thread Ian Ibbotson
Heya Ryan... For me the big problem with adding http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/http://people.apache.org/%7Emikemccand/staging-area/rc3_lucene2.9.1/maven/to my build config is that the artifact names of the interim release are the same as the final objects

Re: Problems downloading lucene 2.9.1

2009-11-03 Thread Grant Ingersoll
Yeah, that would be useful. We could hook into the new Apache Repository stuff, but that will take some work. Also, I think 1.4 is in all likelihood a special case in terms of dealing with the Lucene release. -Grant On Nov 3, 2009, at 12:45 AM, Ian Ibbotson wrote: Heya Ryan... For me

Problems downloading lucene 2.9.1

2009-11-02 Thread Licinio Fernández Maurelo
Hi folks, as we are using an snapshot dependecy to solr1.4, today we are getting problems when maven try to download lucene 2.9.1 (there isn't a any 2.9.1 there). Which repository can i use to download it? Thx -- Lici

Re: Problems downloading lucene 2.9.1

2009-11-02 Thread Grant Ingersoll
On Nov 2, 2009, at 12:12 AM, Licinio Fernández Maurelo wrote: Hi folks, as we are using an snapshot dependecy to solr1.4, today we are getting problems when maven try to download lucene 2.9.1 (there isn't a any 2.9.1 there). Which repository can i use to download it? They won't be there

Re: Problems downloading lucene 2.9.1

2009-11-02 Thread Ryan McKinley
On Nov 2, 2009, at 8:29 AM, Grant Ingersoll wrote: On Nov 2, 2009, at 12:12 AM, Licinio Fernández Maurelo wrote: Hi folks, as we are using an snapshot dependecy to solr1.4, today we are getting problems when maven try to download lucene 2.9.1 (there isn't a any 2.9.1 there). Which

Re: Problems downloading lucene 2.9.1

2009-11-02 Thread Licinio Fernández Maurelo
Thanks guys !!! 2009/11/2 Ryan McKinley ryan...@gmail.com On Nov 2, 2009, at 8:29 AM, Grant Ingersoll wrote: On Nov 2, 2009, at 12:12 AM, Licinio Fernández Maurelo wrote: Hi folks, as we are using an snapshot dependecy to solr1.4, today we are getting problems when maven try to

Re: Problems downloading lucene 2.9.1

2009-11-02 Thread Licinio Fernández Maurelo
Well, i've solved this problem executing pre mvn install:install-file -DgroupId=org.apache.lucene -DartifactId=lucene-analyzers -Dversion=2.9.1 -Dpackaging=jar -Dfile=path_to_jar/pre for each lucene-* artifact. I think there must be an easier way to do this, am i wrong? Hope it helps Thx El 3