Re: [Nant-users] Doing math on property values

2005-10-21 Thread si
Hi Rebecca, > I am trying to add on a property and I am not sure what I am doing > wrong. or you can use double::parse() or long::parse() if required peace si --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free c

RE: [Nant-users] Nunit2 Task

2005-10-21 Thread Stephen Tunney
I too am experiencing the same problem. Only thing is that I have NOT upgraded NUnit or NAnt on this machine in quite some time, only CruiseControl.NET has been upgraded. Would this have anything to do with it? Oh, and I added these silly assembly binding changes to my test assembly's Config fil

[Nant-users] Doing math on property values

2005-10-21 Thread Kedziora, Rebecca
Hello, Are there examples on how to do math on property values? I am trying to add on a property and I am not sure what I am doing wrong. Thanks Rebecca --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content,

RE: [Nant-users] deleting directory nasty problem

2005-10-21 Thread Gert Driesen
We've now modified the task to longer report a failure if the specified file or directory does not exist, and documented it as a breaking change. This change will be available in the next nightly build (and in NAnt 0.85 RC4). Gert > -Original Message- > From: [EMAIL PROTECTED] > [mail

Re: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-21 Thread Gary Feldman
Thibaut Barrère wrote: Well, same approach for me ( http://www.dotnetguru2.org/tbarrere/?p=229&more=1&c=1&tb=1&pb=1 ). I'd be happy to see such a thing added to StringUtils or some other standard package in NAnt... Things I'm

Re: [Nant-users] NAnt logfile

2005-10-21 Thread Gary Feldman
yamuna jayawardena wrote: hi all, Does any one know how to write the NAnt build process details of a project, to a log file in c# ? What do you mean by "NAnt build process details of a project?" Do you mean a NAnt project or C# project? Do you mean the NAnt output log, the NAnt tasks tha

Re: [Nant-users] Patch version number in AssemblyInfo.cs

2005-10-21 Thread Thibaut Barrère
Well, same approach for me ( http://www.dotnetguru2.org/tbarrere/?p=229&more=1&c=1&tb=1&pb=1 ). I'd be happy to see such a thing added to StringUtils or some other standard package in NAnt... Things I'm thinking about: - support for c++ version (the _expression_ is slightly different in my case bu

RE: [Nant-users] Developers using NAnt Directly

2005-10-21 Thread Crowhurst,Christian
>When you talk about separate targets in this context, do you put targets into separate build files for each type of build, or do you use branching and manage all the build types in one large build file? < Ok, not sure in what context you're using the term branching - I almost started rattling