[NAnt-users] A few scenarios: Error:BC30466 and BC30002

2006-02-28 Thread Narayanan Raghavan
Hello, I have a few scenarios (described below) that I need some clarification on as I do not know how Nant handles it. I would really appreciate some help. Thanks! 1. How do you deal with a project with a option strict option turned ON for a few files and turned OFF for a few others. 2.

[NAnt-users] Automatic Deployment - Help on which tool to use

2006-02-26 Thread Narayanan Raghavan
Hi, I build my projects using NANT and now want to deploy them to remote servers. Is there a tool that integrates with NANT and once the build is complete automatically copies the build files and deploys them onto the remote servers. Thanks! --

Re: [NAnt-users] error BC30002: Type not defined

2006-01-30 Thread Narayanan Raghavan
ot; optionexplicit="${optionexplicit.value}" > From: Gary Feldman <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] error BC30002: Type not defined Date: Mon, 30 Jan 2006 12:40:35 -0500 Narayanan Raghavan wro

[NAnt-users] error BC30002: Type not defined

2006-01-29 Thread Narayanan Raghavan
While trying to build my project, I get this error error BC30002: Type 'XYZ.Objects.Common.Cache' is not defined THe line number this error points to is basically declaring an object of this class. [This is a class library that I wrote.] I opened my proj file in notepad (there is a lot useful

[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] Build file for VB.NET web apps

2006-01-23 Thread Narayanan Raghavan
p. From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Narayanan Raghavan'" <[EMAIL PROTECTED]>, Subject: RE: [NAnt-users] Build file for VB.NET web apps Date: Mon, 23 Jan 2006 07:16:41 +0100 > -Original Message- > From: [EMAIL PROTECTED] >

[NAnt-users] Build file for VB.NET web apps

2006-01-22 Thread Narayanan Raghavan
Hello, I am a newbie to nant. I am trying to write a build file for a simple VB.NET web app. When I run nant, the corresponding resource and pdb files are not being generated. I also get the error message "[vbc] vbc : error BC30037: Project-level conditional compilation constant 'DEBUG;TRAC