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

2011-10-11 Thread Dominik Guder
Hi, you could also try CI-Factory-1.0.1.5.exe or any other from http://code.google.com/p/ci-factory/downloads/list hth Dominik Am 10.10.2011 23:31, schrieb ssingh46: > > Hi Dominick, > I am not able to download this EXE. Its timing put. > > > Dominik Guder wrote: >> >> Hi, >> >> maybe you are l

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

2011-10-10 Thread ssingh46
Hi Dominick, I am not able to download this EXE. Its timing put. Dominik Guder wrote: > > Hi, > > maybe you are looking for something like this: > http://jayflowers.com/WordPress/?p=132 > > In particular > > > You can give it a try: > Download latest ci-factory from > http://ci-factory.go

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

2011-10-10 Thread Dominik Guder
Hi, maybe you are looking for something like this: http://jayflowers.com/WordPress/?p=132 In particular You can give it a try: Download latest ci-factory from http://ci-factory.googlecode.com/files/CI-Factory-Beta-1.1.0.47.exe - Extract it to a folder named "CI Factory" where you like - Copy

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

2011-10-04 Thread Adam Bruss
: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com -Original Message- From: ssingh46 [mailto:sunil1...@gmail.com] Sent: Tuesday, October 04, 2011 2:45 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant Exec task output to a file Hi Adam, Thanks. That

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

2011-10-04 Thread ssingh46
0 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Nant Exec task output to a file > > > 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 cooma

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

2011-10-04 Thread Adam Bruss
W: http://www.awrcorp.com -Original Message- From: ssingh46 [mailto:sunil1...@gmail.com] Sent: Sunday, October 02, 2011 9:10 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant Exec task output to a file All, I am writting one program task which runs TFS command . I would

[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