We've also just received another clear case task - on the same day- one that uses the automation library and can run any clearcase command. See my recent post where I forwarded the code to the list. I don't run clear case but add the moment I'd lean towards adding the automation based version. Would you mind looking at the alternative implementation and let me know if it is feature compatible with your s ?
As a heads up - when developing a nant task that wraps an executable its easier and more consistent to derive your task from ExternalProgramBase. This base class handles all the mechanics of calling the process and gathering its output and error streams - saving you from having to duplicate it.
Ian
Garrett Smith wrote:
I've submitted a patch (#953622) that provides the ability to update source via ClearCase. Send me a message if you have any questions.
Best,
Garrett
--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

