Re: build tool with html build status page
David Fraser <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Message-ID | <[email protected]> |
Vladimir Glazounov wrote: > David Fraser wrote: > >>> I think, this information is already there. You can see total build >>> time, CPU time (is different in multiprocessing mode) and times for >>> each directory (dmake times). Isn't it that what you mean? >> >> >> >> Yes, but if it could remember the time for each project from the last >> build then it could update the progress bar to reflect percentage of >> time rather than just percentage of projects. > > I have no idea how to make it. Where to store information so that it > OK for everyone. Any ideas? > Actually, I do not think that's a good idea to use information from > the past for current statistics. It can easily become inconsistent > (remember windows' boot or setup progressbar?). You can keep the old > html file and compare. It's not elegant, but in that case you know > what you're dealing with. I ony thought about it afterwards, keeping the old html and comparing seems like the best idea David