Re: [NAnt-users] WebRequest

2010-03-17 Thread Bob Archer
Did you try the references node inside the script node? Look at the docs for the script task: http://nant.sourceforge.net/release/0.86-beta1/help/tasks/script.html BOb From: Lionel Morrison [mailto:lmorri...@lifeware.com] Sent: Wednesday, March 17, 2010 11:12 AM To:

Re: [NAnt-users] WebRequest

2010-03-17 Thread Chris Lambrou
Lionel, Rather than using 'using' in the code section, include the namespace via the imports element, like this: script language=C# prefix=lifeware imports import namespace=System.Net/ /imports code ![CDATA[ [Function(webrequest)]

Re: [NAnt-users] NAnt on Unix

2010-03-17 Thread Charles Chan
Hello Amal, The way we do it: 1) Use Hudson as a CI server. 2) Setup different slaves: Windows (.NET), Linux (Mono) -- I suspect there is Mono for other *nix as well. Perhaps compiling from source if necessary? 3) On each target, check out the source, run nant. We also use the Linux slaves to