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 "CDT/ProjectsAndBuildWorkingGroup"

< CDT
Line 11: Line 11:
 
* Separate re-usable components in cdt.core
 
* Separate re-usable components in cdt.core
 
* Internal builder should be separate from core and be plugged in same way as external
 
* Internal builder should be separate from core and be plugged in same way as external
 +
 +
== Proposals ==
 +
 +
* [[CDT/Build/Doug|Doug's current thoughts]]

Revision as of 12:37, 22 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