Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] bug 219337 - CDT trigger re-build on non changed project dependencies

Upon further thinking, I believe we're going to need the option, because if we go to the new way that has been proposed, then changes in external libraries will never trigger a build. The only way then to relink will be to do a clean, which could be time consuming. Thoughts?

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt

Inactive hide details for Elena Laskavaia <elaskavaia@xxxxxxx>Elena Laskavaia <elaskavaia@xxxxxxx>


          Elena Laskavaia <elaskavaia@xxxxxxx>
          Sent by: cdt-dev-bounces@xxxxxxxxxxx

          11/19/2008 04:37 PM

          Please respond to
          "CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

cc


Subject

Re: [cdt-dev] bug 219337 - CDT trigger re-build on non changed project dependencies

I think we need a preference. Eclipse does not always knows what something is changed unless refresh is forces
(i.e. people edit files with vi or use command line tool source manager)

Vivian Kong wrote:
> Currently when we build a CDT project, the external builder invokes
> 'make all' on the project and all its dependencies and lets 'make'
> figures out what needs to be build. We have a requirement to change this
> behaviour so that 'make' gets invoked only when the project and its
> dependencies have changed within Eclipse. I've attached a patch on
> bugzilla for this change.
>
> I'm wondering if anyone is relying on the current behaviour. If so, we
> can always add a new option for the proposed change in CDT preference.
>
> Regards,
>
> Vivian Kong
> IBM Eclipse CDT
> IBM Canada Toronto Lab
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

GIF image

GIF image

GIF image


Back to the top