Hi All,
I have been trying to generate MSI (Microsoft Installer) file for a simple
"hello world" application written in C#. I am using NAnt Contrib. Getting
object reference error.
Code for the build script is as follows:
BUILD SCRIPT:
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Andy Johnstone
> Sent: dinsdag 28 februari 2006 22:17
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Nunit2 task
>
> Has anybody updated the Nunit 2 task to run against the Nunit
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.
Has anybody updated the Nunit 2 task to run against the Nunit 2.2.7.0
release?
Thanks
Andy
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live web
All,
I’ve got a VS.NET solution with project references to
a disk location that does not exist on my build server. The files exist on the
build server, just in a different location. Does anyone know what
attribute/property that can be set for relative path usage in Nant when
building
Been using Nant for 4 months as our build tool in a startup
company.
I am having a problem with resgen not including .ico and
.bmp files as EmbeddedResources into the project output. Output type is
class library.
There is no problem when built using Visual Studio (2003).
Here is