Issue 69476 - [RFE] let build --html log the finished modules in build order, not in alphabetical order
Summary: [RFE] let build --html log the finished modules in build order, not in alphab...
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: vg
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 08:38 UTC by Frank Schönheit
Modified: 2008-11-06 21:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2006-09-12 08:38:10 UTC
Imagine you are doing a "build --all --html" in some high-level module, for a
CWS which contains, as an arbitrary example, offapi, toolkit, and unoil
The build will first build offapi, then unoil, then toolkit (which is correct).

However, the HTML build log will, once those modules are finished, list them in
all in alphabetical order, means first offapi, then unoil, then unoil.

This holds for all modules: As long as it is being built, it is at the top of
the list. When it is finished, it is inserted into the list by sorting
alphabetically. This is somewhat counter-intuitive - better would be to simply
leave it where it is in the list, and place the next-to-be-built at the top.
This way, the list would always reflect the built order.
Comment 1 vg 2007-09-05 11:23:16 UTC
as agreed, there is no "build order", at least for multiprocessing mode
Comment 2 Mechtilde 2008-11-06 21:14:57 UTC
close the invalid issue