Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox p2 - Building"

m (Building Provisioning moved to Equinox Provisioning - Building: Renamed to make it easier to find.)
(No difference)

Revision as of 15:30, 23 August 2007

A new project has been created in CVS which contains a builder for the new provisioning work. When you run the build, it will check all the code out of CVS and build a feature for you. It will then run the metadata generator application against a user-supplied target.

  • check out org.eclipse.equinox.prov.releng.builder
  • edit the build.properties
  • edit the run.xml
  • run build_win.bat

TODO

  • currently the build works on Windows only
  • integrate with the regular Platform builds
  • update how the properties are passed to the builder
  • write code to determine the output file of the build

Back to the top