Here's my sourcecontrol block. I want any change submitted in C:\My
Projects\CxxTestDemo\* to trigger a build. We use Starteam

        <sourcecontrol type="filtered">
                <sourceControlProvider type="starteam" autoGetSource="false">
                        <executable>$(stcmd)</executable>
                        <project>$(stproject)/$(stview)</project>
                        <username>$(user)</username>
                        <password>$(pw)</password>
                        <host>$(stserver)</host>
                        <port>49284</port>
                </sourceControlProvider>
                <inclusionFilters>
                        <pathFilter>
                                <pattern>C:\My 
Projects\CxxTestDemo\**\*</pattern>
                        </pathFilter>
                </inclusionFilters>
        </sourcecontrol>

The docs for the filtered source control block say to use the
corresponding repository path, instead of the local path as I have
above, for the folder. However, posts in this group say to use the
local path. Well neither one works for me.

Reply via email to