Hi Murty,
Can you try using today's nightly build of both NAnt and NAntContrib ?
Gert
----- Original Message ----- From: "murty dronamraju" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 19, 2004 10:03 PM
Subject: [Nant-users] Problems with vssget
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 SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
