[Buildbot-devel] Missing stdout from ShellCommand

Marc-Antoine Ruel maruel at chromium.org
Wed Oct 20 13:54:18 UTC 2010


vcbuild has subtle but nasty differences* in execution compared to
devenv.com.

* Which I sadly forgot but where show stoppers when we tried.

M-A


Le 20 octobre 2010 04:49, Marcus Lindblom <macke at yar.nu> a écrit :

>  Ok. Just so you know, vcbuild is able to build solutions too.
>
> /Marcus
>
> On 2010-10-20 06:31, Ariasgore wrote:
> > Hello,
> > sorry, forgot to answer this mail.
> >
> > The hint with devenv.com saved my day :)
> > Vcbuild / msbuild failed for me, since I must build projects in a
> solution,
> > which reference each other and that’s where the build engine of ms fails.
> >
> > Greetings,
> > Sam
> >
> > -----Ursprüngliche Nachricht-----
> > Von: Marcus Lindblom [mailto:macke at yar.nu]
> > Gesendet: Freitag, 15. Oktober 2010 09:05
> > An: buildbot-devel at lists.sourceforge.net
> > Betreff: Re: [Buildbot-devel] Missing stdout from ShellCommand
> >
> > On 2010-10-14 16:31, ariasgore at gmx.de wrote:
> >> Hello,
> >> I am using buildbot 0.8.1 and calling visual studio devenv.exe to build
> a
> > project. When I call the project from command line I see the usual output
> > that is directed into stdout, e.g
> >> Microsoft (R) Visual Studio Version 9.0.21022.8.
> >> Copyright (C) Microsoft Corp. All rights reserved.
> >> ...
> >>
> >> When I call the buildbot script which is configured as a shell command
> >> vs2008_debug_dx9_base =  ShellCommand(
> >>      command=["C:\\Program Files (x86)\\Microsoft Visual Studio
> > 9.0\\Common7\\IDE\\devenv.exe", "Projects.sln", "/Build",
> "x86_Debug_DX9"],
> >>      workdir=".",
> >>      name="Compiling Debug DX9",
> >>       description="Started compiling",
> >>       descriptionDone="Finished compiling",
> >>      haltOnFailure=True)
> >>
> >> I receive only the header buildbot generates. Can somebody tell me, why
> I
> > do not see the compiling process? If a build fails, there is no
> indication
> > in stdio since it looks like stdout and stderr are simply not put into
> > stdio.
> >> I have also tried forcing
> >> want_stdout = 1 and want_stderr = 1, same result. No output is
> generated,
> > altough expected
> >> Any hints appreciated.
> > devenv.exe is a GUI-exe, which doesn't print to stdout/stderr by default.
> >
> > Use devenv.com instead. That's the cmd-line version that works better.
> > Or, use vcbuild.exe which has slightly different options but also builds
> > vcproj-files.
> >
> > Cheers,
> > /Marcus
> >
> >
> >
> ----------------------------------------------------------------------------
> > --
> > Download new Adobe(R) Flash(R) Builder(TM) 4
> > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> > Flex(R) Builder(TM)) enable the development of rich applications that run
> > across multiple browsers and platforms. Download your free trials today!
> > http://p.sf.net/sfu/adobe-dev2dev
> > _______________________________________________
> > Buildbot-devel mailing list
> > Buildbot-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/buildbot-devel
> >
>
>
>
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20101020/100c121a/attachment.html>


More information about the devel mailing list