RE: exec on devenv.exe does not output anything

2009-04-13 Thread Lucas Albers
t: exec on devenv.exe does not output anything Hi everyone, I am running an Ant script from Luntbuild in order to build an Visual Studio 8 solution (set of projects). When I run "devenv.exe Complete.sln /build Release" from a command line I get the output of the build in the DOS box, but

RE: exec on devenv.exe does not output anything

2009-03-27 Thread Martin Gainty
> Date: Fri, 27 Mar 2009 11:38:32 + > Subject: exec on devenv.exe does not output anything > > > Hi everyone, > > I am running an Ant script from Luntbuild in order to build an Visual Studio > 8 solution (set of projects). > When I run "devenv.exe Complete.sln

exec on devenv.exe does not output anything

2009-03-27 Thread Benjamin Calvot
Hi everyone, I am running an Ant script from Luntbuild in order to build an Visual Studio 8 solution (set of projects). When I run "devenv.exe Complete.sln /build Release" from a command line I get the output of the build in the DOS box, but when I run the same command with an task it does no