:[EMAIL PROTECTED] On Behalf Of
> > Fred Chang
> > Sent: dinsdag 8 februari 2005 21:55
> > To: nant-users@lists.sourceforge.net
> > Subject: [Nant-users] Reference not found on different OS
> >
> > I have a project developed on Windows 2003 and a NAnt bui
: dinsdag 8 februari 2005 21:55
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Reference not found on different OS
>
> I have a project developed on Windows 2003 and a NAnt build script on
> Windows 2000. During execution, NAnt complains that references could
> not b
@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:
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.sourceforge.net
> Subject: [Nant-users] Reference not found o
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] Reference not found on different OS
I have a project developed on Windows 2003 and a NAnt build script on
Windows 2000. During execution, NAnt complains that references could
not be found:
Couldn't find referenced assembly
'C:\WINDOW
I have a project developed on Windows 2003 and a NAnt build script on
Windows 2000. During execution, NAnt complains that references could
not be found:
Couldn't find referenced assembly
'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll'.
This error occurred because the HintPath in tha