Re: Re: build tool with html build status page
Vladimir Glazounov <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Organization | StarOffice / Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Hi Takashi,
see my answers inline.
Takashi Nakamoto wrote:
> Hi,
>
> Excellent!
>
> Now, I'm trying it and I can see build status easily and friendly.
> Especially, displaying build time for each module is nice.
> Thanks for your great works.
Thanks a lot.
>
> Here is comments and proposals following,
>
> 1. How can I change the location of the HTML file. It looks like fixed to
> {SRC_ROOT}/unxlngi4.pro.build.html for Linux(32bit). If so, adding new
> option to switch the location make this feature flexible.
It's already implemented. The feature comes with 2 switches, and the
path that you mentioned is just a default path, you can alter it with
"--html_path" switch. The name of the file will still be
unxlngi4.pro.build.html, hope the majority can live with it.
>
> 2. As David says, I also want the output related to a module which caused
> an error. You can divide all the output by "Building process ****"
> string into each module build log. So it may be possible to show build log
> related to an error.
As I already have written, I#m thinking about it. The problem is not how
to collect the info, but where to store it and when to remove. Any ideas?
Best regards,
Vladimir