You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2012/04/16 21:35:51 UTC

RE: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

I thought about that: Could we maybe let ant eclipse create the .classpath file from a **/*.jar fileset? This file gets outdated too fast.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: dweiss@apache.org [mailto:dweiss@apache.org]
> Sent: Monday, April 16, 2012 8:55 PM
> To: commits@lucene.apache.org
> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
> tools/eclipse/dot.classpath
> 
> Author: dweiss
> Date: Mon Apr 16 18:55:11 2012
> New Revision: 1326742
> 
> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
> Log:
> Updated eclipse's .classpath.
> 
> Modified:
>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> 
> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
> ================================================================
> ==============
> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
> +++ 2012
> @@ -169,6 +169,6 @@
>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> beanutils-1.7.0.jar"/>
>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> collections-3.2.1.jar"/>
>  	<classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> -	<classpathentry kind="lib" path="lucene/test-
> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
> +	<classpathentry kind="lib"
> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
>  	<classpathentry kind="output" path="bin"/>  </classpath>



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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Robert Muir <rc...@gmail.com>.
On Mon, Apr 16, 2012 at 4:33 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> If you could generate the pom files from the ivy.xml, too, I would offer you a beer crate in Berlin :-)
>

just thinking about that beer crate some more...

http://ant.apache.org/ivy/history/latest-milestone/use/makepom.html

-- 
lucidimagination.com

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


RE: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

> P.S. be careful about offering me crates of beer for anything, even if it involves
> maven :) it might be enough motivation for me to take you up on it.

I was sure that you would not accept that offer because of early morning flights :-) You get a beer in all cases!

Uwe


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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Robert Muir <rc...@gmail.com>.
On Mon, Apr 16, 2012 at 4:33 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> People who don't use eclipse but still have to fix the classpath file after they changed ivy.xml. This file is so simple, we can use the ANT fileset and copy over a few lines into the template file. If I should do it, I will try to do it. The always outdated .classpath file makes me nervous and I don’t like duplication all over the place. If you could generate the pom files from the ivy.xml, too, I would offer you a beer crate in Berlin :-)
>

well i dont mind really either way... I mean that people who don't use
eclipse shouldnt really feel obligated to touch this file, its just a
helper for IDE-users. someone (eclipse-user like myself) will fix it
eventually to make their IDE work.

So adding it to dev-tools was just "hey, here's something, no
warranty, no obligation, may not work, etc" like everything else in
there. If we want to script the jar files, thats fine though, and i
dont think we lose a ton by making it automated (as long as its SIMPLE
and not complicated). The nice thing about the file is that even as an
IDE user i can currently just edit it in vi, etc to fix it.

P.S. be careful about offering me crates of beer for anything, even if
it involves maven :) it might be enough motivation for me to take you
up on it.

-- 
lucidimagination.com

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


RE: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi Robert,

People who don't use eclipse but still have to fix the classpath file after they changed ivy.xml. This file is so simple, we can use the ANT fileset and copy over a few lines into the template file. If I should do it, I will try to do it. The always outdated .classpath file makes me nervous and I don’t like duplication all over the place. If you could generate the pom files from the ivy.xml, too, I would offer you a beer crate in Berlin :-)

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Robert Muir [mailto:rcmuir@gmail.com]
> Sent: Monday, April 16, 2012 9:57 PM
> To: dev@lucene.apache.org
> Subject: Re: svn commit: r1326742 - /lucene/dev/trunk/dev-
> tools/eclipse/dot.classpath
> 
> i dont know who is manually typing in... you can just fix in eclipse with the gui
> and copy the .classpath over
> 
> if we try to make something more complicated, we lose that simplicity?
> 
> On Mon, Apr 16, 2012 at 3:55 PM, Dawid Weiss
> <da...@cs.put.poznan.pl> wrote:
> > Not the entire thing -- I'd just generate the 'lib' entries, and have
> > them automatically pasted in the template? The 'src' and everything
> > would still be manually typed in?
> >
> > D.
> >
> > On Mon, Apr 16, 2012 at 9:46 PM, Robert Muir <rc...@gmail.com> wrote:
> >> Look at the classpath in the file though: its more complicated than that...
> >>
> >> On Mon, Apr 16, 2012 at 3:44 PM, Dawid Weiss
> >> <da...@cs.put.poznan.pl> wrote:
> >>> I agree, this is tiring. It should be a trivial task to add to the
> >>> existing utils.
> >>>
> >>> Dawid
> >>>
> >>> On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <uw...@thetaphi.de>
> wrote:
> >>>> I thought about that: Could we maybe let ant eclipse create the .classpath
> file from a **/*.jar fileset? This file gets outdated too fast.
> >>>>
> >>>> -----
> >>>> Uwe Schindler
> >>>> H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de
> >>>> eMail: uwe@thetaphi.de
> >>>>
> >>>>
> >>>>> -----Original Message-----
> >>>>> From: dweiss@apache.org [mailto:dweiss@apache.org]
> >>>>> Sent: Monday, April 16, 2012 8:55 PM
> >>>>> To: commits@lucene.apache.org
> >>>>> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
> >>>>> tools/eclipse/dot.classpath
> >>>>>
> >>>>> Author: dweiss
> >>>>> Date: Mon Apr 16 18:55:11 2012
> >>>>> New Revision: 1326742
> >>>>>
> >>>>> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
> >>>>> Log:
> >>>>> Updated eclipse's .classpath.
> >>>>>
> >>>>> Modified:
> >>>>>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> >>>>>
> >>>>> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> >>>>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
> >>>>>
> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
> >>>>>
> ================================================================
> >>>>> ==============
> >>>>> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
> >>>>> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16
> 18:55:11
> >>>>> +++ 2012
> >>>>> @@ -169,6 +169,6 @@
> >>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> >>>>> beanutils-1.7.0.jar"/>
> >>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> >>>>> collections-3.2.1.jar"/>
> >>>>>       <classpathentry kind="con"
> >>>>> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> >>>>> -     <classpathentry kind="lib" path="lucene/test-
> >>>>> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
> >>>>> +     <classpathentry kind="lib"
> >>>>> +path="lucene/test-framework/lib/randomizedtesting-runner-
> 1.2.0.jar"/>
> >>>>>       <classpathentry kind="output" path="bin"/>  </classpath>
> >>>>
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>
> >>
> >>
> >>
> >> --
> >> lucidimagination.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >> For additional commands, e-mail: dev-help@lucene.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
> 
> 
> 
> --
> lucidimagination.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Robert Muir <rc...@gmail.com>.
i dont know who is manually typing in... you can just fix in eclipse
with the gui and copy the .classpath over

if we try to make something more complicated, we lose that simplicity?

On Mon, Apr 16, 2012 at 3:55 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> Not the entire thing -- I'd just generate the 'lib' entries, and have
> them automatically pasted in the template? The 'src' and everything
> would still be manually typed in?
>
> D.
>
> On Mon, Apr 16, 2012 at 9:46 PM, Robert Muir <rc...@gmail.com> wrote:
>> Look at the classpath in the file though: its more complicated than that...
>>
>> On Mon, Apr 16, 2012 at 3:44 PM, Dawid Weiss
>> <da...@cs.put.poznan.pl> wrote:
>>> I agree, this is tiring. It should be a trivial task to add to the
>>> existing utils.
>>>
>>> Dawid
>>>
>>> On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>>> I thought about that: Could we maybe let ant eclipse create the .classpath file from a **/*.jar fileset? This file gets outdated too fast.
>>>>
>>>> -----
>>>> Uwe Schindler
>>>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>>> http://www.thetaphi.de
>>>> eMail: uwe@thetaphi.de
>>>>
>>>>
>>>>> -----Original Message-----
>>>>> From: dweiss@apache.org [mailto:dweiss@apache.org]
>>>>> Sent: Monday, April 16, 2012 8:55 PM
>>>>> To: commits@lucene.apache.org
>>>>> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
>>>>> tools/eclipse/dot.classpath
>>>>>
>>>>> Author: dweiss
>>>>> Date: Mon Apr 16 18:55:11 2012
>>>>> New Revision: 1326742
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
>>>>> Log:
>>>>> Updated eclipse's .classpath.
>>>>>
>>>>> Modified:
>>>>>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>>>>
>>>>> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>>>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
>>>>> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
>>>>> ================================================================
>>>>> ==============
>>>>> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
>>>>> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
>>>>> +++ 2012
>>>>> @@ -169,6 +169,6 @@
>>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>>>> beanutils-1.7.0.jar"/>
>>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>>>> collections-3.2.1.jar"/>
>>>>>       <classpathentry kind="con"
>>>>> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>>>>> -     <classpathentry kind="lib" path="lucene/test-
>>>>> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
>>>>> +     <classpathentry kind="lib"
>>>>> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
>>>>>       <classpathentry kind="output" path="bin"/>  </classpath>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>>
>>
>> --
>> lucidimagination.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidimagination.com

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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
Not the entire thing -- I'd just generate the 'lib' entries, and have
them automatically pasted in the template? The 'src' and everything
would still be manually typed in?

D.

On Mon, Apr 16, 2012 at 9:46 PM, Robert Muir <rc...@gmail.com> wrote:
> Look at the classpath in the file though: its more complicated than that...
>
> On Mon, Apr 16, 2012 at 3:44 PM, Dawid Weiss
> <da...@cs.put.poznan.pl> wrote:
>> I agree, this is tiring. It should be a trivial task to add to the
>> existing utils.
>>
>> Dawid
>>
>> On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>>> I thought about that: Could we maybe let ant eclipse create the .classpath file from a **/*.jar fileset? This file gets outdated too fast.
>>>
>>> -----
>>> Uwe Schindler
>>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>> http://www.thetaphi.de
>>> eMail: uwe@thetaphi.de
>>>
>>>
>>>> -----Original Message-----
>>>> From: dweiss@apache.org [mailto:dweiss@apache.org]
>>>> Sent: Monday, April 16, 2012 8:55 PM
>>>> To: commits@lucene.apache.org
>>>> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
>>>> tools/eclipse/dot.classpath
>>>>
>>>> Author: dweiss
>>>> Date: Mon Apr 16 18:55:11 2012
>>>> New Revision: 1326742
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
>>>> Log:
>>>> Updated eclipse's .classpath.
>>>>
>>>> Modified:
>>>>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>>>
>>>> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
>>>> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
>>>> ================================================================
>>>> ==============
>>>> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
>>>> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
>>>> +++ 2012
>>>> @@ -169,6 +169,6 @@
>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>>> beanutils-1.7.0.jar"/>
>>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>>> collections-3.2.1.jar"/>
>>>>       <classpathentry kind="con"
>>>> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>>>> -     <classpathentry kind="lib" path="lucene/test-
>>>> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
>>>> +     <classpathentry kind="lib"
>>>> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
>>>>       <classpathentry kind="output" path="bin"/>  </classpath>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
>
> --
> lucidimagination.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Robert Muir <rc...@gmail.com>.
Look at the classpath in the file though: its more complicated than that...

On Mon, Apr 16, 2012 at 3:44 PM, Dawid Weiss
<da...@cs.put.poznan.pl> wrote:
> I agree, this is tiring. It should be a trivial task to add to the
> existing utils.
>
> Dawid
>
> On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> I thought about that: Could we maybe let ant eclipse create the .classpath file from a **/*.jar fileset? This file gets outdated too fast.
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>>
>>> -----Original Message-----
>>> From: dweiss@apache.org [mailto:dweiss@apache.org]
>>> Sent: Monday, April 16, 2012 8:55 PM
>>> To: commits@lucene.apache.org
>>> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
>>> tools/eclipse/dot.classpath
>>>
>>> Author: dweiss
>>> Date: Mon Apr 16 18:55:11 2012
>>> New Revision: 1326742
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
>>> Log:
>>> Updated eclipse's .classpath.
>>>
>>> Modified:
>>>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>>
>>> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
>>> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
>>> ================================================================
>>> ==============
>>> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
>>> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
>>> +++ 2012
>>> @@ -169,6 +169,6 @@
>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>> beanutils-1.7.0.jar"/>
>>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>>> collections-3.2.1.jar"/>
>>>       <classpathentry kind="con"
>>> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>>> -     <classpathentry kind="lib" path="lucene/test-
>>> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
>>> +     <classpathentry kind="lib"
>>> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
>>>       <classpathentry kind="output" path="bin"/>  </classpath>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidimagination.com

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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
I agree, this is tiring. It should be a trivial task to add to the
existing utils.

Dawid

On Mon, Apr 16, 2012 at 9:35 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> I thought about that: Could we maybe let ant eclipse create the .classpath file from a **/*.jar fileset? This file gets outdated too fast.
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: dweiss@apache.org [mailto:dweiss@apache.org]
>> Sent: Monday, April 16, 2012 8:55 PM
>> To: commits@lucene.apache.org
>> Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
>> tools/eclipse/dot.classpath
>>
>> Author: dweiss
>> Date: Mon Apr 16 18:55:11 2012
>> New Revision: 1326742
>>
>> URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
>> Log:
>> Updated eclipse's .classpath.
>>
>> Modified:
>>     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>>
>> Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
>> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
>> tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
>> ================================================================
>> ==============
>> --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
>> +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
>> +++ 2012
>> @@ -169,6 +169,6 @@
>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>> beanutils-1.7.0.jar"/>
>>    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
>> collections-3.2.1.jar"/>
>>       <classpathentry kind="con"
>> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>> -     <classpathentry kind="lib" path="lucene/test-
>> framework/lib/randomizedtesting-runner-1.1.0.jar"/>
>> +     <classpathentry kind="lib"
>> +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
>>       <classpathentry kind="output" path="bin"/>  </classpath>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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


Re: svn commit: r1326742 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Posted by Chris Male <ge...@gmail.com>.
Please no more magic.  These files aren't very hard to maintain.

On Tue, Apr 17, 2012 at 7:35 AM, Uwe Schindler <uw...@thetaphi.de> wrote:

> I thought about that: Could we maybe let ant eclipse create the .classpath
> file from a **/*.jar fileset? This file gets outdated too fast.
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
> > -----Original Message-----
> > From: dweiss@apache.org [mailto:dweiss@apache.org]
> > Sent: Monday, April 16, 2012 8:55 PM
> > To: commits@lucene.apache.org
> > Subject: svn commit: r1326742 - /lucene/dev/trunk/dev-
> > tools/eclipse/dot.classpath
> >
> > Author: dweiss
> > Date: Mon Apr 16 18:55:11 2012
> > New Revision: 1326742
> >
> > URL: http://svn.apache.org/viewvc?rev=1326742&view=rev
> > Log:
> > Updated eclipse's .classpath.
> >
> > Modified:
> >     lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> >
> > Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
> > URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-
> > tools/eclipse/dot.classpath?rev=1326742&r1=1326741&r2=1326742&view=diff
> > ================================================================
> > ==============
> > --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
> > +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Mon Apr 16 18:55:11
> > +++ 2012
> > @@ -169,6 +169,6 @@
> >    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> > beanutils-1.7.0.jar"/>
> >    <classpathentry kind="lib" path="solr/contrib/velocity/lib/commons-
> > collections-3.2.1.jar"/>
> >       <classpathentry kind="con"
> > path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> > -     <classpathentry kind="lib" path="lucene/test-
> > framework/lib/randomizedtesting-runner-1.1.0.jar"/>
> > +     <classpathentry kind="lib"
> > +path="lucene/test-framework/lib/randomizedtesting-runner-1.2.0.jar"/>
> >       <classpathentry kind="output" path="bin"/>  </classpath>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Chris Male | Software Developer | DutchWorks | www.dutchworks.nl