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

2004-07-20 Thread Troy Laurin
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 type of 'a' after the two property assignments above?

Re: [Nant-users] Typed properties

2004-07-20 Thread Ryan Cromwell
I think this is an excellent idea, especially with the introduction of expressions.  Without expressions, i don't see nearly as much benefit. I'm a little confused as to your use of scripting languages as a argument against type safety.  Scripting language types are resolved at runtime.  Depending

Re: [Nant-users] Typed properties

2004-07-20 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] Typed properties

2004-07-20 Thread Gary Feldman
>From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> >Sent: Tuesday, July 20, 2004 6:45 AM >I'd like to propose the introduction of typed properties to NAnt. Currently >properties are stored as strings which has many drawbacks, esp. when >used within expressions. >For example: > > My take on this is th

Re: [Nant-users] mailLogger simple question

2004-07-20 Thread Jean-Michel Theriault
I looked in my Nant folder to see were I could make these changes…but I can’t seem to find the file that I have to modify. Could someone give me a hint on this?? Please!! Thanks!!        Jean Michel Thériault    Configuration and Installation Application Developer (COOP)    

Re: [Nant-users] problems with long nunit2 tasks

2004-07-20 Thread Gert Driesen
Sam, Can you create a repro for this issue ? If you can't share your actual code, then you might wanna try to reproduce it by using Thread.Sleep to simulate a long running test ... Thanks ! Gert - Original Message - From: "Sam Mackrill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[Nant-users] problems with long nunit2 tasks

2004-07-20 Thread Sam Mackrill
Title: problems with long nunit2 tasks If my nunit2 tests cases take longer than 5 minutes then the task seems to hang in an infinite loop. The unit tests can be seen to be running over and over again. It is not clear if this is a NAnt issue or a Nunit issue. I am using Nant 0.84 and Nunit 2

[Nant-users] Changing logger for nant task

2004-07-20 Thread Gary Feldman
Is there a way to change the logger being used by a sub-NAnt invoked via the task? There's a note, http://www.mail-archive.com/[EMAIL PROTECTED]/msg03167.html , in the mail archive that suggests defining the "logger" property, but it doesn't work (I just tried using a nightly build from July 7),

RE: [Nant-users] cvs-checkout fails; cvs works

2004-07-20 Thread Merrill Cornish
Clayton, >>> The password is found in a file called .cvspass, Yes, I know about .cvspass. But I can't find it on my machine. I think that WinCvs may be using the Repository. Merrill --- This SF.Net email is sponsored by BEA Weblogic Worksh

[Nant-users] Typed properties

2004-07-20 Thread Jaroslaw Kowalski
Hi guys!   I'd like to propose the introduction of typed properties to NAnt. Currently properties are stored as strings which has many drawbacks, esp. when used within expressions. For example:       ...   this test fails because: 1. "a" is stored as a string 2. equality operator promotes

Re: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-20 Thread Donal McCarthy
Hi Jesper, If you have the path to NAnt set, it may be one of two things: 1. The plugin uses hardcoded paths to tools installed with the VS.Net 2003 IDE.(gasp! I know I just did not have time to make the tool completely generic...) Check to see that you have the following files in your VS.Net in

RE: [Nant-users] NAntRunner vs. NAnt 0.85

2004-07-20 Thread Donal McCarthy
Sean, Glad you got it to work. The options in VS.Net have been a pain for me. There is very little info available on the internet for implmenting this functionality reliably and sometimes I have seen it not work when other plugins are installed such as C# Refactory. If anyone out wants to take t