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 175482 - parser ignores JARs specified in ClassPath manifest attribute
Summary: parser ignores JARs specified in ClassPath manifest attribute
Status: RESOLVED DUPLICATE of bug 105927
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 01:48 UTC by David Konecny
Modified: 2009-10-27 13:19 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 David Konecny 2009-10-27 01:48:05 UTC
Create J2SE project and add to the classpath a JAR (eg. foo.jar) which contains Manifest file with ClassPath attribute
referencing some other JARs (eg. bar.jar). Create a Java class and use some class from bar.jar - editor will underline
it as unresolvable but javac/Ant will compile it without problems. Please evaluate and feel free to lower to P3 if you
think it is not important.
Comment 1 David Strupl 2009-10-27 10:34:54 UTC
I think we have a dupe somewhere already ...
Comment 2 Vitezslav Stejskal 2009-10-27 13:18:59 UTC
Yes, it's issue #105927. Also related are issue #166066 and issue #91121. Davide, we don't support this as explained in
#105927. There is an easy workaround, just add all the required jars on the compilation classpath in your project.

*** This issue has been marked as a duplicate of 105927 ***