[Nant-users] Question on cvs-checkout task

2003-12-30 Thread Shiv Natarajan
I tried using the task. I want to issue 'cvs checkout -AP' command. This is how I issue the command When I run this, I get the following error System.NotSupportedException: Unsupported argument. name=[-A] value=[] at NAnt.SourceCont

Re: [Nant-users] Nant 0.84 final release

2003-12-30 Thread Shiv Natarajan
Yes - the mirror from which I downloaded (Keihanna, Japan) was pointing to an old release. Thanks --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Shiv, > > The 0.84 release should definitely have the > following banner : > > NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; > release; 26/12/2003) >

[Nant-users] Nant 0.84 final release

2003-12-30 Thread Shiv Natarajan
I downloaded Nant 0.84 final release today. nant -h is saying thatit is RC1 release. NAnt 0.84 (Build 0.84.1435.0; net-1.0.win32; rc 1; 12/6/2003) I thought the latest release points to Dec-26th release. Im not sure if the sourceforge pages points to the correct version for download. Also, I t

[Nant-users] Find and Replace task

2003-12-20 Thread Shiv Natarajan
Is there a 'find and replace in text file' task in nant. Basically, I want to have pre-defined strings in my web.config file and would like to replace it with actual values as part of 'deploy' target. eg. // web.config key="db.user" value="DBUSER" // release.xml TIA. - shiv _

[Nant-users] How to use

2003-11-17 Thread Shiv Natarajan
Im not able to find proper documentation on how to use the tag in task. The documenation says is an Array, just like . But and are not used the same way. I have seen examples where uses and has attributes like "prefix" and "basedir". I am confused as to what is the proper usage of this tag.

[Nant-users] Fwd: with always recompiles

2003-11-15 Thread Shiv Natarajan
I did not get any replies for this post. I'm still facing this problem. Pl help. Thanks. - shiv Note: forwarded message attached. __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree--- Begin Message --- The

[Nant-users] with always recompiles

2003-11-13 Thread Shiv Natarajan
The target, when used with , always recompiles, irrespective of whether the resx files were changed or not. I thought the compiler wont be invoked if none of the dependent source or referenced files have changed. Isnt that so? _