Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Double checking if we're building the right stuff (or not)

There is a notable difference between how Tycho and PDE/Build find what
needs to be built. If I understand this correctly, PDE/Build builds all
bundles and features directly and indirectly referenced from a seed
feature.xml. Tycho, on the other hand, builds all projects (or "modules"
as they call it in Maven) referenced from entry point pom.xml file.
Currently the prototype build is set up to build as much as possible, so
it likely builds more bundles and features than actually needed to
produce the SDK.

--
Regards,
Igor

On 11-12-22 2:45 PM, Paul Webster wrote:
Just as a follow up, the topmost feature that describes what's built and
included in the Eclipse SDK and Equinox SDK repos is defined
http://git.eclipse.org/c/platform/eclipse.platform.releng.git/tree/features/master/feature.xml

http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/customTargets.xml?view=co&revision=1.116&content-type=text%2Fplain
<http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/customTargets.xml?view=co&revision=1.116&content-type=text%2Fplain>
is an example of the postSetup, and preProcess targets.

Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top