Hi
I'm using a mixed multi and filtered source control block but my
exclusionfilter pathfilter doesn't seem to be doing the job correctly,
as the build still gets triggered on this directory
My path filter looks like this:
<exclusionFilters>
<pathFilter>
<pattern>/**/adt_dispatcher/.</pattern>
</pathFilter>
</exclusionFilters>
And the following svn modification is triggering the build
/GatewayDevelopment/trunk/adt_dispatcher/src/dispatcher.h
Shouldn't this pathfilter match this file path and not trigger the
build?
Any ideas what I'm missing?
thanks
Michael