Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Building a CDT product

We don't build the CDT as a standalone Eclipse install, I.e., there is no RCP build of it.

The Eclipse C/C++ IDE standalone Eclipse is created by a pretty complicated process and is managed by the Eclipse Packaging Project (EPP). You might want to google around for it to see if there is any documentation (hopefully there is).

Doug.

From: Robert Gründler <r.gruendler@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, 29 October, 2012 5:28 AM
To: "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Building a CDT product

Hi,

i'm trying to use the CDT project as a reference for how to build a pre-packaged eclipse distribution.

Basically it should be similar to CDT only for the PHP development tools.

I've checked out cdt and built it using maven, but i'm not sure if the resulting binaries should contain
the RCP build somewhere.

Could someone point me to the right direction where to start, e.g. is there a CDT product definition somewhere
and should the maven build generate a runnable eclipse product?

thanks!


regards,

-robert



Back to the top