DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21373>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21373 Multiple packages in CvsTagDiff causes StringIndexOutOfBounds ------- Additional Comments From [EMAIL PROTECTED] 2003-07-10 14:41 ------- there is a conceptual problem with this patch : currently, the cvstagdiff task supports only one CVS package at a time. The schema of the xml is done for only one package. It might be better to do the suggested modification with nested elements of the type <package name="ant" destfile="antdiff.xml"/> <package name="jakarta-commons-sandbox" destfile="jakarta-commons-sandboxdiff. xml"/> ... Otherwise the output xml will contain all the packages selected without break. Here is what the current ant manual says about cvstagdiff : <?xml version="1.0" encoding="UTF-8"?> <tagdiff startTag="ANT_14" endTag="ANT_141" cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic" package="ant"> <entry> <file> <name>src/main/org/apache/tools/ant/DirectoryScanner.java</name> <revision>1.15.2.1</revision> <prevrevision>1.15</prevrevision> </file> </entry> </tagdiff> Rory, I would like your input on this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]