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 cr

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:

Re: [NAnt-users] WebRequest

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: nant-users@lists.sourceforg

Re: [NAnt-users] WebRequest

Thanks Bob, I'll give that a try. I remember seeing this month's back. Why it didn't click then I have no idea! Lionel Morrison | Build and Release Engineer | Lifeware TEK Office: (802) 552-4465 | Cell: (386) 336-7709 Email: lmorri...@lifeware.com From: Bob Archer [mailto:

[NAnt-users] WebRequest

I'm trying to read in a txt file from a website (http://menumax.com/svn_info.txt) . As it is I can't find a task that will allow me to call a URL so I thought I would use C# code block. My question is how do I get NAnt to include the System.Net class? I keep getting the follow error Inval