Phil Muldoon wrote:
Ben
Thanks for the changes to the existing procedure. CDT 3.0M5 does not
seem be out just yet. But we'll roll a new rpm as soon as it is.
They released these tarballs:
http://download.eclipse.org/tools/cdt/builds/3.0.0/I.I200503160300
which they claim on the mailing list to be 3.0M5 tarballs. See this
thread on
cdt-dev:
cdt-dev] CDT3.0 M5 candidate (build I200503150300) sanity test : Red Flag
Regards
Phil
On Thu, 2005-03-17 at 23:59 -0500, Ben Konrath wrote:
Hey Phil/Rick,
Here are some updated instructions for generating the CDT 3.0M5 tarball.
I couldn't actually find the 3.0 tag so I just put "**3.0TAG**" in the
sed line so you'll have to track it down (if it exists). If the repo
hasn't been tagged, then we're stuck with HEAD I suppose.
% mkdir temp && cd temp
% /usr/share/eclipse/buildscripts/copy-platform SDK /usr/share/eclipse
% mkdir home
% cvs -d :pserver:anonymous dev eclipse org:/home/tools co \
org.eclipse.cdt-releng/org.eclipse.cdt.releng
% cd org.eclipse.cdt-releng/org.eclipse.cdt.releng
% sed --in-place 's/HEAD/**3.0TAG**/' maps/cdt.map
% java -cp ../../SDK/startup.jar \
-Duser.home=../../home \
org.eclipse.core.launcher.Main \
-application org.eclipse.ant.core.antRunner \
-buildfile build.xml \
-DbaseLocation=/user/share/eclipse \
-DdontUnzip=true fetch
% cd .. && tar zcf eclipse-cdt-fetched-src-2.1.tar.gz org.eclipse.cdt.releng
I just tried this from HEAD and it seems to be be working with gij now!
If you have any problems, feel free to ping me.
Cheers, Ben
Thanks for the write-up Ben, good work there.
Rick