Title: Message
Hi All:
           I am having issues getting the vssget task to work in my NAnt build script. I am using the nant-0.85-nightly build along with the latest build from nant-contrib.
Any input will be highly appreciated. Here's a snippet of my Nant file:
 
-->
 <target name="Initialize" description="NAnt initialization of VSS, SOS, Build, Project, and Mail variables">
  
  <loadtasks assembly="C:\Program Files\nant-0.85-nightly\nant-contrib\bin\NAnt.Contrib.Tasks.dll" />
  <sysinfo verbose="true" />
</target>
 
target name="Build" depends="Initialize">
  <vssget
                  user="xxxxx"
                  password="xxx"
                  localpath="C:\XXX"
                  recursive="true"
                  replace="true"
                  writable="true"
                  dbpath="z:\xxxx\srcsafe.ini"
                  path="$/xxxx/Src/xxxxx"
                />
 </target>
 
I get the following error message:
"C:\Program Files\nant-0.85-nightly\Project.build(18,4):
Failure scanning "C:\Program Files\nant-0.85-nightly\nant-contrib\bin\NAnt.Contrib.Tasks.dll" for extensions.
One or more of the types in the assembly unable to load.
 
 
Thanks in advance,
 
Murty
 


This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof.

Thank you.


Reply via email to