Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] building a branch


Walter,

You may want to check out this work in progress...it helped with some of my questions.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=87151

Q1: you can set the Eclipse location to build against. See the above doc and the corresponding property to set
${baseLocation}

Q2: you can have local map files
See your customTargets.xml targets checkLocal and getMapFiles

HTH
Darins




"Walter Harley" <wharley@xxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

04/21/2005 03:20 PM

Please respond to
"Eclipse platform release engineering list."

To
<platform-releng-dev@xxxxxxxxxxx>
cc
Subject
[platform-releng-dev] building a branch





My team is working on a branched version of the JDT (the APT branch).
We would like to perform automated builds and tests of JDT to ensure
stability.

I've read the releng readme web page on how to build Eclipse components.
There are several things I don't understand; hopefully someone can help
me.

Q1. To build JDT, one needs to have a (JDT-less) Platform build already.
Does that imply that an automated build needs to start out by building
the whole Platform, or is it possible to achieve this by simply
installing or downloading it?

Q2. The releng process appears to be driven by a map file.  But of
course, there are no existing map files associated with the APT branch.
Do we need to check in map files, or is there a way to create and use a
local map file?  The APT branch does not include all of JDT, so we need
to "mix and match" between HEAD and APT.

Thanks,
 Walter Harley
 BEA Systems Inc.
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top