Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/ProjectsAndBuildWorkingGroup"

< CDT
(Created page with "Wiki page to discuss/design better project model/build management system")
 
(Proposals)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Wiki page to discuss/design better project model/build management system
 
Wiki page to discuss/design better project model/build management system
 +
 +
== Requirements ==
 +
 +
Collection of requirements for the project model/build system we trying to make
 +
 +
* Commitable (plain text, no user specific or local info)
 +
* Portable (same files can be used on linux or windows without modifications)
 +
* Headless
 +
* Non xml API for extending
 +
* Separate re-usable components in cdt.core
 +
* Internal builder should be separate from core and be plugged in same way as external
 +
 +
== Proposals ==
 +
 +
* [[CDT/Build/Doug|Doug's current thoughts]]
 +
* [[CDT/Build/Martin|Martin's thoughts]]

Latest revision as of 06:18, 26 July 2015

Wiki page to discuss/design better project model/build management system

Requirements

Collection of requirements for the project model/build system we trying to make

  • Commitable (plain text, no user specific or local info)
  • Portable (same files can be used on linux or windows without modifications)
  • Headless
  • Non xml API for extending
  • Separate re-usable components in cdt.core
  • Internal builder should be separate from core and be plugged in same way as external

Proposals

Back to the top