[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Post build listener for build automatically.

My plugins are listening to post build events by registring IResourceChangeEvent.POST_BUILD event.

But when i am selecting the "Build Automatically" in the project menu,and build the project ,the control is not coming to my handler.

Do i need to register some other event to handle "Build automatically"?

-Padam