Title: How to add COM component reference for Solution task??
I am using Task of Nant to build my csproj file.
The project contains a reference to an COM component.
If I do not mention any reference for the COM dll (assuming that it should use the Reference tag specified in csproj file) in
> - Original Message -
> From: "Nitin Agarwal" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 28, 2004 8:05 PM
> Subject: [Nant-users] Build error when using task
>
> I am using Nant 0.84 version to build my solution file.
> The solution contains some .cs files
Try exporting ~dev/nant/bin/ to LD_LIBRARY_PATH
From what I've gathered, MONO_PATH is used at build time and LD_LIBRARY_PATH
is used at runtime.
--Pat
From: Kevin Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 27 Jan 2004 23:17:05 +
Subject: [Nant-users] MONO_PATH
I'm obviously
Title: Build error when using task
I am using Nant 0.84 version to build my solution file.
The solution contains some .cs files and .resx files.
It complies fine without any error within the IDE.
But when I use nant to build the solution I get the following error:
error: Invalid ResX i
Hi all,
I've just started playing around with NAnt to determine its feasibility for our
project, and am trying to build a web project with the following rule:
http://localhost/STSPortalApplication/STSPortalApplication.csproj";
path="c:\inetpub