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 will be.. thus once they are copied to a local
repo maven won't bother to go looking for more recent versions, even if you
blow away that temporary repo. Would it be possible to publish tagged rc-N
releases to a public and more permanent repository where people can
reference them and upgrade to the final release when it's available.

Just a thought, cheers for all your hard work.

Ian.

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 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 until 2.9.1 is officially released.  We are trying to
 speed up the Solr release by piggybacking on the Lucene release, but this
 little bit is the one downside.


 Until then, you can add a repo to:

 http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/http://people.apache.org/%7Emikemccand/staging-area/rc3_lucene2.9.1/maven/





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 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 will be.. thus once they are copied to a  
local
repo maven won't bother to go looking for more recent versions, even  
if you
blow away that temporary repo. Would it be possible to publish  
tagged rc-N

releases to a public and more permanent repository where people can
reference them and upgrade to the final release when it's available.

Just a thought, cheers for all your hard work.

Ian.

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 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 until 2.9.1 is officially released.  We are  
trying to
speed up the Solr release by piggybacking on the Lucene release,  
but this

little bit is the one downside.



Until then, you can add a repo to:

http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven 
/http://people.apache.org/%7Emikemccand/staging-area/rc3_lucene2.9.1/maven/ 







--
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:

http://www.lucidimagination.com/search



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 until 2.9.1 is officially released.  We are trying  
to speed up the Solr release by piggybacking on the Lucene release,  
but this little bit is the one downside.



-Grant

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 repository can i use to download it?


They won't be there until 2.9.1 is officially released.  We are  
trying to speed up the Solr release by piggybacking on the Lucene  
release, but this little bit is the one downside.


Until then, you can add a repo to:

http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/




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 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 until 2.9.1 is officially released.  We are trying to
 speed up the Solr release by piggybacking on the Lucene release, but this
 little bit is the one downside.


 Until then, you can add a repo to:

 http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/





-- 
Lici


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 de noviembre de 2009 08:03, Licinio Fernández Maurelo 
licinio.fernan...@gmail.com escribió:

 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 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 until 2.9.1 is officially released.  We are trying to
 speed up the Solr release by piggybacking on the Lucene release, but this
 little bit is the one downside.


 Until then, you can add a repo to:

 http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/maven/





 --
 Lici




-- 
Lici