[Nant-users] vsshistory task - something puzzling

2005-06-24 Thread Felice Vittoria
Hello all, I have something puzzling happening with the vsshistory task. First, here's what I'm using: Nant: NAnt 0.85 (Build 0.85.1998.0; nightly; 6/21/2005) NantContrib: nantcontrib-0.85-2005-05-22 Task: I have 2 "branches" in VSS ... 1) Development 1.6.0 and 2) Development_Zion When I

[Nant-users] Need .85 RC 3, C++ Precompiled headers, CLR Example

2005-06-24 Thread Matzelle, Brent
Hello,   Try as I might I can’t figure out how to create precompiled headers with NAnt .85 RC3.  No matter what I try the end result is always multiple compile-errors.  Does anyone have an example of how they are using this?  The documentation is sparse at this time.  Thank you!   Brent

RE: [Nant-users] String conversion to Int

2005-06-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Smith > Sent: vrijdag 24 juni 2005 20:15 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] String conversion to Int > > If convert::to-int(value) is deprecated, then what is t

[Nant-users] String conversion to Int

2005-06-24 Thread Robert Smith
If convert::to-int(value) is deprecated, then what is the recommended construct to convert a numeric string to an int? I'm not finding anything in the Function Reference that appears to be applicable. Thanks, ~Robert --- SF.Net email is sponso

[Nant-users] Peek, Add 1, and Poke

2005-06-24 Thread Bert Robbins (Documentum)
Title: Peek, Add 1, and Poke All, I need to peek a value out of an XML file, add 1 to it, and then poke that new value into the XML file. I have the peeking and poking working. However, I am confused about how to take a property's value and add 1 to it. Thanks Bert Robbins

Re: [Nant-users] Problem with exec and input redirection to file

2005-06-24 Thread Gary Feldman
Troy Laurin wrote: On 6/24/05, Gary Feldman <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: This isn't the right way to call it. It's equivalent to typing osql "-E -S $... < ..." i.e., putting everything into quotes and passing it as the first argument Being pick

Getting interactive input (was Re: [Nant-users] Problem with exec and input redirection to file)

2005-06-24 Thread Gary Feldman
[EMAIL PROTECTED] wrote: Thanks to all for your help. With -i for osql, it works. Another question: I want the user to acknowledge an important echo-message with pressing a key. doesn't work (the taks hangs) Did you try typing at it? You may not be seeing any prompt or

[Nant-users] FW: Another error when using mkiisdir on Win 2003

2005-06-24 Thread Hadzramin AR
Hi, Can someone help me? I also have posted this earlier. TQ. I also hit another error when running mkiisdir. Looks like it is quite similar error message. Error creating virtual directory 'vpbuslayer5' on 'localhost:80' (website: testn ant).: NAnt.Core.BuildExcep

[Nant-users] Error: using iisdirinfo Win 2003

2005-06-24 Thread Hadzramin AR
Hi, Can someone help me? I have posted this earlier. TQ. When I run iisdirinfo on Win 2003 server, I got the following error: It is okay on W2K server. Error retrieving info for virtual directory 'vpbuslayer5' on 'localhost:80' (website: testnant).: NAnt.Core.BuildException: D:\websource\ViewPo

Re: [Nant-users] Problem with exec and input redirection to file

2005-06-24 Thread christoph . riesenberger
Thanks to all for your help. With -i for osql, it works. Another question: I want the user to acknowledge an important echo-message with pressing a key. doesn't work (the taks hangs) Is there a simple way to do this? Thanks again, Chris > On 6/24/05, Gary Feldman <[EMAIL P