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 35378 - j2eeserver.jar depends on jarpackager but doesn't declare the dependency.
Summary: j2eeserver.jar depends on jarpackager but doesn't declare the dependency.
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 10:47 UTC by Petr Nejedly
Modified: 2003-12-11 14:22 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 Petr Nejedly 2003-08-12 10:47:47 UTC
It is compiled against jarpackager, uses
jarpackager's ArchiveEntry in its
org.netbeans.modules.j2ee.server.Packager
interface but doesn't declare runtime dependency
on jarpackager. Luckily nobody uses that part in
NB so it is not visible, but if anybody tries to
resolve the interface, NCDFError pops up.
Comment 1 _ rkubacki 2003-08-15 10:27:22 UTC
We should consider backporting to 3.5 branch.

http://j2eeserver.netbeans.org/source/browse/j2eeserver/deprecated/manifest.mf.diff?r1=1.1&r2=1.2
Comment 2 _ rkubacki 2003-08-15 10:28:02 UTC
Now it is fixed in trunk
Comment 3 Petr Nejedly 2003-08-15 12:38:38 UTC
OK