[nant-dev] Delay in RC1a

2003-07-15 Thread John Barstow
I apologize for the delay in re-releasing RC1 as built with the 1.0 framework. The network admin gave away the machine I had with 1.0 installed on it, so I have been scrambling for a machine with the 1.0 framework installed. I have located such a machine, and am in the process of configuring it.

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 - From: "Yogesh Shetty" <[EMAIL PROTECTED]>

Re: [nant-dev] Logging

2003-07-15 Thread Gert Driesen
- Original Message - From: "Yogesh Shetty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 10:12 PM Subject: Re: [nant-dev] Logging > NAnt.exe -buildfile:nant.build -logfile:log.xml -logger:NAnt.Core.XmlLogger > > The problem was with type na

Re: [nant-dev] Logging

2003-07-15 Thread Yogesh Shetty
NAnt.exe -buildfile:nant.build -logfile:log.xml -logger:NAnt.Core.XmlLogger The problem was with type name.. ran ildasm over Nant.core file and the namespace name is SourceForge.NAnt NAnt.exe -buildfile:nant.build -logfile:log.xml -logger:SourceForge.NAnt.XmlLogger Thx Regards Yogesh S From

Re: [nant-dev] Logging

2003-07-15 Thread Gert Driesen
what version of NAnt are you using ? It should be working fine in the 0.8.3 RC1 and in the nightly builds (or cvs builds). You can use the NAnt.Core.XmlLogger to log the build output in xml format. eg. NAnt.exe -buildfile:nant.build -logfile:log.xml -logger:NAnt.Core.XmlLogger Hope this helps,

[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] Internal error in nant-0.8.3-rc1

2003-07-15 Thread Philippe Lavoie
I’m getting the following output which I though was solved by Matthew   [solution]  - C:\DOCUME~1\plavoie\LOCALS~1\Temp\-c5ht8zk\http___localhost_App Web_AppWeb.vbproj\Applicant\Address.aspx.resx Total time: 31 seconds.   BUILD FAILED   INTERNAL ERROR   System.ArgumentException: C

RE: [nant-dev] ForEach & RegEx.

2003-07-15 Thread Erv Walter
For #1, the "in" attribute probably shouldn't be used when you're using a fileset. If you want to specify a directory to start the search from, use the "basedir" attribute on the element. For #2, I had to do something similar and the only way I know of to do it (without

[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

Re: [nant-dev] Property Task - no file attribute?

2003-07-15 Thread Ian MacLean
sorry. Right you are. Its . I must have been getting confused with xslt Ian ies using the syntax. By task do you really mean the task? I can't find an in the list of supported tasks, but seems to match what you describe. Or is a new task that will replace the functionality? Phil

Re: [nant-dev] Property Task - no file attribute?

2003-07-15 Thread Phil Knight
Ian MacLean wrote: > Brenton House wrote: > > > As a former Jakarta Ant user, I am always migrating scripts from > > Ant=20 to NAnt as I am porting code from Java to C#. I am > curious why > > the=20 Property Task does not have the attribute =93File=94 for > > loading=20 properties from a tex