Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Today's updates: 30 Nov 2005

<< < (4/5) > >>

Urxae:

--- Quote from: mandrav on December 02, 2005, 03:44:08 pm ---
--- Quote from: Urxae on December 02, 2005, 03:31:25 pm ---Judging by the redirection, I presume it now also sends the build outpout to stdout? If so, you forgot to mention this.

--- End quote ---

Yes, I thought it was evident by the example :)

--- End quote ---

Just thought I'd clarify as Rick asked about it earlier in the thread and others might be interested as well.

Der Meister:

--- Quote from: rickg22 on December 02, 2005, 04:15:01 pm ---No, backticks ` are different from single quotes ' . Notice the backticks are a little skewed, like the Tower of Pisa (lol).

--- End quote ---
Argh.... Of course, you are right. :o Seems as I got confused by a comment in the source code:

--- Quote ---#ifndef __WXMSW__
    // run the command in a shell, so backtick'd expressions can be evaluated
    cmd->command = GetConsoleShell() + _T(" '") + cmd->command + _T("'");
#endif

--- End quote ---
8)

Anyway, this doens't change the problem.

Urxae:
I just compiled and updated from revision 1425, and then performed the following command from my C::B dir:

--- Code: ---output\codeblocks --personality=Build --hidden --build CodeBlocks-NewBuild.cbp | tee build.log
--- End code ---
and the C::B window still showed itself, which I was assuming the --hidden parameter would prevent.
Did I misinterpret the intended meaning of this parameter?

mandrav:

--- Quote from: Urxae on December 02, 2005, 06:04:20 pm ---I just compiled and updated from revision 1425, and then performed the following command from my C::B dir:

--- Code: ---output\codeblocks --personality=Build --hidden --build CodeBlocks-NewBuild.cbp | tee build.log
--- End code ---
and the C::B window still showed itself, which I was assuming the --hidden parameter would prevent.
Did I misinterpret the intended meaning of this parameter?

--- End quote ---

Nope, you just found a "bug".
It has to do with the automatic layout loading, which shows the window no matter if the --hidden flag says "don't"...
I 've located the problem and fixed it just now.

Also, note that the --hidden parameter is removed. It 's not needed because, for batch builds, the window is not responsive anyway. So now it's implicitely hidden for batch builds.

takeshimiya:
I found this link very handy to know the latest changes, though it's more comfortable the TortoiseSVN's Show Log.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version