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 198660 - redbadge errors when not there
Summary: redbadge errors when not there
Status: RESOLVED DUPLICATE of bug 105927
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 22:47 UTC by emiddio
Modified: 2011-05-17 09:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project with errors (25.96 KB, application/octet-stream)
2011-05-16 22:48 UTC, emiddio
Details
shows badges (399.13 KB, image/jpeg)
2011-05-16 22:49 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2011-05-16 22:47:07 UTC
see attached project and zip;

project will run and compile; editor says will not.

root cause is library refernces glassfish-embedded-static-shell.jar
which references other jars -- which allows it to run ok;

but the library jar file itself does not contain the references.

can/is solved by library referencing a different jar -- with all contained
in one jar such as glassfish-embedded-all-3.1
Comment 1 emiddio 2011-05-16 22:48:33 UTC
Created attachment 108337 [details]
project with errors
Comment 2 emiddio 2011-05-16 22:49:13 UTC
Created attachment 108338 [details]
shows badges
Comment 3 Dusan Balek 2011-05-17 09:41:20 UTC
The problem is that current j2se projects ignore class-path attribute
in jar file manifests.

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