[nant-dev] [ nant-Bugs-1556326 ] PropertyDictionary.Remove doesn't remove read-only-ness

2006-09-13 Thread SourceForge.net
Bugs item #1556326, was opened at 2006-09-11 14:40 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1556326&group_id=31650 Please note that this message will contain a full copy of the comment t

Re: [nant-dev] Error CS1703 when using NAnt task...

2006-09-13 Thread Gert Driesen
John, This appears to be due to some change in .NET 2.0 wrt to the assembly loader. I'll commit a workaround to cvs in a minute. Gert > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant- > [EMAIL PROTECTED] On Behalf Of John Cole > Sent: woensdag 13 september 2006 17:24 > To: na

[nant-dev] Error CS1703 when using NAnt task...

2006-09-13 Thread John Cole
I was able to make a new MSI and started testing against our build scripts (YEA!). I've run into a problem. If I execute the task on a build files that have a tags that loads the same assembly, I get the following error: C:\src\NAnt\UtilityCenter\2x\uai\Utilities\PerformanceCalculator\default.

[nant-dev] Proposed enhancement request with code attached inside

2006-09-13 Thread Louis Lecaroz
Hi, I don't know if I used the correct chanel/mailing list, if not, let me apologize. I proposed a new enhancement request #1557903 (https://sourceforge.net/tracker/index.php?func=detail&aid=1557903&group_id=31650&atid=402871) . As you will see inside, I have also attached my modified code/prop

[nant-dev] proposal for new function: datetime::format-to-string

2006-09-13 Thread Martin Aliger
Hello, I needed new function for datetime formatting to be able to add current datetime to file/directory name. Normal to-string coudn't be used, since it produce string with ':' and '/' characters. Implementation is very simple (below). Here is example of use for new function: datetime::form