I am working on a NAntContrib task for doing StarTeam source control
integration. I want to add a FileSet like capability to checkin/outs. The
primary difference is that it seems a FileSet is all about files local to
the system. Communications to the source server are expensive so the idea of
pre-scanning the repository for files to include or exclude is out of the
question. 

However I would like to utilize (and follow the spirit of) pattern matching
used by filesets. It seems the support for this is in DirectoryScanner.cs.
It is however tied to DirectoryInfo to resolve (cannonize) paths. This does
not work for me as those paths may not yet be local. 

Does anyone have an idea how this code could be refactored for use with
other pattern matching tasks or elements. 

Kevin Miller




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to