ccnet plugin exclusion filters

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
malcolmstorm
Posts: 7
Joined: Wed Apr 25, 2007 9:49 am

ccnet plugin exclusion filters

Post by malcolmstorm » Wed Oct 15, 2008 6:04 am

we have just updated our build server to Vault 4.1.3 and have attempted to use the new ccnet plugin for Vault 4.1.3. The orginal source control block was:

<sourcecontrol type='filtered'>
<sourceControlProvider type='vault' autoGetSource="true" applyLabel='false'>

<folder>$/Projects/Abc/Mainline</folder>
<workingDirectory>.</workingDirectory>
<host>HostName</host>
<repository>RepName</repository>
<ssl>false</ssl>
<useWorkingDirectory>false</useWorkingDirectory>
<cleanCopy>true</cleanCopy>
<executable>c:\program files (x86)\sourcegear\vault client\vault.exe</executable>
</sourceControlProvider>

<exclusionFilters>
<pathFilter>
<pattern>s**/TrainingFund.AssemblyInfo.cs</pattern>
</pathFilter>
</exclusionFilters>
</sourcecontrol>

this is because a successful build updates and checks backin the assemblyinfo file.

Now that I have replaced the "Vault" type to "VaultPlugin" the build gets into an endless loop of building. Is the filtered source control supported? Are labels still automatically excluded? Or has the path name somehow changed?

malcolmstorm
Posts: 7
Joined: Wed Apr 25, 2007 9:49 am

Re: ccnet plugin exclusion filters

Post by malcolmstorm » Wed Oct 15, 2008 6:05 am

Sorry the last part of the config should read of course:

<pathFilter>
<pattern>**/Abc.AssemblyInfo.cs</pattern>
</pathFilter>

shannon

Re: ccnet plugin exclusion filters

Post by shannon » Wed Oct 15, 2008 7:26 am

We've had one other report of this and we're investigating the cause. Yes, filtering should still be supported.

(Item:13721)

avonwyss
Posts: 99
Joined: Mon Oct 04, 2004 9:06 am

Re: ccnet plugin exclusion filters

Post by avonwyss » Tue Jan 06, 2009 2:16 am

Issue still seems to be the same in V4.1.4... it would be great to have this one fixed soon!

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: ccnet plugin exclusion filters

Post by lbauer » Tue Jan 06, 2009 7:39 am

Thanks for the update. I have updated the bug with your comments.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply