up vote 3 down vote favorite
1
share [g+] share [fb]

I'm looking in the environment but I can't see anything that I could use. Any ideas?

I'm trying to submit a patch for in Waf a bug that only appears when running the build under MSBuild (...yes I know, it sounds crazy but we're driving our Teamcity server using MSBuild).

link|improve this question

77% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Whilst I can't tell you exactly how to do it, I know you can do this.

You should look at functionality to find your parent process and then it's executable name to determine if it's MSBuild.exe or not.

Hope that helps to at least point you in the right direction.

link|improve this answer
Its the best answer I've had yet - I'll accept tomorrow if no-one else comes closer. This is a Python based tool so finding the parent process shouldn't be too hard. – jkp Nov 30 '09 at 9:46
feedback

Maybe this process itself can check if there is any MSBuild.exe instance running? That can be an easy hack, though it does not answer your question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.