Yes, I was using 0.84 at first. Reason being, one of our development
teams' NAnt script does not work with 0.85. I went googling around and
I semi-fixed the problem after reading this page and adding a registry
key: http://weblogs.asp.net/soever/archive/2005/01/19/355922.aspx
However, half way thr
Fred,
Could it be that you're using a old version of NAnt ?
Recent versions of NAnt (eg. 0.85 RC1) should not have any problems with
this hintpath.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Fred Chang
> Sent: dinsdag 8 februari 200
@lists.sourceforge.net
Subject: Re: [Nant-users] Reference not found on different OS
If I do that, NAnt tries to find System.Web.dll in the same directory
as the NAnt build script. So that doesn't really work.
What works: make a copy of Microsoft.Net from C:\WINNT to C:\Windows
I know this is r
What I do is something like this:
where I am explicitly setting the framework version to build with like this:
The trick then is other references (as merging filesets is not
currently trivial). I use a property to identify the ref path:
If I do that, NAnt tries to find System.Web.dll in the same directory
as the NAnt build script. So that doesn't really work.
What works: make a copy of Microsoft.Net from C:\WINNT to C:\Windows
I know this is really ghetto, but is there any other way? Is there a
environment variable that I can se
Try taking out any path reference. Leave it at 'System.Web.dll'
NAnt will find it.
You can do that for all the .net DLL's.
MArk B.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fred Chang
Sent: Tuesday, February 08, 2005 12:55 PM
To: nant-users@lists