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 220329 - Netbeans can't find classes in jar files containing resource files along the .class files
Summary: Netbeans can't find classes in jar files containing resource files along the ...
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 22:20 UTC by netbeans.89423
Modified: 2012-10-20 07:24 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 netbeans.89423 2012-10-17 22:20:16 UTC
See also second comment at http://stackoverflow.com/questions/7966947/netbeans-cant-find-classes-in-imported-jdde-pretty-tools-jar-file

I can verify that behavior. Regularly occurs when using GWT modules as dependencies: GWT needs the source files within the jar files alongside the class files, which leads to netbeans not finding the classes in the dependency jars. I verified that bug by removing the source files - Netbeans found the class after that.
Comment 1 Tomas Zezula 2012-10-18 08:18:11 UTC
Seems as a time stamp problem.
Please can you attach a jar causing the problem.
Thanks!
Comment 2 netbeans.89423 2012-10-20 07:24:05 UTC
Problem was caused by myself because there was a different module opened and having the same artifactId...