Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316212] How do we build CDT from a git repository

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316212 
Product/Component: CDT / cdt-releng

Doug Schaefer <cdtdoug@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdtdoug@xxxxxxxxx

--- Comment #1 from Doug Schaefer <cdtdoug@xxxxxxxxx> 2010-06-08 18:57:11 EDT ---
It's pretty easy but requires changes to the CDT build scripts.

PDE gives you a property to skip the fetch part of the build. You can then feed
it a search path to find the plug-ins, etc, instead.

So the idea is to check out the CDT from git and create the tag first then
invoke the build.xml.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top