Here's what I did...

Just had to define the path to nantcontrib.

I really try to avoid copying the 'bin' folders these days.  God know what could happen.

 

<loadtasks assembly="${nantcontrib.dir}\bin\NAnt.Contrib.Tasks.dll" /> <vssget

            user="${project.vss.readonly.username}"

            password="${project.vss.readonly.password}"

            localpath="${path::combine(current.build.dir, 'Applications')}"

            dbpath="${project.vss.database}"

            path="$/Applications"

            recursive="true"

            writable="true"

            replace="true"

            removedeleted="true" />

 

Rick.

 

 

 

Reply via email to