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: [email protected] > -----Original Message----- > From: Robert Muir [mailto:[email protected]] > Sent: Monday, April 16, 2012 9:57 PM > To: [email protected] > 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 > <[email protected]> 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 <[email protected]> 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 > >> <[email protected]> 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 <[email protected]> > 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: [email protected] > >>>> > >>>> > >>>>> -----Original Message----- > >>>>> From: [email protected] [mailto:[email protected]] > >>>>> Sent: Monday, April 16, 2012 8:55 PM > >>>>> To: [email protected] > >>>>> 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: [email protected] > >>>> For additional commands, e-mail: [email protected] > >>>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >> > >> > >> > >> -- > >> lucidimagination.com > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > -- > lucidimagination.com > > --------------------------------------------------------------------- > 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]
