Re: [nant-dev] NUnit & Config

2003-08-22 Thread Yogesh Shetty
Thx... is this attribute documented... i may have overlooked it... From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Yogesh Shetty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: [nant-dev] NUnit & Config Date: Wed, 20 Aug 2003 18:05:20 +0200

[nant-dev] foreach

2003-08-22 Thread Yogesh Shetty
I am not able to figure out what is the problem in below fragment.. it use to work before This should give me the list of all filename starting with m.. spend an hour in resolving this issue but no luck... Regards Yogesh S

[nant-dev] NUnit & Config

2003-08-20 Thread Yogesh Shetty
I have below fragment placed in a build file The problem is my test cases are dependent on configuration file which are stored in UnitTest.dll.config and read using Microsoft Configuration Application Block. The test cases works fine, it can read

Re: [nant-dev] Logging

2003-07-15 Thread Yogesh Shetty
Oh... Time to download the new release... Thx Gert.. From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Yogesh Shetty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: [nant-dev] Logging Date: Tue, 15 Jul 2003 22:27:46 +0200 - Original Message - F

Re: [nant-dev] Logging

2003-07-15 Thread Yogesh Shetty
From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Yogesh Shetty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re: [nant-dev] Logging Date: Tue, 15 Jul 2003 21:51:27 +0200 what version of NAnt are you using ? It should be working fine in the 0.8.3 RC1 and in the

[nant-dev] Logging

2003-07-15 Thread Yogesh Shetty
How do i enable logging using NAnt. Nant do seems to have a switch -logfile or -l but no effect ? I am planning to emit an xml document from nant xml script using echo task and then apply an xsl transformation. Regards Yogesh S _

[nant-dev] ForEach & RegEx.

2003-07-15 Thread Yogesh Shetty
I am stucked up with 2 problems Problem 1 : The above foreach tags must retrieve all those files having medco as prefix but this retrieves all files. but when i remove the in="${OutputFolder}" then it works as expected. seems to be a bug