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

Reply via email to