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 195964 - JUnit libraries not correctly resolved in 7.0 beta 2
Summary: JUnit libraries not correctly resolved in 7.0 beta 2
Status: RESOLVED DUPLICATE of bug 195254
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 19:33 UTC by arungupta
Modified: 2011-11-16 16:39 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 arungupta 2011-02-24 19:33:27 UTC
Using NetBeans 7.0 beta2, I created a Web Application and decided to not download JUnit libraries. Even then "junit" and "junit_4" libraries were added to my project. It showed "Unresolved References" and I could at least Run my project.

Please make sure JUnit libraries are not added if "Cancel" button is pressed when prompted to download JUnit libraries.
Comment 1 David Konecny 2011-02-24 19:48:48 UTC
(In reply to comment #0)
> Using NetBeans 7.0 beta2, I created a Web Application and decided to not
> download JUnit libraries. Even then "junit" and "junit_4" libraries were added
> to my project. 

This has been addressed in issue 195254 but it is not in Beta2 release.

> Please make sure JUnit libraries are not added if "Cancel" button is pressed
> when prompted to download JUnit libraries.

They are never added to newly created Web App. Regardless of whether you download JUnit libs or not.

*** This bug has been marked as a duplicate of bug 195254 ***