|
Lance Norskog
2012-06-28, 02:11
Dawid Weiss
2012-06-28, 06:17
Lance Norskog
2012-06-28, 06:31
Dawid Weiss
2012-06-28, 06:37
Lance Norskog
2012-06-28, 07:23
Dawid Weiss
2012-06-28, 07:29
Lance Norskog
2012-06-28, 19:21
Dawid Weiss
2012-06-29, 07:30
|
-
Make ivy search maven repo1/repo2?Lance Norskog 2012-06-28, 02:11
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 [EMAIL PROTECTED] ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Dawid Weiss 2012-06-28, 06:17
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 <[EMAIL PROTECTED]> wrote: > 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 > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Lance Norskog 2012-06-28, 06:31
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 <[EMAIL PROTECTED]> 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 > 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 <[EMAIL PROTECTED]> wrote: >> 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 >> [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Lance Norskog [EMAIL PROTECTED] ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Dawid Weiss 2012-06-28, 06:37
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 url="${ivy.default.settings.dir}/ivysettings-local.xml"/> <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> the main chain includes shared repos and shared is: <ibiblio name="public" m2compatible="true"/> And ibiblio is by default pulling from maven repos: http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html Dawid On Thu, Jun 28, 2012 at 8:31 AM, Lance Norskog <[EMAIL PROTECTED]> wrote: > 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 > <[EMAIL PROTECTED]> 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 >> 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 <[EMAIL PROTECTED]> wrote: >>> 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 >>> [EMAIL PROTECTED] >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -- > Lance Norskog > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Lance Norskog 2012-06-28, 07:23
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 <[EMAIL PROTECTED]> wrote: > 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 url="${ivy.default.settings.dir}/ivysettings-local.xml"/> > <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> > > the main chain includes shared repos and shared is: > > <ibiblio name="public" m2compatible="true"/> > > And ibiblio is by default pulling from maven repos: > > http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html > > Dawid > > On Thu, Jun 28, 2012 at 8:31 AM, Lance Norskog <[EMAIL PROTECTED]> wrote: >> 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 >> <[EMAIL PROTECTED]> 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 >>> 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 <[EMAIL PROTECTED]> wrote: >>>> 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 >>>> [EMAIL PROTECTED] >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> >> >> -- >> Lance Norskog >> [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Lance Norskog [EMAIL PROTECTED] ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Dawid Weiss 2012-06-28, 07:29
Are you talking about the maven build or the ant build?
D. On Thu, Jun 28, 2012 at 9:23 AM, Lance Norskog <[EMAIL PROTECTED]> 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 11:37 PM, Dawid Weiss > <[EMAIL PROTECTED]> wrote: >> 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 url="${ivy.default.settings.dir}/ivysettings-local.xml"/> >> <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> >> >> the main chain includes shared repos and shared is: >> >> <ibiblio name="public" m2compatible="true"/> >> >> And ibiblio is by default pulling from maven repos: >> >> http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html >> >> Dawid >> >> On Thu, Jun 28, 2012 at 8:31 AM, Lance Norskog <[EMAIL PROTECTED]> wrote: >>> 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 >>> <[EMAIL PROTECTED]> 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 >>>> 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 <[EMAIL PROTECTED]> wrote: >>>>> 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 >>>>> [EMAIL PROTECTED] >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>> >>> >>> >>> -- >>> Lance Norskog >>> [EMAIL PROTECTED] >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -- > Lance Norskog > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Lance Norskog 2012-06-28, 19:21
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 <[EMAIL PROTECTED]> wrote: > Are you talking about the maven build or the ant build? > D. > > On Thu, Jun 28, 2012 at 9:23 AM, Lance Norskog <[EMAIL PROTECTED]> 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 11:37 PM, Dawid Weiss >> <[EMAIL PROTECTED]> wrote: >>> 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 url="${ivy.default.settings.dir}/ivysettings-local.xml"/> >>> <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> >>> >>> the main chain includes shared repos and shared is: >>> >>> <ibiblio name="public" m2compatible="true"/> >>> >>> And ibiblio is by default pulling from maven repos: >>> >>> http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html >>> >>> Dawid >>> >>> On Thu, Jun 28, 2012 at 8:31 AM, Lance Norskog <[EMAIL PROTECTED]> wrote: >>>> 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 >>>> <[EMAIL PROTECTED]> 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 >>>>> 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 <[EMAIL PROTECTED]> wrote: >>>>>> 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 >>>>>> [EMAIL PROTECTED] >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>> >>>> >>>> >>>> -- >>>> Lance Norskog >>>> [EMAIL PROTECTED] >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> >> >> -- >> Lance Norskog >> [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Lance Norskog [EMAIL PROTECTED] ---------------------------------------------------------------------
-
Re: Make ivy search maven repo1/repo2?Dawid Weiss 2012-06-29, 07:30
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 <[EMAIL PROTECTED]> wrote: > 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 > <[EMAIL PROTECTED]> wrote: >> Are you talking about the maven build or the ant build? >> D. >> >> On Thu, Jun 28, 2012 at 9:23 AM, Lance Norskog <[EMAIL PROTECTED]> 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 11:37 PM, Dawid Weiss >>> <[EMAIL PROTECTED]> wrote: >>>> 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 url="${ivy.default.settings.dir}/ivysettings-local.xml"/> >>>> <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> >>>> >>>> the main chain includes shared repos and shared is: >>>> >>>> <ibiblio name="public" m2compatible="true"/> >>>> >>>> And ibiblio is by default pulling from maven repos: >>>> >>>> http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html >>>> >>>> Dawid >>>> >>>> On Thu, Jun 28, 2012 at 8:31 AM, Lance Norskog <[EMAIL PROTECTED]> wrote: >>>>> 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 >>>>> <[EMAIL PROTECTED]> 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 >>>>>> 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 <[EMAIL PROTECTED]> wrote: >>>>>>> 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 >>>>>>> [EMAIL PROTECTED] >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Lance Norskog >>>>> [EMAIL PROTECTED] >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>> >>> >>> >>> -- >>> Lance Norskog >>> [EMAIL PROTECTED] >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -- > Lance Norskog > [EMAIL PROTECTED] > > ---------------- |