Book a Demo

Author Topic: Capture output  (Read 2092 times)

xirtam

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Capture output
« on: May 18, 2006, 12:09:49 pm »
I do have a problem capturing the output of my compiler .
I have a build script like this.:

"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" MyProject.sln /build Debug

When I run it from within EA I can see the message :
Running build script - My Dev MyProject
Build completed with exit code 0


So the project has been build but I’m not able to see compilation output .
Is there any special settings I have to do ?

Thank you
Marcello

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Capture output
« Reply #1 on: May 18, 2006, 03:13:45 pm »
Try using devenv.com instead of devenv.exe, I think that the exe version doesn't give output to the command line in the normal way.