[NAnt-users] Nant.exe is crashing on Windows 2008 R2 64-Bit OS

2012-11-19 Thread Khairuddin Abdullah
Hi All: I've installed Nant 0.91 on Windows 2008 R2 server 64-bit OS under x86. The registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP indicated that there're .Net Framework CDF, v2.0.50725, v3, v3.5, and v4 installed on the server. I've noted in the Event Viewer logs that

[NAnt-users] task with security certificates

2012-02-02 Thread Khairuddin Abdullah
Hi All:   Does any of you have an example of task that uses a security certificate? I could not find any detail/sample references pertaining to element on the nant.sourceforge.net. The sample below shows the use of   task, but it does not include the element.   http://password.protected.site/

Re: [NAnt-users] rename a folder

2011-09-27 Thread Khairuddin Abdullah
Bob:   Try the following on one or two folders as a test (make sure you create a back up, just in case). If you do not wish to purge old empty folders (with Company.* in name), you need to comment out the last delete line.  Good luck!         

[NAnt-users] Nant - How to use task with an HTTP User Agent ID

2011-02-14 Thread Khairuddin Abdullah
Hi all: How do you use the task with an HTTP User Agent ID in Nant to download a file from a web site? Several web sites that I am working on require that I use an HTTP User Agent ID (e.g. Mozilla/4.0, Mozilla/5.0, etc) to be able to download a file from the web site? The following sample