Hello,

I'm not an expert in regular expression but I think your expression match
whatever file in a directory named adt_dispatcher which has a name of one
caracter (the ".").

I would try
/**/adt_dispatcher
or
/**/adt_dispatcher/**/*.*

With kind regards,
Benjamin Baumann

2010/8/6 Michael <[email protected]>

> 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

Reply via email to