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)

Can you try downloading from another sf mirror ?

Gert

----- Original Message ----- 
From: "Shiv Natarajan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 11:45 AM
Subject: [Nant-users] Nant 0.84 final release


> 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 tried using the <cvs-checkout> task. I want to
> issue 'cvs checkout -AP' command. This is how I issue
> the command
> 
>     <cvs-checkout cvsroot="${cvs.root}"
>                   module="${cvs.module}"
>                   destination="${cvs.dir}"
>                   verbose="true"
>                   password="${cvs.password}">
>       <options>
>         <option name="-A"/> 
>         <option name="-P"/> 
>       </options>
>     </cvs-checkout>
> 
> When I run this, I get the following error
> 
> System.NotSupportedException:
> Unsupported argument.
>         name=[-A]
>         value=[]
>    at
> NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory
> worki
> ngDirectory)
>    at
> NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName)
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
> 
> Am I doing anything wrong here?
> 
> TIA
> - shiv
> 
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to