RE: subprocess running ant

2011-03-03 Thread Thom Hehl
ounces+thom=pointsix@python.org] On Behalf Of MRAB Sent: Thursday, March 03, 2011 1:25 PM To: python-list@python.org Subject: Re: subprocess running ant On 03/03/2011 18:14, Thom Hehl wrote: > I am attempting to write a python script that will check out and build > our code, then deploy the

subprocess running ant

2011-03-03 Thread Thom Hehl
I am attempting to write a python script that will check out and build our code, then deploy the executable. It will report any failures via e-mail. To this end, I'm trying to run my ant build from inside of python. I have tried the following: proc = subprocess.Popen(ant -version') proc =