[nant-dev] Re: [Nant-users] 0.8.3 final

2003-09-06 Thread Ian MacLean
forgot the link again: http://sourceforge.net/project/showfiles.php?group_id=31650 Ian 0.8.3 final has been released. No major changes from rc3 except that its now the official version. rc3 was downloaded 943 times with no major bugs reported ( except the various solutiontask fixes of couse ). We

[nant-dev] 0.8.3 final

2003-09-06 Thread Ian MacLean
0.8.3 final has been released. No major changes from rc3 except that its now the official version. rc3 was downloaded 943 times with no major bugs reported ( except the various solutiontask fixes of couse ). We should be able to start on the 0.84 release cycle shortly. Gert has made a number of

[nant-dev] Build server back up.

2003-09-06 Thread Scott Hernandez
The build server I had been running at my old apartment had some power problems a few weeks ago (and was intermittent for a while before then because of changes to the cvs tree and sf.net problems). I have since returned home for a little while and brought it back to life. Nightly builds should be

Re: [nant-dev] [PATCH] New fileset option "fromframework"

2003-09-06 Thread Gert Driesen
I'll wait until we've had some comments (regarding the same of the attribute, and ...) from other members of the community before committing it ... Thanks ! Gert - Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Saturday,

[nant-dev] [PATCH] New fileset option "fromframework"

2003-09-06 Thread Jaroslaw Kowalski
Hi! Attached is a patch that adds "fromframework" feature to all filesets. When you include a file with fromframework="true" its full name will be determined by Path.Combining it with current framework's assembly directory. This is useful for compilation of .NET CF programs where you need to spe

[nant-dev] Another Solution Task suggestion

2003-09-06 Thread Eddie Tse
Hi All, I've made a quick patch to add a clean action to the solution task. Basically it will remove all the primary output files. I would like some feedback on this. Cheers, Eddie ? patch.txt Index: ConfigurationSettings.cs ==

Re: [nant-dev] Solution Task

2003-09-06 Thread Gert Driesen
The reason for this is probable that the solution task only supports c# and vb.net projects, and you solution probable contains a setup project or so .. In the 0.8.4 nightly builds (http://nant.sourceforge.net/builds), unsupported projects will be skipped. Gert - Original Message - From