Re: [NAnt-users] Nant Exec task output to a file

2011-10-10 Thread ssingh46
n.VersionControl.Common.dll > The referenced assemblies are from VS2005 and could be found in > Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\ > > Maybe you can try to use others. If this is not working, then a > recompile against nant and tfs dlls is required. > >

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread ssingh46
11520 N. Port Washington Rd., Suite 201 > Mequon, WI  53092  USA > P: 1.262.240.0291 x104 > F: 1.262.240.0294 > E: abr...@awrcorp.com > W: http://www.awrcorp.com > > -Original Message- > From: ssingh46 [mailto:sunil1...@gmail.com] > Sent: Sunday, October 02, 2011 9:1

[NAnt-users] Nant Exec task output to a file

2011-10-02 Thread ssingh46
All, I am writting one program task which runs TFS command . I would like to store that output to the file but iam not able to write program output. Below is my coomand I just need to return TFS source path(Server) into a file (version.txt). I can