Bug 544042 - Feature Request: Add API for sub-project-level build order computation
Summary: Feature Request: Add API for sub-project-level build order computation
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 4.10   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-01 09:08 EST by Andreas Loth CLA
Modified: 2019-02-01 09:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Loth CLA 2019-02-01 09:08:58 EST
Please provide an API to allow sub-project-level build order computation.

This can be useful when a project has separate dependencies for its main code and its tests.

E.g. There are two projects: A and B.
A's main code (AM) has no dependencies.
B's main code (BM) depends on AM.
A's test code depends on AM and BM.

On project level, A nd B have circular dependencies. But with the distinction of main and test code, we have an acyclic dependency graph.

Please see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=543981