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
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/
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!
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