Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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




Back to the top