Cyriaque, Thanks for the response. It does appear that someone was working on a patch for this, based on what I've seen in the list archives. I'm just curious as to whether or not the patch found it's way into the Ant 1.5.1 release, and if not, where it can be obtained from... anybody have a clue?
Matt -----Original Message----- From: Cyriaque Dupoirieux [mailto:cyriaque.dupoirieux@;pcotech.fr] Sent: Wednesday, October 23, 2002 2:49 AM To: Ant Users List Subject: Re: Issue with CvsTagDiff task Hi, I declared the problem few months ago. I don't remember who told me that he was working on the problem... (And I hope he did !) Regards, Cyriaque, Matt Lyon a écrit: >Hi, > >I've run up a bit of an issue with the CVS taggdiff task and was curious as to >whether any other listers had experienced anything similar. I am using Ant 1.5. In my >source repository, the root path to the source is under a directory which we will >call foo for sake of argument. If I run a cvstagdiff against the foo package and feed >the results through the handy-dandy XSLT style sheet to transform the output into an >HTML report, all of the ViewCVS links to the various files in the report are >enumerated correctly and link correctly. However, I have used the CVS modules file to >define various modules under the foo package. If I pass one of these modules in >instead of the root package "foo", the resulting links truncate the full path to the >files and therefore do not work correctly. > >For purposes of illustration of this problem, let's assume my directory structure >looks like foo/src/com/yeah_buddy, and a yeah_buddy module has been defined in the >CVS 'modules' file as yeah_buddy -d yeah_buddy foo/src/com/yeah_buddy. If I run a >tagdiff for the yeah_buddy module, passing it in as the "package" parameter in my >cvstagdiff task, all file changes are identified correctly but in the resulting >report they are shown with broken links. So, instead of getting a link to a changed >file src/com/yeah_buddy/File1.java, for example, I get a 'busted' link to >c/com/yeah_buddy/File1.java. However, if I run a tagdiff against the foo package, I >get the same changes identified and a resulting link to src/com/yeah_buddy/File1.java >in the HTML report. I'm pretty sure it's a problem with cvstagdiff and not the XSLT >as the output in the xml is incorrect before it is fed through the stylesheet. > >Matt > >-- >To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> >For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org> > > > > -- Cyriaque Dupoirieux <mailto:Cyriaque.Dupoirieux@;pcotech.fr> PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10 -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>