[Nant-users] Capture Console output from exe task

2005-01-19 Thread Hamza Zeen-Aldin
I am trying to call Perforce through the command line to create a change list number. How can I capture the output Perforce returns? I Also have a good perl script that handles calls to Perforce, would it be easier to have it return the number to Nant. I have tried the resultproperty of the exe tas

[Nant-users] Solution task

2004-12-01 Thread Hamza Zeen-Aldin
I moved my builds to a new build server and now the solution task gives me this error. Everything worked fine with Win server 2000 and Nant .85 the new server is on Win 2003 and VS is not installed on it. Only the .NET framework and Nant and needed 3rd party Dlls. Below is the error I get. Thank

[Nant-users] Re: Nant-users digest, Vol 1 #1240 - 15 msgs

2004-12-01 Thread Hamza Zeen-Aldin
On Tue, 30 Nov 2004 15:12:34 -0600, Byrd, Payton <[EMAIL PROTECTED]> wrote: > I think the problem here isn't that the ServiceController task isn't waiting > for the service to stop, but that there is an underterminable amount of time > between when the service controller releases until all of the

[Nant-users] Service Status

2004-11-30 Thread Hamza Zeen-Aldin
I am using the servicecontroller to stop and start services on multiple servers. The problem is that when I stop a service and try to update the files it takes a while for the service to release the handle on those files. I used the sleep task but it does not work all the time even if I set the per

[Nant-users] Multiple sources for a task

2004-11-09 Thread Hamza Zeen-Aldin
Hi, I am trying to use the zip task to compress files that are located in different folders. The fileset only allows one base folder how can I do that? (copying the files to a temp folder and then use that folder as source folder is ineficient because of the big file sizes) I am also having the

[Nant-users] Named Fileset

2004-11-09 Thread Hamza Zeen-Aldin
Hi everyone, I want to use name filesets and there are no examples on how to do so. What I am trying to do is create one Fileset and reference it again later in multiple places. Also, when I try to use multiple filesets in the copy task I get an error that says multiple filesets are not supported.

[Nant-users] Solution Task fails because of License

2004-11-01 Thread Hamza Zeen-Aldin
Hi, I usually use devenv to compile my soultion files, I tried to use the solution task and it failed when trying to resolve the license file. Developers use Janus grid as a 3rd party grid and we have a registered version. Below is the part that if failed on, I can send the full build log file if

[Nant-users] Call Nant source code functions

2004-07-21 Thread Hamza Zeen-Aldin
Is there anyway that I can call the methods that Nant uses directly. For example, how can I call the methods that are in the Project class (i,e GetFullPath() ) form my C# code that resides inside a script task. Thanks, Z --- This SF.Net email i

[Nant-users] Capture the command line output

2004-07-15 Thread Hamza Zeen-Aldin
Hi all, How can I capture the string output from a program that I call through an http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

[Nant-users] Reading XML file and replacing text

2004-07-08 Thread Hamza Zeen-Aldin
I have and XML Config file for a C# application. There is a URL element for SOAP remoting, there are multiple servers used for back up. How can I replace all of the old URLs with a new URL that's in stored in another XML file that has all of the server information. I tried using XMLPoke and XMLPee