Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Autorefresh in Eclipse 3.0 and managed make

> 
> 
> Hi,
> 
> I see a note at Eclipse.org saying that there's an autorefresh feature =
> and plugins integrated into Eclipse 3.0.  In regards to CDT 2.0, is it =
> hooked up (or being planned on being hooked up) to the managed make =
> builders so that if a file is modified outside Eclipse on the file =
> system in a managed make project a build will be kicked off?
> 

It should be transparent to the CDT.  The builders are trigger by
the platform on resource changes(When autobuild is set).
So the CDT builders do not need any special change.



Back to the top