Re: StatusBuilder returns wrong Tag data, is it a b ug?
Martin Entlicher <[email protected]> Mon, 05 Apr 2004 14:19:36 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
You can get working cvslib.jar from any NetBeans distribution (preferred is NetBeans 3.6 RC2), it's located in <NB install dir>/netbeans/modules/autoload folder. The sources are in javacvs/libsrc module at cvs.netbeans.org. At http://www.netbeans.org/community/sources/cvs.html there is described how to get NetBeans sources. "cvs -z 6 co javacvs" will checkout javacvs module. In javacvs/libmodule there is ANT build script that needs also nbbuild module to be checked out and built. (You can use cvslib.jar to checkout NetBeans sources: java -jar cvslib.jar -d :pserver:[email protected]:/cvs co javacvs). Regards, Martin Kamel, Ramy wrote: >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] > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > > >