Hello,

I am trying to checkout multiple directories with 1 vsscheckout task.  So .. I have 
something like this:

<vsscheckout localpath="C:\VSS\Test"
                 recursive="true" replace="true" writable="true"                       
                                  dbpath="${vss.dbpath}" user="${vss.user}" 
verbose="true">
        <fileset>
                <include name="$/${project.branch}/Components/dir1" />
                <include name="$/${project.branch}/Components/dir2" />
        </fileset>
</vsscheckout>

When I try this out I will get the following error:
'path' is a required attribute of <vsscheckout ... />

I was wondering .. can something like this be done?  If so, what am I doing wrong?  If 
not, then I guess I'll submit a feature request. 

Thanks,
Felice


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to