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 through the build, 0.84 had an internal error about
some file not existing, but no details on which file. So I started
using 0.85, since it has better error details. After I started using
0.85, the internal error went away. And just for experimentation, I
took out the registry key. And the build still succeeded. Everything
now works as it should.

Now I guess we'll use two build machines... one 0.84, the other
0.85rc1. Unless I could get the other team to fix their script.

Thanks for all the help guys!


On Wed, 9 Feb 2005 05:39:36 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote:
> 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 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 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 that particular .csproj
> > file is set to
> > "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
> > while the .Net assemblies on the Windows 2000 machine are in
> > C:\WINNT\Microsoft.NET\....
> >
> > However, when I use devenv on the Windows 2000 machine to compile,
> > everything works fine. Why doesn't NAnt look in the right location?
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from
> > real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Nant-users mailing list
> > Nant-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/nant-users
> >
> >
> 
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to