Re: Make ivy search maven repo1/repo2?

2012-06-29 Thread Dawid Weiss
I don't know what you mean by use it from Solr but I guess regular targets to assemble the example/ solr distribution will update Lucene jars. So ant example or dist* should work. Dawid On Thu, Jun 28, 2012 at 9:21 PM, Lance Norskog goks...@gmail.com wrote: The ant build. I have added a new

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Dawid Weiss
Interesting. I think they should be identical mirrors of each other. Benson has more knowledge of Maven -- perheps he'll be able to tell if this is a bug in the repo sync or something to be expected? Dawid On Thu, Jun 28, 2012 at 4:11 AM, Lance Norskog goks...@gmail.com wrote: How can I get ivy

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Lance Norskog
My mistake. I meant that Ivy was not using the maven.org repos at all. On Wed, Jun 27, 2012 at 11:17 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Interesting. I think they should be identical mirrors of each other. Benson has more knowledge of Maven -- perheps he'll be able to tell if

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Dawid Weiss
I think it is? By default one of the resolvers pulls from repo1.maven.org -- look at ivy-settings.xml: include url=${ivy.default.settings.dir}/ivysettings-public.xml/ include url=${ivy.default.settings.dir}/ivysettings-shared.xml/ include

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Lance Norskog
It is working now. I did a complete update- that might be it. Now, the next question: what build target makes Solr use new Lucene jars? On Wed, Jun 27, 2012 at 11:37 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: I think it is? By default one of the resolvers pulls from repo1.maven.org --

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Dawid Weiss
Are you talking about the maven build or the ant build? D. On Thu, Jun 28, 2012 at 9:23 AM, Lance Norskog goks...@gmail.com wrote: It is working now. I did a complete update- that might be it. Now, the next question: what build target makes Solr use new Lucene jars? On Wed, Jun 27, 2012 at

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Lance Norskog
The ant build. I have added a new Lucene class and would like to use it from Solr. What ant build target will propagate the new class into the Lucene jars which are used by Solr? On Thu, Jun 28, 2012 at 12:29 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Are you talking about the maven

Make ivy search maven repo1/repo2?

2012-06-27 Thread Lance Norskog
How can I get ivy to include the maven.org repo2 in the resolver list? Is there a reason it is not in the list? I ask because there is an artifact (extjwnl) which is only on repo2. -- Lance Norskog goks...@gmail.com - To