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.
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!
--
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
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
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
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]
>
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