DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35301>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35301

           Summary: CvsTagDiff task behaves bad when diffing several
                    packages.
           Product: Ant
           Version: 1.6.5
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


There seems to be a peculiar error in the CvsTagDiff task.
When diffing several packages under the same super package, the output
seems to be wrong.

Consider this task :

<cvstagdiff
    cvsRoot="${movade.cvs.root}" destfile="${generatedDir}/tagdiff.xml"
    package="package/impl/one/idl/ package/impl/two/idl/ package/if/idl/"
    startTag="${diff.cvs.prev.tag}"
    endTag="${diff.cvs.curr.tag}" 
/>

When I remove the reference to the "package/impl/two/idl/" package, this
produces the correct output. With the "package/if/idl/" reference present, 
no files differing are added, neither from the "one" package, nor from the
"if" reference.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to