Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 79850] cdt should have a source download that can be built

https://bugs.eclipse.org/bugs/show_bug.cgi?id=79850





------- Additional Comments From dschaefe@xxxxxxxxxx  2004-12-15 17:23 -------
I think I've been able to build from the SDK manually inside eclipse. Here's
what I did:

1) import the CDT plugins excluding the sdk/source ones using projects with
source folders. This magically creates the build.properties file. However there
is a problem with the org.eclipse.cdt.core one. You need to reverse the order of
the jar files, i.e. cdtparser.jar then cdtcore.jar.
2) import the org.eclipse.cdt feature
3) export deployable feature into a directory structure.
4) The export actually doesn't include the feature for some reason. But you can
create a features folder and copy the org.eclipse.cdt feature contents into it.
5) Package it the directory however you want.

The contents seem to be the same as the non-SDK zip file we distribute. You
might want to try this out and confirm. Also, I'm not sure if there is a way to
automate this headlessly, although a crafty plugin writer might be able to find
a way. I'll leave this open until I hear back on whether this is suitable.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top