Re: [NAnt-users] WebRequest

2010-03-18 Thread Gert Driesen
PM To: nant-users@lists.sourceforge.net Subject: [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

Re: [NAnt-users] WebRequest

2010-03-17 Thread Chris Lambrou
.txt"</a>;); return "blablabla"; } ]]> </code> Chris From: Lionel Morrison [mailto:lmorri...@lifeware.com] Sent: 17 March 2010 15:12 To: nant-users@lists.sourceforge.net Subject:

Re: [NAnt-users] WebRequest

2010-03-17 Thread Bob Archer
@lists.sourceforge.net Subject: [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

Re: [NAnt-users] WebRequest

2010-03-17 Thread Lionel Morrison
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.sourceforge.net Subject: [NAnt-users] WebRequest I'm trying to read in a txt file from a website (http://menumax.com/svn_info.txt

[NAnt-users] WebRequest

2010-03-17 Thread Lionel Morrison
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