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 198620 - Netbinox Covered-Packages broken in 7.0.1
Summary: Netbinox Covered-Packages broken in 7.0.1
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.0.1
Hardware: Other Linux
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 171810
Blocks:
  Show dependency tree
 
Reported: 2011-05-16 08:52 UTC by Jaroslav Tulach
Modified: 2011-05-17 10:07 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 Jaroslav Tulach 2011-05-16 08:52:14 UTC
The fix for bug 171810 changed the format of handling resources in default package. Alas, equinox relies on hookconfigurators.properties being available and refuses to start after the fix.

One possible fix is to change the values of Covered-Packages inside Netbinox's manifest (useful anyway as the new format is more effective).

More compatible fix is to honor the old format if present in JarClassLoader. It will not be present in common situations, but as a fallback this will guarantee backward compatibility.
Comment 1 Jaroslav Tulach 2011-05-16 11:22:37 UTC
core-main#b862131c9265

Deserves a backport into 7.0.1
Comment 2 Jaroslav Tulach 2011-05-16 14:05:45 UTC
changeset:   a9c9066acfef
branch:      release701
parent:      198309:6d2954a7b49a
parent:      198292:b862131c9265
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Mon May 16 16:04:05 2011 +0200
summary:     Merge of fix for #198620 into release701 branch
Comment 3 Quality Engineering 2011-05-17 10:07:47 UTC
Integrated into 'main-golden', will be available in build *201105170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b862131c9265
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #198620: Backward compatibility support, for the old Covered-Packages format