This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 67310 - [50cat] Some lines in output window are duplicated
Summary: [50cat] Some lines in output window are duplicated
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 15:31 UTC by misterm
Modified: 2009-06-02 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2005-10-21 15:31:57 UTC
[ BUILD # : 20051013 ]
[ JDK VERSION : 1.4.2_xx ]

When using Collab in a dialup connection, some lines in the output window gets duplicated and sometimes even out of synch.

For example, instead of seeing:

1
2
3

Some builds produced:

1
1
2
2
3

and others:

1
2
1
2
3
Comment 1 Petr Nejedly 2005-10-25 15:44:19 UTC
That is really strange. I'll need a reproducible test case for this as it is
next to impossible. Output sharing currently works this way:
Registers the ant logger, logs ALL the output of the process first and then
sends it in one big packet to the other side, which just displays it as a single
output.

The only way this could happen would be if the ant logger was somehow broken.
Haven't you had a conflicting instalation of opensourced collab over the collab
from the JavaOne CD (which was also available as a binary download on
collab.netbeans.org for some time)?

If unsure, could you send me the IDE's log from the session it happened in?

Comment 2 misterm 2005-10-25 16:06:38 UTC
> ------- Additional comments from pnejedly Tue Oct 25 14:44:19 +0000 2005 -----

> Haven't you had a conflicting instalation of opensourced collab over the 
> collab from the JavaOne CD (which was also available as a binary download on
> collab.netbeans.org for some time)?

No, I have downloaded it from the Update Center.

> If unsure, could you send me the IDE's log from the session it happened in?

I don't have it anymore since it happened five days ago. I will let you know if 
I reproduce it.
Comment 3 Petr Nejedly 2005-10-25 16:08:35 UTC
OK, for now I'm marking this as incomplete. If I get more info, I might be able
to fix this for 5.0
Comment 4 Antonin Nebuzelsky 2009-06-02 14:51:50 UTC
Reassigning to issues@collab. Collab Support plugin is not actively maintained.

Obsoleted in 6.7 by the newly introduced integration with Project Kenai, a
collaborative environment for developers to host their open-source projects,
which includes also a chat service.