Re: [Nant-users] Reference not found on different OS

2005-02-09 Thread Fred Chang
:[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

RE: [Nant-users] Reference not found on different OS

2005-02-08 Thread Gert Driesen
: 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

RE: [Nant-users] Reference not found on different OS

2005-02-08 Thread Butler, Mark A Mr IPI Gramm Tech
@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

Re: [Nant-users] Reference not found on different OS

2005-02-08 Thread Josh Larson
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:

Re: [Nant-users] Reference not found on different OS

2005-02-08 Thread Fred Chang
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

RE: [Nant-users] Reference not found on different OS

2005-02-08 Thread Butler, Mark A Mr IPI Gramm Tech
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

[Nant-users] Reference not found on different OS

2005-02-08 Thread Fred Chang
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