[NAnt-users] VB.NET Web App Build Issues

2006-01-25 Thread Narayanan Raghavan
Hello all, I am a newbie. I wrote this nant build file that to build my VB.NET web project. The project builds fine and generates the dll and pdb files. So far so good. But when I access my localhost I get a parser error in the Global.asax. Building my project via Visual Studio and then ac

RE: [NAnt-users] Are you still using NAnt

2006-01-25 Thread Gert Driesen
Hi Bob, Most active committers have been very busy lately, but there definitely have been quite some improvements since the last RC. We hope to release a new RC soon ... Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bob Archer > Sent:

RE: [NAnt-users] MailLogger stopped working...

2006-01-25 Thread Bob Archer
Title: MailLogger stopped working... Ok,   FYI: I found the problem. IT pushed an upgrade the McAfee Enterprise which was blocking port 25. I added nant.exe to the exceptions list and viola, back in business.   BOb     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

[NAnt-users] Are you still using NAnt

2006-01-25 Thread Bob Archer
Title: Are you still using NAnt Hello All, What is the status of NAnt? The last RC is quite old. Has this project been dropped due to MS Build being out there? Are there any plans to actually get to a 1.0 release? Thanks, BOb

[NAnt-users] MailLogger stopped working...

2006-01-25 Thread Bob Archer
Title: MailLogger stopped working... I was happily running builds on an XP Pro machine. Recently the emails stopped being sent. I am getting the following error. I assume a Windows update broke something. Anyone have any ideas? Here is the error message I am getting. MailLogger failed to

Re: FW: [NAnt-users] SVN tasks

2006-01-25 Thread Gary Feldman
Robert Schneider wrote: Look at this problem that I have encountered: http://sourceforge.net/mailarchive/message.php?msg_id=13549841 With regard to the line: I find that when I use , I have much better luck with This lets NAnt worry about the quoting, otherwise things get scr

FW: [NAnt-users] SVN tasks

2006-01-25 Thread Robert Schneider
Look at this problem that I have encountered: http://sourceforge.net/mailarchive/message.php?msg_id=13549841 > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:nant-users- > > [EMAIL PROTECTED] On Behalf Of Simon Thorogood > > Sent: Wednesday, January 25, 2006 10:43 AM > > To:

RE: [NAnt-users] SVN tasks

2006-01-25 Thread Simon Thorogood
Thanks - we are using CC.NET, but I need more fine-grained control over checkout/checkin process. I'm pretty sure that the svn task can do it (or possibly the exec task to call svn) I'd just like to find some sample code to save me some trial and error. -Original Message- From: Clayton