2008/9/17 Rémon. Sinnema <[EMAIL PROTECTED]> > ----- Original Message ---- > > From: Stuart McCulloch <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, September 17, 2008 6:16:29 AM > Subject: Re: OSGI Tools question > > > imho it's sometimes better to fix the tool, and avoid the need > > for fixing the build path in the first place :) > > I was referring to the situation where a new jar was added. In that case, > nothing is broken, we just need to tell Eclipse to also look at the new jar, > as it can't read our mind (yet). >
at the risk of wandering off-topic, if you have a maven plugin that can generate correct IDE files to begin with then there's no need to check in those IDE files - just make it part of the build (as a build profile) so developers can choose which IDE files to generate during "install" so even if you've added a new jar, refreshing the maven build should generate fresh IDE files - fwiw, I know of several projects that do this > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

