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 196742 - Installation at Mac OS X doesn't contain JUnit license
Summary: Installation at Mac OS X doesn't contain JUnit license
Status: RESOLVED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Mac Native (show other bugs)
Version: 7.0.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 18:52 UTC by michal.owsiak
Modified: 2011-03-16 07:39 UTC (History)
2 users (show)

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 michal.owsiak 2011-03-15 18:52:54 UTC
During RC1 installation there is no JUnit license shown before installation starts.

Another issue is, that user has to manually install JUnit from the Plugins panel.
Comment 1 Antonin Nebuzelsky 2011-03-15 20:27:27 UTC
> During RC1 installation there is no JUnit license shown
> before installation starts.

As designed.

http://wiki.netbeans.org/wiki/images/e/eb/Junit-license-issue.pdf

> Another issue is, that user has to manually install JUnit
> from the Plugins panel.

The other JUnit installation entry-points should ask the user for the installation in this case (mac, or zip distro). See the spec above.

Reopen with more info about the entry-point which does not work for you. Thanks.
Comment 2 michal.owsiak 2011-03-16 06:39:35 UTC
(In reply to comment #1)
> > During RC1 installation there is no JUnit license shown
> > before installation starts.
> 
> As designed.

Correct. Now I can see that there is a slight difference in installation procedure.

> 
> http://wiki.netbeans.org/wiki/images/e/eb/Junit-license-issue.pdf
> 
> > Another issue is, that user has to manually install JUnit
> > from the Plugins panel.
> 
> The other JUnit installation entry-points should ask the user for the
> installation in this case (mac, or zip distro). See the spec above.
> 
> Reopen with more info about the entry-point which does not work for you.

There is an issue if you install the NetBeans second time.

Use-case:

0. rm -rf ~/.netbeans/*
1. Install NetBeans
2. Do not install JUnit after NetBeans asks for JUnit installation
3. Remove NetBeans from Applications
4. Install NetBeans again
5. NetBeans doesn't ask for JUnit installation

It looks like decision related to JUnit installation is somehow stored within ~/.netbeans/7.0rc1
Comment 3 Jiri Rechtacek 2011-03-16 07:39:53 UTC
> Use-case:
> 
> 0. rm -rf ~/.netbeans/*
> 1. Install NetBeans
> 2. Do not install JUnit after NetBeans asks for JUnit installation
> 3. Remove NetBeans from Applications
> 4. Install NetBeans again
> 5. NetBeans doesn't ask for JUnit installation
> 
> It looks like decision related to JUnit installation is somehow stored within
> ~/.netbeans/7.0rc1

That's right, as designed. You have to remove ~/.netbeans/7.0rc1 as well as  NetBeans from Applications. I see there is nothing worth to fix it.