https://issues.apache.org/bugzilla/show_bug.cgi?id=47238
Summary: CvsTagDiff can lose records when given mulitple
modules to evaluate
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
The CvsTagDiff task supports passing multiple modules (as does the cvs rdiff
command). However, in trying to strip 'File module/' from each line a check is
performed to exclude any lines shorter than the length of 'File module/'. If
one specifies several modules, the length of this string can easily exceed the
length of the line being evaluated and it will be tossed out.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.