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 62516 - Dependencies should only be specified in project.xml
Summary: Dependencies should only be specified in project.xml
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 19:18 UTC by Andrei Badea
Modified: 2005-11-03 14:04 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 Andrei Badea 2005-08-17 19:18:18 UTC
The appserver modules specify dependencies in both manifest.mf and project.xml.
This is clumsy, as both files must be maintained when the dep change (as
recently, when I integrated the DB Explorer API). Sometimes the two files don't
even specify the same deps, as in the case of sunddui, which lists 18 deps in
manifest.mf and only 12 in project.xml.

The deps and related stuff (the module classspath, the list of friends) should
only be specified in project.xml. This applies to all modules in serverplugins/sun:

- appsrv: deps, friends, classpath
- appsrv81: deps, classpath
- appsrv90: deps, classpath
- sunddapi: friends
- sunddui: deps, classpath
Comment 2 Michal Mocnak 2005-11-03 14:04:53 UTC
Verified