I can get the URL for a specific folder, but not the project itself

starteam://server:49284/91;ns=Project;scheme=id/132;ns=View;scheme=id/1025058;ns=Folder;scheme=id;scope=full/

Surely this is NOT the way to specify the <pathFilter> is it? I tried
this to no avail

<pathFilter>
   <pattern>starteam://server:49284/91;ns=Project;scheme=id/
132;ns=View;scheme=id/1025058/Build Scripts/Sample Projects/
CxxTestDemo/**/*</pattern>
</pathFilter>


On Nov 2, 12:31 pm, David Kassa <[email protected]> wrote:
> Try right-clicking the project and creating the URL. Should look something
> like this:
>
> starteam://server:49201/55;ns=Project;scheme=id/684;ns=View;scheme=id/
>
>
>
>
>
>
>
> On Wed, Nov 2, 2011 at 11:13 AM, Chris <[email protected]> wrote:
> > No dice for me, but probably because I'm putting the wrong ST URL. I
> > use.
>
> > <pathFilter>
> >          <pattern>starteam://myserver.company.com:12345/$(stproject)/$
> > (stview)/Build Scripts/Sample Projects/CxxTestDemo/**/*.*</pattern>
> > </pathFilter
>
> > On Nov 2, 11:26 am, Chris <[email protected]> wrote:
> > > I'll try it, thanks. I use Starteam in my case.
>
> > > On Nov 2, 11:07 am, Benjamin Baumann <[email protected]> wrote:
>
> > > > 2011/11/2 Chris <[email protected]>
>
> > > > > Here's my sourcecontrol block. I want any change submitted in C:\My
> > > > > Projects\CxxTestDemo\* to trigger a build. We use Starteam
>
> > > > >                <inclusionFilters>
> > > > >                        <pathFilter>
> > > > >                                <pattern>C:\My
> > > > > Projects\CxxTestDemo\**\*</pattern>
> > > > >                        </pathFilter>
> > > > >                </inclusionFilters>
>
> > > > Hi Chris,
>
> > > > You need to fill your repository absolute url in the pattern. In my
> > case (I
> > > > am using subversion) it's svn://svn.mycompany.net/CxxTestDemo/**/*.*
>
> > > > Hope this helps
> > > > Benjamin

Reply via email to