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 195285 - JUnit libraries lost after Update
Summary: JUnit libraries lost after Update
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 11:37 UTC by m.halter
Modified: 2011-02-14 20:27 UTC (History)
1 user (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 m.halter 2011-02-10 11:37:48 UTC
I'm using Dev IDE (Build nbms-and-javadoc-6414-on-110103)

Today the IDE told me to update some features because there were new versions. After this update every project I opened report me a reference error. After checking I found out that the junit libs are gone. The needed JARs were also gone. I tried to copy from another installation the files 

  C:\java\NetBeans 6.9.1\java\modules\ext\junit-3.8.2.jar
  C:\java\NetBeans 6.9.1\platform\modules\ext\junit-4.8.2.jar

and some java docs under 

  C:\java\NetBeans 6.9.1\java\docs

After that I recreated the libs junit_4 and junit. After this I could run and build test like before the update.

Thanks

Mark
Comment 1 Yulia Novozhilova 2011-02-11 13:06:08 UTC
JUnit module was moved to the Update Center. You can resolve reference problems by the following way: right click on the project -> Resolve Reference Problems... -> Resolve... 
More convenient way to resolve the problems with JUnit are under design now.
Comment 2 m.halter 2011-02-14 20:27:08 UTC
Works for me even with older projects.

Thanks

Mark