Re: [nant-dev] FW: System.Data.OracleClient assembly no longer resolved(different behaviour 0.85 v 0.86b1)

2008-04-16 Thread Erik Renes
Hi Gert, That has worked for all my projects. If I encounter other problems I'll just submit a patch to the config file :) Thanks. Erik -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: woensdag 16 april 2008 20:22 To: 'Erik Renes'; nant-developers@lists.sourceforge

[nant-dev] Upgrade to latest nightly build

2008-04-16 Thread Eric Fetzer
I upgraded to try out the 3.5 stuff again. Well, in my build, I start with a 2.0 project build and it no longer works. Right before building this project, I set: . With the 86rc1, this builds fine. With 2/10 nightly, I get the error: System.NullReferenceException: Object referen

Re: [nant-dev] FW: System.Data.OracleClient assembly no longer resolved(different behaviour 0.85 v 0.86b1)

2008-04-16 Thread Gert Driesen
Eric, For .NET, we now use an explicit set of assemblies that we can automatically resolve to a full path. This set can be configured in the NAnt.exe.config file. I have now added the System.Data.OracleClient assembly. You can double-check the configuration file to make sure our list is complet

[nant-dev] FW: System.Data.OracleClient assembly no longer resolved (different behaviour 0.85 v 0.86b1)

2008-04-16 Thread Erik Renes
Hi all, When upgrading Nant to the latest version today, I noticed that a lot of my previously working build scripts were failing. Compile errors arose from the fact that System.Data.OracleClient.dll wasn't referenced. Further investigation showed that nant 0.85 resolves the following: