Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] PlugIn PreBuild Hook

Hi Ruben,
You could define in your plugin a new builder for your project, see http://www.eclipse.org/articles/Article-Builders/builders.html. Such builder will be invoked if "Run all project builders" checkbox is enabled in make target. You can see list of currently defined builders in project properties, "Builders". I suppose you could also generate xml markup for your builder in .project.

Thanks,
Andrew

On Fri, Oct 7, 2011 at 4:12 AM, EXTERNAL Volkmer Ruben (TCP, CM-AI/PJ-VW36) <external.Ruben.Volkmer@xxxxxxxxxxxx> wrote:
Dear MailList,
 
I have Cmake generated CDT4.0 Project. This has several MakeTargets, which makefiles get generated externally. Now I'd like to hook up my Eclipse PlugIn. It should get called right before make is started, e.g. by double click on a Make Target. I do not want to start external Program, I want to take some action within the Eclipse PlugIn.
 
Is this possible, where can I add such a PreBuild Hook!?
I could not find any apropiate doc even that google is my friend.
 
Thanks in advance,
Ruben
 
 
 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top