Hi, I'm updating a custom nant task dll that we use here in the office. I wanted to re-use some existing nant tasks inside of this one. In particular, the svncheckouttask. I mean, it exists, why re-write it when I can just use it, right?
So here's the Q, from within my task, how would I go about calling that existing task? This is being written in VB.Net BTW, but whatever dotnet language an example is in is fine with me. To be more specific, I want to use the NAnt.Contrib.Tasks.Svn.SvnCheckoutTask, and I know what I'd pass to it if I was using it in a nant script. How do I pass those settings into my SvnCheckoutTask object, and then how would I run it? I'm going to guess I can't just type SvnCheckoutTask.uri="svn://myserver/myproject" and expect it to work :) Thanks, --Kyle ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users