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 202470 - [71cat] JUnit install
Summary: [71cat] JUnit install
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: UI
: 202181 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-22 06:31 UTC by muellermi
Modified: 2012-03-01 11:55 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (11.43 KB, image/png)
2011-09-22 06:36 UTC, muellermi
Details
messages.log (69.54 KB, application/octet-stream)
2011-09-22 06:36 UTC, muellermi
Details
dump (91.08 KB, text/plain)
2011-09-27 06:46 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-09-22 06:31:29 UTC
Product Version = NetBeans IDE Dev (Build 201109202329)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

- Installation: Install JUnit, licence accepted
- Start IDE, Resolve problem (needs to install JUnit)
- Press resolve
in previous builds I just had to confirm the installation. In the current build, I had to go to some sinstallation screens and to accept the licence again.
I filed this before as issue 202181. Since this is closed and I didn't want to re-open it, I file this problem as new issue, especially now some more clicks needed to resolve the problem
Comment 1 muellermi 2011-09-22 06:36:31 UTC
Created attachment 111008 [details]
screenshot
Comment 2 muellermi 2011-09-22 06:36:41 UTC
Created attachment 111009 [details]
messages.log
Comment 3 muellermi 2011-09-23 07:40:49 UTC
I second it to be a timing problem: Starting a fresh NetBeans installation, without any opened projects, I recognized: "installing JUnit" at first start.
When I opened my projects, there had been no missing reference problem.
Its allways a problem, if the NB dir still contains projects: Starting the IDE will alert reference problems and JUnit install seem to be deffered. It wont be installed, even if one waits a couple of miniutes. Needs a "resolve reference problem"
Comment 4 muellermi 2011-09-27 06:45:51 UTC
This problem happend again with build 201109260601.
Full dump and alertes from start: attached
Comment 5 muellermi 2011-09-27 06:46:00 UTC
Created attachment 111217 [details]
dump
Comment 6 muellermi 2011-10-25 10:59:49 UTC
Problem still happens...
Comment 7 Jiri Rechtacek 2011-11-16 12:55:36 UTC
*** Bug 202181 has been marked as a duplicate of this bug. ***
Comment 8 Jiri Kovalsky 2012-03-01 08:54:22 UTC
I have also seen this in 7.1.1 build #201202271535.
Comment 9 Jiri Rechtacek 2012-03-01 11:55:10 UTC
(In reply to comment #5)
> Created attachment 111217 [details]
> dump

The log contains information JUnit was installed correctly in some time. The only problem is JUnit installation was done after your project had been opened. But it's naturally because JUnit installation needs connect NetBeans Update Center, download Update Center descriptor, parse them and them download and install JUnit what takes some time. During this Problem Resolver could pop out. I see it can be confusing for users I'm afraid we can do it better as long as cannot bundle JUnit directly in NetBeans installation.