#213753 - Prevention install JUnit libs into userdir
Jiri Rechtacek <[email protected]> Wed, 20 Jun 2012 12:34:42 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Description: http://netbeans.org/bugzilla/show_bug.cgi?id=213753 JUnit Library installer prevents IDE from installation JUnit into userdir. This prohibition seems to be too intrusive to many Windows7 users. The fix removes this prohibition and allows to install JUnit into userdir if install dir is read/only. Impact assessment: Developers of applications built on NetBeans RCP can face problems in creating JUnit tests in their application. See http://netbeans.org/bugzilla/show_bug.cgi?id=198739 Risk assessment: No impact on product. The fix has been reviewed by Ondrej Vrabec. Changeset: http://hg.netbeans.org/core-main/rev/b38ec52cae81 Jirka