Managed Build System Extensibility use instruction [message #190269] |
Fri, 27 April 2007 23:06  |
Eclipse User |
|
|
|
Originally posted by: mukerji.nita.gmail.com
I have Eclipse 3.2 with CDT 3.1 installed. In C perspective, upon clicking
build action menu item, I want a program, written by me and kept in
workspace, to
execute with the C file that is open in the C/C++ editor as the input.My
Program produces two output files.
Reading the method described in Chapter 6 of "Managed Build System
Extensibility Document"(Help Content -CDT plug-in Developer Guide),I think
what I want is feasible.Whatever gcc uses to compile (ie error
parsers,dependency calculators)
all remain the same. Only instead of gcc, the tool command has to be my
program name.What new Java Classes need I provide? Is there some more
reading material available to clear my understanding of Managed Build
System Extensibility?
|
|
|
|
|
|
|
|
Re: Managed Build System Extensibility use instruction [message #190422 is a reply to message #190408] |
Tue, 01 May 2007 06:54  |
Eclipse User |
|
|
|
Originally posted by: dmsubs.NOSPAM.consertum.com
You should read the MBS extensibility document together with the plugin.xml that
I pointed you at. That provides all the information and examples that you need
(that is what I used).
Good luck,
--
Derek
Nita wrote:
> Please help me to find an example explaining how to define a project type.
>
> I am trying to do the following:
> In C/C++ perspective I enter a program, this is input file to my program
> code( which takes in this input file and produces two output file). This
> gets done very well when I do it with a makefile and a Standard Make C
> Project.
>
> Now I want the above incorporated in a plug-in so that when I click on
> build,
> my program code runs using the above mentioned input file.
>
> The Standard Make C Project uses "specsFile" for
> scannerInfoProvider.Does my plug-in need something to do if that? Guide
> me to some example codes dealing with this sort of thing.
|
|
|
Powered by
FUDForum. Page generated in 0.11893 seconds