View Issue Details

IDProjectCategoryView StatusLast Update
0002825JEDI VCSClient (Gui)public2008-11-15 07:26
ReporterteamrootAssigned ToUSchuster 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.40 RC1 (Client) 
Target VersionFixed in Version2.40 RC2 (Client) 
Summary0002825: when adding modules, the exclude list not work perfect if the full file name contain more than one dot.
Descriptionas the upload file.
TagsNo tags attached.
Fix in JVCS version2.40 RC2
Releasedocumentation

Relationships

related to 0002856 closedUSchuster fix matching algorithm in SEARCH_MODULES 
related to 0002857 closedUSchuster fix MatchWithFilter 
child of 0002377 closed Releaseinfo: 2.40 gui client issues 

Activities

2005-04-01 01:07

 

jedivcs.JPG (39,797 bytes)
jedivcs.JPG (39,797 bytes)

USchuster

2005-04-01 06:12

manager   ~0006818

I can confirm that the function VCSProcBase.MatchWithFilter fails for strings with more than one dot.

MatchFilter('file.dcu', '*.dcu') = True
MatchFilter('file.file.dcu', '*.dcu') = False

It seams that MatchFilter fails if the at least the first character of an *... mask is still in the string before the string which matches the mask.

MatchWithFilter('dcudlg', '*dlg') = False
MatchWithFilter('acudlg', '*dlg') = True

USchuster

2005-04-01 12:10

manager   ~0006827

It seams that this issue can be solved by using JclStrings.StrMatches inside MatchWithFilter.

Issue History

Date Modified Username Field Change
2005-04-01 01:07 teamroot New Issue
2005-04-01 01:07 teamroot File Added: jedivcs.JPG
2005-04-01 06:12 USchuster Note Added: 0006818
2005-04-01 12:10 USchuster Note Added: 0006827
2005-04-01 12:10 USchuster Relationship added child of 0002377
2005-04-01 12:11 USchuster Fix in JVCS version => 2.40 RC2
2005-04-01 12:11 USchuster Status new => confirmed
2005-04-01 14:40 USchuster Status confirmed => assigned
2005-04-01 14:40 USchuster Assigned To => USchuster
2005-04-03 05:16 USchuster Status assigned => resolved
2005-04-03 05:16 USchuster Fixed in Version => 2.40 RC2 (Client)
2005-04-03 05:16 USchuster Resolution open => fixed
2005-04-10 05:48 USchuster Relationship added related to 0002856
2005-04-10 08:02 USchuster Relationship added related to 0002857
2008-11-15 07:26 THuber Status resolved => closed