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 68637 - Clash information after finish build of project
Summary: Clash information after finish build of project
Status: VERIFIED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-11-14 11:05 UTC by Jiri Rechtacek
Modified: 2006-01-13 12:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (167.16 KB, image/png)
2005-11-14 11:07 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2005-11-14 11:05:47 UTC
[Build 051110 Custom Dev]
Operating System        = Linux version 2.6.12 running on i386
Java; VM; Vendor; Home  = 1.6.0-ea; Java HotSpot(TM) Client VM 1.6.0-ea-b58; Sun
Microsystems Inc.; /space/shared/java/jdk1.6.0/jre

- start Build of a project (via shortcut)
- watch the status line during project building, there still stays the message
Building project ...
- wait log to be sure the building was finished
- open Output tab, it informs that build successfully finished
- the message Building project ... still stays in the status line
Comment 1 Jiri Rechtacek 2005-11-14 11:07:02 UTC
Created attachment 26912 [details]
screenshot
Comment 2 Jesse Glick 2005-11-15 01:07:53 UTC
Working fine for me. (Also Linux, Mustang.) Reopen if you have steps to reproduce.
Comment 3 Jiri Rechtacek 2005-11-15 07:17:39 UTC
The steps are my common workflow: invoke Build via mnemonics, switch to an
another workspace and switch back to check if the build is finished. If isn't
finished for long time then I'm used to make Output tab visible to see what
blocks building. There I can see that the build is finished but message in the
status line confuse me that building is still running. It's not reproducible
always but sometimes I got it, in several recent builds.
Comment 4 Jesse Glick 2005-11-15 16:58:06 UTC
I've never seen it. Might be a Mustang repaint bug. Can you reproduce under
other JDKs?
Comment 5 Jesse Glick 2005-12-05 23:19:11 UTC
I'm unable to reproduce, using a similar environment. If you can still reproduce
perhaps you can try to track it down. I can't guess what could cause it.
Comment 6 Jiri Rechtacek 2006-01-13 12:25:43 UTC
I'm still able to reproduce it [NB Build 060112, jdk1.6-b66], sometimes the
status line is not repainted and contains obsolete messages. I have to do
minimize&normalize of IDE window or something like this to force repaint of
status line.

Verified that it's not ant/project problem.