Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] How does one know what tags a build was made with?


The master file is called directory.txt and is available for the 2.1.1 build here:

http://download.eclipse.org/downloads/drops/R-2.1.1-200306271545/directory.txt

This file was created by merging all entries in the *.map files from version r211_200306271545 of the org.eclipse.releng project on dev.eclipse.org:/home/eclipse

There are a couple of easy ways to get all the source specified in this file without doing individual checkouts:

1.  The source build (source in .zip) from the 2.1.1 download page contains all the source checked out using the tags in the directory.txt

http://download.eclipse.org/downloads/drops/R-2.1.1-200306271545/index.php


2.  Use the Releng plug-in and Eclipse 2.1.1 to fetch these automatically for you using the directory.txt file

- install eclipse version 2.1.1 (SDK or Platform)
-  install the Releng plugin version 2.0 by extracting into the plugins directory of your eclipse install.
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-releng-home/org.eclipse.releng.tools_2.0.0.zip

- create a Simple project and download the directory.txt into the new project.
- Rename the directory.txt to directory.map
-  From the context menu of the directory.map, select Team -> Load Map Projects.  This takes 10-20 minutes with my high-speed connection.
-  To get rid of all the CVS directories, select all the projects in the Navigator view, and from the context menu select Team -> Disconnect.  You will be prompted to delete the CVS meta information from the file system.

As a final note, there will soon be a tag, probably "R2_1_1" for everything used in the 2.1.1 release.  Until then,  hope the above helps.

Cheers,

Sonia



"Villalovos, John L" <john.l.villalovos@xxxxxxxxx>
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

09/02/2003 05:14 PM
Please respond to platform-releng-dev

       
        To:        <platform-releng-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-releng-dev] How does one know what tags a build was made with?



I would like to be able to rebuild the 2.1.1 SDK build.  So I was wondering how I figure out what tags to use?

I guess I'm somewhat naïve but I was expecting that everything that would be part of the 2.1.1 build would be tagged with something along the lines of:

                eclipse_2_1_1

Instead I see lots of tags which appear to just be date/times.  For example:

                v200308130800

And it appears that the build for 2.1.1 might consist of many different tags for all the plugins.

Is there a master file somewhere that contains a mapping to what tags are in what build?

Sorry if I'm being too dense in figuring out the build system :(

Thanks,
John

John Villalovos
Intel Corporation
15400 NW GREENBRIER PKWY # CO5-162
BEAVERTON, OR  97006-5723
(503) 677-5777   Fax: (503) 677-6670

My opinions are my own and not necessarily the opinions of Intel Corporation.

Tired of Spam and use Outlook (not Outlook Express)?
Then try the SpamBayes Outlook addin at:
http://starship.python.net/crew/mhammond/spambayes/

It is open source and of course free.  And it does NOT put this message in your emails :)
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top