RE: StatusBuilder returns wrong Tag data, is it a b ug?
"Kamel, Ramy" <[email protected]> Mon, 5 Apr 2004 11:15:55 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <898BFA42EDAA144AA1A017880BBAB8384973A7@egcrm201.exemhub.exch.eds.com> |
Martin, Thanks for the reply, and I will consider adding bug issues directly.. I'm more than willing to write a patch for this bug, but I couldn't get the CVS path for cvslib, couldn't find any information on the website.. could you please provide me with any info on how to get a CVS working copy of cvslib? Thanks in advance. -----Original Message----- From: Martin Entlicher [mailto:[email protected]] Sent: Monday, April 05, 2004 12:08 PM To: [email protected] Subject: Re: [javacvs-dev] StatusBuilder returns wrong Tag data, is it a bug? Yes, this looks like a bug in the builder. I've created issue #41699 (http://www.netbeans.org/issues/show_bug.cgi?id=41699) for this problem. Next time, feel free to submit such a problem directly into Issuezilla (http://www.netbeans.org/issues/enter_bug.cgi). Regards, Martin Kamel, Ramy wrote: >Hello all, > >I have some files in the CVS repository tagged with a Tag named : >Release(1)_03_15_2004 > >Using the StatusCommand and StatusBuilder, I get wrong ( a bit >corrupted ) tag names. > >Using code like this in the CVSListener : > > List all = info.getAllExistingTags(); > > for (Iterator iter = all.iterator(); iter.hasNext();) { > StatusInformation.SymName element = (SymName) iter.next(); > System.out.println( element.getTag() ); > System.out.println( element.getRevision() ); > } > >I get : > >Releas >1)_03_15_2004 (revision: 1.1 > >Why element.getTag() doesn't return the whole tag name, which is >Release(1)_03_15_2004 , >Is it a bug in the builder ? > >Thanks in advance. > >Ramy M. Kamel > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]