Re: [nant-dev][Nant-users] deprecation of built-in properties

2004-05-16 Thread Gert Driesen
- Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Cc: "NAnt Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, May 16, 2004 11:28 PM Subject: Re: [nant-dev][Nant-users] deprecation of built-in properties > Yep, > > I w

Re: [Nant-users] Correct cross-platform way to find nunit.framework.dll

2004-05-16 Thread Gert Driesen
Try this build file with the latest nightly build : (its the lib.framework.dir property that you need) Gert - Original Message - From: "Rodrigo B. de Oliveira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 17, 2004 2:32 AM Subject: [Nant-

[Nant-users] Nant Installation - Please, help!

2004-05-16 Thread Sterkin, Asher
I'm trying to build the Nant 0.84 following the instructions presented in "Getting Started". After making the changes recommended in Wiki's UpdatesAndRleaseNotes the compilation and unit tests did succeed, but the only debug version of Nant was built and nothing has changed in the bin directory.

[Nant-users] Correct cross-platform way to find nunit.framework.dll

2004-05-16 Thread Rodrigo B. de Oliveira
I've been using the following strategy to reference nunit.framework.dll in my projects: The thing is that this no longer works with the latest cvs versions (under mono or windows). One possible solution is: it works but I wonder what would be the correct cross-platform way to refere

Re: [nant-dev][Nant-users] deprecation of built-in properties

2004-05-16 Thread Scott Hernandez
Yep, I would agree that functions are a more powerful way to express these properties. We have talked about this for a while. But I would like to depreciate these over a few builds before actually remove them completely. This will cause some serious problems with peoples' build files (and projects