Re: XmlLogger is fixed! Was RE: [nant-dev] XmlLogger is broken?

2004-07-21 Thread Gert Driesen
> - Original Message - > From: "Troy Laurin" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> > Sent: Thursday, July 22, 2004 7:18 AM > Subject: XmlLogger is fixed! Was RE: [nant-dev] XmlLogger is broken? > > Responding to

Re: [nant-dev] Bug in NAnt Visual Studio .NET Solution builder

2004-07-21 Thread Gert Driesen
Stephen, Can you try to reproduce this using a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) ? If you can reproduce it, would you be able to package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert - Original Mes

[nant-dev] Re: [Nant-users] Typed properties

2004-07-21 Thread Malcolm MacLucas
>From a user point of view, I love it. I'm not currently doing anything with NAnt that would require this much power, but it would be nice to have. Malcolm --- Jaroslaw Kowalski <[EMAIL PROTECTED]> wrote: > Hi guys! > > I'd like to propose the introduction of typed properties to NAnt. Currently

Re: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Malcolm MacLucas
--- Gert Driesen <[EMAIL PROTECTED]> wrote: > From: "Malcolm MacLucas" <[EMAIL PROTECTED]> > > After thinking about it for a bit, I'll repeat what I said earlier, Typed > > properties would be cool. > > > > That being said, I think that it should be looked at and placed on the > road map > > somewh

[nant-dev] Bug in NAnt Visual Studio .NET Solution builder

2004-07-21 Thread Stephen Dunn
I’m using the    tag to build a solution. I’ve found the following: The solution contains two projects, Project A and Project B Project A in has a reference to a com DLL.  This DLL is produced as output from Project B.  The project’s build order build Project B first so that the file

Re: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Malcolm MacLucas
After thinking about it for a bit, I'll repeat what I said earlier, Typed properties would be cool. That being said, I think that it should be looked at and placed on the road map somewhere down the road. Around .87 or .88. We have been 7 months without a "release". We can't keep adding new fea

RE: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Troy Laurin
> -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > > - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > > > On Wed, 21 Jul 2004, Troy Laurin wrote: > > > > The destination type is "string" > > unless overriden by "type" attribute. This is

Re: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Troy Laurin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 9:02 PM Subject: Re: [Nant-users] Re: [nant-dev] Type

Cvs how-to; was: RE: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Clayton Harbour
Hi Malcolm, You can try downloading TortoiseCVS (http://www.tortoisecvs.org/download.shtml) which should make basic cvs work painless. It provides shell integration and an intuitive gui for checkouts and updates. If you look at the user's guide (http://www.tortoisecvs.org/UserGuide_en.chm) "Chec

Re: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Gert Driesen
- Original Message - From: "Malcolm MacLucas" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Troy Laurin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 9:02 PM Subject: Re: [Nant-users] Re: [nant-dev] Typed properties > Af

[nant-dev] [ nant-Bugs-940942 ] if & unless attribute of target tag

2004-07-21 Thread SourceForge.net
Bugs item #940942, was opened at 2004-04-23 21:45 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=940942&group_id=31650 Category: Documentation Group: 0.8.4.0 >Status: Closed >Resolution: Fixed

[nant-dev] [ nant-Bugs-995409 ] Improvement to NUNit2

2004-07-21 Thread SourceForge.net
Bugs item #995409, was opened at 2004-07-21 12:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=995409&group_id=31650 Category: Tasks Group: None Status: Open Resolution: None

Re: [Nant-users] Re: [nant-dev] Typed properties

2004-07-21 Thread Gert Driesen
- Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Troy Laurin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 9:57 AM Subject: [Nant-users] Re: [nant-dev] Typed properties > On Wed, 21 Jul 2004, Troy Laurin wrote: > > >

Re: [nant-dev] Typed properties

2004-07-21 Thread Jaroslaw Kowalski
On Wed, 21 Jul 2004, Troy Laurin wrote: > Jarek, others, > > I kind of like the idea of a property having a type, but I have a few > questions regarding implementation... > > In the following... > > > > > If the default type for properties if none is specified is 'string', > then what is the typ

RE: [nant-dev] XmlLogger is broken?

2004-07-21 Thread Troy Laurin
Gert, thanks for that, I'll if removing the buffering from the logger affects the build. > I'll see if I can reproduce this later today ... > > Gert I just had a go at reproducing this using the script task logging in a tight loop, and I couldn't get it to hang (39M log file). I just looked in