[NAnt-users] Latest Nightly Build

2012-03-03 Thread Ryan Boggs
Hi, Just another FYI - The latest nightly build (2012-03-02) for NAnt contains the latest changes to the task (ie: updates the nunit2 libs to version 2.6). For those interested, please test. https://sourceforge.net/projects/nant/files/nant/nightly/2012-03-02/ Thanks, Ryan -

Re: [Nant-users] Latest nightly build 20031209 doesn't build corr ectly

2003-12-11 Thread Gert Driesen
Saber)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 2:55 PM Subject: RE: [Nant-users] Latest nightly build 20031209 doesn't build corr ectly > Hi All, > > I'm trying to build by using the solution task. My build file looks like

RE: [Nant-users] Latest nightly build 20031209 doesn't build corr ectly

2003-12-11 Thread Karmous S. (Saber)
Hi All, I'm trying to build by using the solution task. My build file looks like this : http://nant.sourceforge.net/schema/nant-20030903.xsd";>

RE: [Nant-users] Latest nightly build 20031209 doesn't build corr ectly

2003-12-11 Thread Karmous S. (Saber)
That helped... Thanx Snelle reactie trouwens!!! -Oorspronkelijk bericht- Van: Gert Driesen [mailto:[EMAIL PROTECTED] Verzonden: donderdag 11 december 2003 14:04 Aan: Karmous S. (Saber); [EMAIL PROTECTED] Onderwerp: Re: [Nant-users] Latest nightly build 20031209 doesn't build corr

Re: [Nant-users] Latest nightly build 20031209 doesn't build correctly

2003-12-11 Thread Gert Driesen
is fully functional regardless of this ... Gert PS. Succes ermee ! - Original Message - From: "Karmous S. (Saber)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 1:08 PM Subject: [Nant-users] Latest nightly build 20031209 doesn't

[Nant-users] Latest nightly build 20031209 doesn't build correctly

2003-12-11 Thread Karmous S. (Saber)
When I try to build by doing a "bin\nant /k:net-1.1" in the root directory it gives me the next error message BUILD SUCCEEDED Total time: 1.8 seconds. [nant] C:\Program Files\nant\tests\NAnt.VisualCpp\NAnt.VisualCpp.bui

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 8:56 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ? &

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 8:26 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 8:19 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
ROTECTED]> Sent: Tuesday, October 14, 2003 7:53 PM Subject: [Nant-users] Latest nightly build not smart about project dependencies anymore ? > I downloaded and built the 10/13 nightly build. I have 4 vbc project > targets. Projects B, C, and D are all dependent on project A. When I wa

[Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Vincent Erickson
I downloaded and built the 10/13 nightly build. I have 4 vbc project targets. Projects B, C, and D are all dependent on project A. When I was using the last stable release version of NAnt, it was smart enough to only compile project A once when I ran my target which builds all 4 projects. I