Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » how to build cdt plugin?
how to build cdt plugin? [message #133758] Fri, 07 January 2005 03:20 Go to next message
Eclipse UserFriend
Originally posted by: csmfzu.163.com

I am new to eclipse.
I have got org.eclipse.cdt.* source files from cvs.can anyone tell me how to
build source files to cdt plugin?
I am using eclipse 3.0.

thanks!
Re: how to build cdt plugin? [message #133796 is a reply to message #133758] Fri, 07 January 2005 05:24 Go to previous messageGo to next message
Eclipse UserFriend
Hi Tony.

To build the plugins you:
1) Open the plugins you wish to build (as in open the projects in
Eclipse - right-click and choose "Open Project").
2) From the "File" menu you choose "Export".
3) In the "Export" window you select "Deployable plug-ins and
fragments".
4) In the next window you select the plug-ins that you wish to build,
a way to deploy them and a destination. And then you just press
"Finish"...

I hope this helps.

Best regards,
Mads Kristensen

tony wrote:
> I am new to eclipse.
> I have got org.eclipse.cdt.* source files from cvs.can anyone tell me how to
> build source files to cdt plugin?
> I am using eclipse 3.0.
>
> thanks!
>
>
Re: how to build cdt plugin? [message #133809 is a reply to message #133758] Fri, 07 January 2005 05:26 Go to previous messageGo to next message
Eclipse UserFriend
I'm not sure if the HEAD branch will compile at all. You should probably
checkout the cdt_21 branch.

- Mads

tony wrote:
> I am new to eclipse.
> I have got org.eclipse.cdt.* source files from cvs.can anyone tell me how to
> build source files to cdt plugin?
> I am using eclipse 3.0.
>
> thanks!
>
>
Re: how to build cdt plugin? [message #133822 is a reply to message #133809] Fri, 07 January 2005 09:14 Go to previous messageGo to next message
Eclipse UserFriend
HEAD compiles w/Eclipse 3.1 M4.

"Mads Kristensen" <madsdk@gmail.com> wrote in message
news:crlo53$si2$2@www.eclipse.org...
> I'm not sure if the HEAD branch will compile at all. You should probably
> checkout the cdt_21 branch.
>
> - Mads
>
> tony wrote:
> > I am new to eclipse.
> > I have got org.eclipse.cdt.* source files from cvs.can anyone tell me
how to
> > build source files to cdt plugin?
> > I am using eclipse 3.0.
> >
> > thanks!
> >
> >
Re: how to build cdt plugin? [message #133927 is a reply to message #133809] Fri, 07 January 2005 20:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: csmfzu.163.com

Thanks,guys,
I really want to know where to get guidance about building cdt source
files into
cdt plugins.
I have downloaded all org.eclipse.cdt.* files .And I put them into a
certain directory.
what should I do next?

"Mads Kristensen" <madsdk@gmail.com> wrote :crlo53$si2$2@www.eclipse.org...
> I'm not sure if the HEAD branch will compile at all. You should probably
> checkout the cdt_21 branch.
>
> - Mads
>
> tony wrote:
> > I am new to eclipse.
> > I have got org.eclipse.cdt.* source files from cvs.can anyone tell me
how to
> > build source files to cdt plugin?
> > I am using eclipse 3.0.
> >
> > thanks!
> >
> >
Re: how to build cdt plugin? [message #134033 is a reply to message #133927] Sat, 08 January 2005 07:28 Go to previous message
Eclipse UserFriend
tony wrote:
> Thanks,guys,
> I really want to know where to get guidance about building cdt source
> files into
> cdt plugins.
> I have downloaded all org.eclipse.cdt.* files .And I put them into a
> certain directory.

I'm not sure that I understand you now... Earlier on you said that you
had checked CDT out from CVS and wanted to build it from source. Is that
still the case? Or have you downloaded the org.eclipse.cdt.* jar files?

If you want to build for example CDT 2.1 from source you could, for
example, checkout these modules (assuming that you are running linux):

org.eclipse.cdt.core.linux
org.eclipse.cdt.core
org.eclipse.cdt.debug.core
org.eclipse.cdt.debug.mi.core
org.eclipse.cdt.debug.mi.ui
org.eclipse.cdt.debug.ui
org.eclipse.cdt.doc.user
org.eclipse.cdt.launch
org.eclipse.cdt.make.core
org.eclipse.cdt.make.ui
org.eclipse.cdt.managedbuilder.core
org.eclipse.cdt.managedbuilder.ui
org.eclipse.cdt.ui
org.eclipse.cdt

From the CVS repository at
:pserver:anonymous@dev.eclipse.org:/home/tools using the cdt_21 branch.

After checking these modules out and into new projects in Eclipse you
can follow the instructions I gave in my first post to build them. When
exporting the plugins you could choose to export them into a directory
and then copying the resulting org.eclipse.cdt.* directories into your
eclipse/plugins directory.

This is the way that I installed CDT 2.1 from source. I'm not sure that
it is "the right" way to do it though ;-)

Best regards,
Mads

> what should I do next?
>
Previous Topic:the problem of hello jni
Next Topic:Anyone well familiar with CDT and Eclipse's code structure
Goto Forum:
  


Current Time: Thu May 08 01:26:25 EDT 2025

Powered by FUDForum. Page generated in 0.04291 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top