VS 2005 Beta2 command line build

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am upgrading from VS6/eVC and have a custom auto-build script that I
run. I just downloaded VS2005 B2 and am trying out the command line
build options. I got the build to work properly using devenv
/rebuild. I did notice that devenv returns right away and spawns
other processes to do the build. Does anyone know if there is another
way to build projects from the .sln file so that I can monitor when
the build is complete and check for errors?

Thanks.

Gene Chang
.



Relevant Pages

  • Re: Question on building Web application
    ... ..Net Developer ... The sun never sets on ... > devenv /build command? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Command line devenv not picking up dependencies
    ... In Microsoft Visual Studio .NET 2003, the command-line compiler (devenv) ... Use the IDE to build the solution. ... IDE, the dependencies are handled correctly, and you should get a resulting ... > subsequent command line executions work OK too as long as files from the IDE ...
    (microsoft.public.vsnet.ide)
  • Re: Cant get vcbuild to build a project with dependant projects
    ... Running revenv from the command line is fast - it doesn't incur ... you can invoke devenv or msbuild from your makefile if you've got ...
    (microsoft.public.vc.language)
  • Re: Question on building Web application
    ... handler. ... > forgive me and give some pointers. ... Theoretically, it should not> be necessary just for the build, I can achieve my goal by compiling> cs files and resources separatly but can I do it with a simple> devenv /build command? ...
    (microsoft.public.dotnet.framework.aspnet)