Murty, I'm using the latest NAnt (Sep 19) and latest NAntContrib (Sep 19). vssget works fine for me. You shouldn't need to build NAntContrib and if you are using the loadtasks (preferred method), then you shouldn't need to dump NAntContrib's bin into NAnt's bin.
Is the path to NAnt.Contrib.Tasks.dll correct on your PC? Felice -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of murty dronamraju Sent: Monday, September 20, 2004 10:50 AM To: Gert Driesen Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Problems with vssget Gert: I am using the latest versions of the nightly and the contrib ( Sept 19) and still having the same problem with vssget. BTW does the nant-contrib need to be built using nAnt or is dumping the contents of the bin folder of nantcontrib into the nAnt bin sufficient? Thanks in advance for your help. Regards, Murty On Sun, 19 Sep 2004 23:35:16 +0200, Gert Driesen <[EMAIL PROTECTED]> wrote: > 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 ------------------------------------------------------- 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
