Re: [nant-dev] Contributing

2003-08-16 Thread Gert Driesen
Hi Tom, I'll look into committing your patch later today. I'll probable change your WebMap class to be a strongly typed collection, and remove your WebMapAttribute class as I don't see any added value in that. Keep the patches coming !! Gert - Original Message - From: Tom Cabanski

Re: [nant-dev] Solution/Project Parser

2003-08-16 Thread Buc Rogers
I've developed and am using a NAnt custom task vsnetsln that separates the sln and the proj as follows: x calls separate vsnetproj task for each project found in sln--and allows specifying a default .build file for use on a per-proj basis, thus separating project-wide .build file from per-project

[nant-dev] if uptodatefile

2003-08-16 Thread Jaroslaw Kowalski
Hi! I've just noticed that if uptodatefile=... comparefile=... behaves exactly opposite to what the documentation says - it executes commands when the file is not up to date. Am I missing something? I have a script file that I want executed whenever it changes. The script file SSS produces a

Re: [nant-dev] Contributing

2003-08-16 Thread brant
I have found some other bugs/issues as well. [1] The NeedsCompiling() method doesn't check if the project file has been modified. This means if you edit the project file it won't get recompiled. (For example if you change the output path). [2] It doesn't support/read in the DefineDebug and

RE: [nant-dev] if uptodatefile

2003-08-16 Thread Anthony LoveFrancisco
Exactly ! The if and ifnot tasks and their associated unit tests need to be fixed. - Ants | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On | Behalf Of Jaroslaw Kowalski | Sent: Saturday, 16 August, 2003 05:15 | To: NAnt Developers | Subject: [nant-dev] if

[nant-dev] PATCH: New attribute to exec task.

2003-08-16 Thread Jaroslaw Kowalski
This one-liner allows you to specify new exec task attribute: 'useruntimenegine'. This is needed to run managed executables on Linux/mono. You use it like this: exec program=/path/to/filename.exe useruntimeengine=true / without this patch you had to write: exec program=/path/to/mono

RE: [nant-dev] Contributing

2003-08-16 Thread Tom Cabanski
I have a question about that attribute. I was just following what I saw elsewhere and assumed that's what I needed to do to work with the webmap subelement of the solution element in the same fashion as file sets work. If you recall, I had originally implemented the webmap as an attribute on the