Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [inbox] Re: [cdt-core-dev] build from source

diviya,

How to build the develop and debug the CDT is documented here ->

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/developer/build/developingCDT.html?cvsroot=Tools_Project


----- Original Message ----- 
From: "Alex Chapiro" <achapiro@xxxxxxx>
To: <cdt-core-dev@xxxxxxxxxxx>
Sent: Monday, December 22, 2003 11:15 AM
Subject: [inbox] Re: [cdt-core-dev] build from source


> Your workspace include two types of plugins: those you take "as is" (you
> import them as a binary plugins to workspace) and those your are working
> at (these you download from CVS, keep as a source packages and are
> modifying according to your purpose). I'm not sure that you should
> modify CDT codes to reach your goals. There are different ways
> (extension points, subclassing) to change its behaviour according to
> your needs. Anyway, if you still going to modify CDT code, you shouldn't
> do anything special: as soon as you save modified code, Eclipse compiles
> it and places to the right location. After that you can run and debug it.
>
> Diviya JAIN wrote:
>
> >Hello everyone,
> >
> >I am very new to Eclipse. My aim is to extend CDT plugin to support our
own toolchain.
> >
> >I have downloaded eclipse full 2.1.1 and installed it. I have also
downloaded cdt plugin 1.2.0 and installed it with eclipse. It is working
fine.
> >
> >Now I want to add some code to cdt.core. but seeing it as a plugin, gives
only .jar file. I canniot view the source code. So I downloaded source code
of cdt.
> >
> >But even If I make changes to source code, how should I rebuild the
plugin.
> >
> >I am not able to do it. Can anybody help me in rebuilding the original
plugin from the source.
> >
> >Thanking you,
> >diviya
> >
> >_______________________________________________
> >cdt-core-dev mailing list
> >cdt-core-dev@xxxxxxxxxxx
> >http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
> >
> >
> >
> >
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
>



Back to the top