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 "Development Resources/Builds"

(New page: =Running Your Build= You have two options for running your build. * Run it directly on the Eclipse Foundation's Build Server using the command-line or cr...)
 
(Build Technologies)
Line 13: Line 13:
 
* [http://www.eclipse.org/modeling/emft/b3/ b3]
 
* [http://www.eclipse.org/modeling/emft/b3/ b3]
 
* [http://www.eclipse.org/buckminster/ Buckminster]
 
* [http://www.eclipse.org/buckminster/ Buckminster]
* [http://www.eclipse.org/tycho/ Maven/Tycho]
+
* Maven: [http://www.eclipse.org/tycho/ Tycho]/[[Minerva]]
 
* [http://www.eclipse.org/pde/pde-build/ PDE Build]
 
* [http://www.eclipse.org/pde/pde-build/ PDE Build]

Revision as of 22:48, 5 April 2011

Running Your Build

You have two options for running your build.

  • Run it directly on the Eclipse Foundation's Build Server using the command-line or cron job;
  • Run it through our Hudson instance.

Build Technologies

Eclipse projects are free to choose a build technology that best suits their needs. Here are some options to consider (listed alphabetically):

Back to the top